@charset "UTF-8";
/*------------------------------------------
  Base
------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-family:
    "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica,
    Verdana, sans-serif;
  font-size: 1.4em;
  background: url(../images/bg_body.png) repeat top center;
  color: #231815;
  line-height: 1.7;
  padding-top: 66px;
  overflow-x: hidden;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background: url(../images/bg_body.png) repeat center center;
  border-bottom: 2px solid #aa9254;
}

.txt03 {
  font-weight: bold;
}

.txt04 {
  font-size: 12px;
}

.btn {
  display: block;
  position: relative;
}
.btn p {
  position: absolute;
}
.img-on {
  opacity: 0;
}

.contents01 #REPORT,
.contents02 #HISTORY,
.contents03 #ITEM {
  display: block;
  position: absolute;
  top: -170px;
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*------------------------------------------
  Header
------------------------------------------*/
header .box {
  text-align: center;
  /* background: url(../images/bg_main.png) no-repeat top center; */
  margin-bottom: 90px;
  padding: 5px 0 6px;
}

header .box .box-ttl {
  opacity: 0;
  width: 180px;
  margin: 0 auto;
  position: relative;
}

header .box .box-ttl .mv__pin {
  width: 54px;
  position: absolute;
  bottom: 0;
  left: -54px;
}

header .menu {
  width: 100%;
  padding: 10px 8px 50px 0;
}

header .menu .menu__list {
  display: flex;
  justify-content: center;
  gap: 70px;
}

header .menu .menu__list li:first-child {
  width: 201px;
}

header .menu .menu__list li:nth-child(2) {
  width: 275px;
}

header .menu .menu__list li:nth-child(3) {
  width: 256px;
}

/* header .menu .menu__list li:nth-child(2) .btn-box .btn {
  left: 370px;
}

header .menu .menu__list li:last-child .btn-box .btn {
  left: 700px;
} */

header .menu .menu__list li a:hover {
  background: url(../images/bg_nav02.png) no-repeat left center;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

header .menu .menu__list li a:before {
  position: absolute;
  top: 32px;
  left: 60px;
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #ac1b1b;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

header .menu .menu__list li:first-child a:hover:before {
  width: 143px;
}

header .menu .menu__list li:nth-child(2) a:hover:before {
  width: 217px;
}

header .menu .menu__list li:last-child a:hover:before {
  width: 197px;
}

/*------------------------------------------
  Wrapper
------------------------------------------*/
.contents {
  position: relative;
}

.contents .sub-ttl {
  position: absolute;
  top: 90px;
  height: 36px;
  width: 100%;
  background: url(../images/bg_subttl.png) repeat-x center;
}

.contents .sub-ttl p {
  width: 432px;
  height: 36px;
  margin: 0 auto;
  background: #f7f1e0;
  text-align: center;
}

.contents .sub-ttl p img {
  padding-top: 5px;
}

.contents-in {
  width: 1100px;
  margin: 0 auto 100px;
  padding: 20px;
  background: url(../images/bg_wrapper.png) repeat top center;
}

.contents-in .line {
  border: 2px solid #d44842;
  padding-top: 180px;
}

#anniversary_30th .contents-in .line {
  padding-bottom: 60px;
}

.contents01 {
  position: relative;
  margin-top: 60px;
}

.contents01 .txt01 {
  text-align: center;
  margin-bottom: 70px;
}

.contents01 .txt02 {
  width: 800px;
  margin: 0 auto 32px;
}

.contents01 .cnt__ttl{
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 20px;
}

.contents01 .txt03 {
  width: 800px;
  text-align: right;
  margin: 0 auto 40px;
}

.contents01 .block {
  width: 580px;
  margin: 0 auto;
  padding: 40px 160px 60px;
  border-top: 1px solid #959595;
}

.contents01 .block .img01 {
  float: left;
  margin-right: 30px;
}

.contents01 .block .right {
  float: right;
  width: 365px;
}

.contents01 .block .right .btn p {
  top: 51px;
  left: 0;
}

.contents01 .block .txt03 {
  text-align: left;
  margin-bottom: 25px;
  padding-top: 14px;
}

.contents02 {
  position: relative;
}

.contents02 .box {
  width: 960px;
  margin: 0 auto;
  padding-top: 87px;
}

.contents02 .box01 {
  background: url(../images/bg_his01.png) no-repeat center top;
}

.contents02 .box02 {
  background: url(../images/bg_his02.png) no-repeat center top;
}

.contents02 .box03 {
  background: url(../images/bg_his03.png) no-repeat center top;
}

.contents02 .box04 {
  background: url(../images/bg_his04.png) no-repeat center top;
}

.contents02 .box05 {
  background: url(../images/bg_his05.png) no-repeat center top;
}

.contents02 .box06 {
  background: url(../images/bg_his06.png) no-repeat center top;
}

.contents02 .box07 {
  background: url(../images/bg_his07.png) no-repeat center top;
}

.contents02 .box08 {
  background: url(../images/bg_his08.png) no-repeat center top;
}

.contents02 .box09 {
  background: url(../images/bg_his09.png) no-repeat center top;
}

.contents02 .box ul li {
  width: 228px;
  float: left;
  margin-right: 16px;
  margin-bottom: 110px;
  text-align: center;
}

.contents02 .box ul li:last-child {
  margin-right: 0;
}

.contents02 .box ul li p img {
  margin-bottom: 25px;
}

/* production__box */
.production__box {
  width: 960px;
  margin: 0 auto 100px;
  padding: 40px 0;
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
}
.production__item {
  width: 832px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}
.production__item .img {
  width: 200px;
  img{
    width: 100%;
    height: auto;
  }
}

.production__item .info {
  flex: 1;
}

.production__item .info .subttl {
  width: 120px;
  margin-bottom: 20px;
}

.production__item .info .ttl {
  font-weight: bold;
  margin-bottom: 20px;
}

.production__item .info .txt {
  font-size: 12px;
}

.production__item .info .btn {
  width: 261px;
  height: 44px;
  margin-top: 24px;
}

.production__item .info .btn > a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  background: url(../images/production_btn.png) no-repeat center / 100%;
}

.production__item .info .btn > a:hover {
  background: url(../images/production_btn_on.png) no-repeat center / 100%;
}

.production__item .info .link{
  color: #000;
  display: block;
  margin-top: 10px;
  transition: .2s;
}

.production__item .info .link:hover{
  text-decoration: none;
  opacity: 0.6;
}

/* production__box End */

/*------------------------------------------
js-acc-area
------------------------------------------*/
.js-acc-area {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

/* acc__block */
.acc__block {
  width: 960px;
  margin: 0 auto 100px;
}

.acc__btn {
  width: 100%;
  height: 70px;
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.acc__btn::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
  transform: rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.acc__btn.is-open::after {
  top: 5px;
  transform: rotate(225deg);
}

.acc__btn img {
  width: 428px;
  margin: 0 auto;
}

.acc__info {
  padding: 70px 80px 0;
}

.acc__info .img {
  width: 736px;
  margin: 0 auto 72px;
}

.acc__info .txt {
  font-size: 14px;
}

.acc__info .txt2 {
  margin-top: 35px;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
}

/* acc__block End */

.contents03 {
  position: relative;
}

.contents03 .box01 {
  width: 960px;
  margin: 0 auto 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #959595;
}

.contents03 .box01 ul {
  width: 530px;
  margin: 0 auto;
}

.contents03 .box01 ul li {
  float: left;
  margin: 0 32px;
  text-align: center;
}

.contents03 .box01 ul li p img {
  margin-bottom: 20px;
}

.contents03 .box02 {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #959595;
}

.contents03 .box02 .ttl01 {
  margin-bottom: 30px;
}

/* .contents03 .box02 ul li {
  display: inline-block;
  width: 150px;
  margin: 0 47px 50px 0;
  text-align: left;
} */

.contents03 .box02 ul li p img {
  margin-bottom: 15px;
}

/* .contents03 .box02 ul li:nth-child(5n) {
  margin-right: 0;
} */

.contents03 .box02 .btn-box .btn {
  top: 20px;
  left: 50%;
  margin-left: -280px;
}

.contents03 .box03 {
  margin: 50px 60px 180px;
}

/* .contents03 .box03 ul {
  width: 615px;
  margin: 0 auto 60px;
  text-align: center;
}

.contents03 .box03 ul li:first-child {
  float: left;
}

.contents03 .box03 ul li:last-child {
  float: right;
} */

.contents03 .box03 ul li .img {
  margin-bottom: 28px;
}

.contents03 .box03 .btn-box .btn {
  top: 0;
  left: 50%;
  margin-left: -166px;
}

.shinosuke__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
  padding-bottom: 50px;
}

.shinosuke__list.type--2 {
  justify-content: center;
}

.shinosuke__list.type--2 .txt {
  text-align: center;
  font-size: 12px;
}

.shinosuke__list > li {
  width: calc(20% - 40px);
}

.contents03 .soldout {
  width: 95px;
  margin: 5px auto 0;
}

.fix {
  position: fixed;
  bottom: 160px;
  left: 50%;
  margin-left: 330px;
  z-index: -1;
  display: none;
}

footer {
  padding: 32px 0 26px;
  background: #998355;
  text-align: center;
}

footer .sns-list {
  width: 180px;
  margin: 0 auto;
}

footer .sns-list li {
  display: inline-block;
  vertical-align: top;
}

footer .sns-list li:last-child {
  margin: 0 0 20px 20px;
  padding-top: 4px;
}

footer .copyright {
  font-size: 10px;
  color: #efdebd;
}
