@charset "utf-8";
/*##################################################
 *共通パーツ */
.anniv-40th_cont-title1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 56px;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  margin: 0 0 40px 0;
}
.anniv-40th_cont-title1 span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}
.anniv-40th_cont-title2, .anniv-40th_cont-title3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 64px;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  margin: 0 0 40px 0;
  padding: 0 0 24px 0;
  background-image: url("../../image/anniv-40th_cont-title2-bg.png");
  background-repeat: no-repeat;
  background-size: auto 7px;
}
.anniv-40th_cont-title2 {
  text-align: center;
  background-position: center bottom 16px;
}
.anniv-40th_cont-title3 {
  text-align: left;
  background-position: left bottom 16px;
}
.anniv-40th_cbox_nav {
  padding-top: 40px !important;
}
.anniv-40th_btn_link-tb a {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 38px;
  text-align: left;
  color: #5d3719;
  display: block;
  padding: 2px 48px 0 24px !important;
  background-color: #e6e1d4;
  border: solid 1px #5d3719;
  border-radius: 20px;
  position: relative;
}
.anniv-40th_btn_link-tb a::after {
  content: '\e89e';
  font-family: "Material Icons Round";
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 24px;
}
.anniv-40th_btn_link-tb a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5d3719;
}
/* 768px以下 */
@media screen and (max-width: 768px) {
  .anniv-40th_cont-title1 {
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 24px 0;
  }
  .anniv-40th_cont-title1 span {
    font-size: 20px;
    line-height: 28px;
  }
  .anniv-40th_cont-title2, .anniv-40th_cont-title3 {
    font-size: 28px;
    line-height: 48px;
    margin: 0 0 24px 0;
    padding: 0 0 12px 0;
  }
  .anniv-40th_cont-title2 {
    background-position: center bottom 0;
  }
  .anniv-40th_cont-title3 {
    text-align: center;
    background-position: center bottom 0;
  }
  .anniv-40th_cbox_nav {
    padding-top: 4px !important;
  }
  .anniv-40th_cbox_nav .anchor-list ul li {
    float: left !important;
    width: 50%;
  }
  .anniv-40th_btn_link-tb a {
    font-size: 16px;
    padding: 0 24px 0 16px !important;
  }
  .anniv-40th_btn_link-tb a:hover {
    color: #5d3719;
    background-color: #e6e1d4;
  }
  .anniv-40th_btn_link-tb a::after {
    right: 16px;
  }
}
/*##################################################
 *40周年記念コンテンツ
 *ファーストビュー */
.anniv-40th_firstview {
  height: 100vh;
  min-height: 560px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.anniv-40th_firstview .firstview-bg {
  position: absolute;
  inset: 0;
  background-image: url("../../image/anniv-40th_firstview-bg.jpg");
  background-repeat: repeat;
  background-size: auto;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.anniv-40th_firstview .firstview-logo {
  width: 100%;
  max-width: 1024px;
  z-index: 4;
}
.anniv-40th_firstview .firstview-logo img {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 1s ease-in;
}
/* 768px以下 */
@media screen and (max-width: 768px) {
  .anniv-40th_firstview .firstview-bg {
    background-size: cover;
  }
  .anniv-40th_firstview .firstview-logo {
    max-width: 400px;
    padding: 48px 32px 0 32px;
  }
}
/*##################################################
 *お知らせ */
.anniv-40th_news {
  background-image: url("../../image/anniv-40th_news-bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center 84px;
}
.anniv-40th_news .block-item a:hover {
  color: #e383a0 !important;
}
.anniv-40th_news .block-item .article-eyecatch {
  border: solid 1px #e6e1d4;
}
.anniv-40th_news .block-item .article-footer {
  padding-top: 4px;
}
.anniv-40th_news .block-item .article-footer p {
  float: none !important;
  width: auto !important;
  border-right: none !important;
}
/* 768px以下 */
@media screen and (max-width: 768px) {
  .anniv-40th_news {
    background-size: 560px auto;
    background-position: center 36px;
  }
  .anniv-40th_news .block-item a:hover {
    color: inherit !important;
  }
  .anniv-40th_news .block-item:last-child {
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
}
/*##################################################
 *ごあいさつ */
.anniv-40th_greeting .greeting-message {
  overflow: hidden;
  margin: 0 0 56px 0;
}
.anniv-40th_greeting .greeting-message h1 {
  float: left;
  width: 231px;
}
.anniv-40th_greeting .greeting-message .conttext {
  float: right;
  width: 720px;
  padding: 4px 0 0 0;
}
.anniv-40th_greeting .greeting-message .conttext h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 24px;
}
.anniv-40th_greeting .greeting-message .conttext p {
  text-align: left;
  margin-bottom: 24px;
}
.anniv-40th_greeting .greeting-message .conttext p:last-child {
  margin-bottom: 0;
}
.anniv-40th_greeting .greeting-logomark {
  overflow: hidden;
}
.anniv-40th_greeting .greeting-logomark figure {
  float: left;
  width: 240px;
}
.anniv-40th_greeting .greeting-logomark figure img {
  width: 100%;
  height: auto;
}
.anniv-40th_greeting .greeting-logomark .conttext-balloon {
  float: right;
  width: 720px;
  position: relative;
  display: inline-block;
  padding: 32px 24px 32px 24px;
  background: #fff;
  border-radius: 16px;
}
.anniv-40th_greeting .greeting-logomark .conttext-balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -56px;
  margin-top: -28px;
  border: 28px solid transparent;
  border-right: 28px solid #fff;
}
.anniv-40th_greeting .greeting-logomark .conttext-balloon h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 8px;
}
.anniv-40th_greeting .greeting-logomark .conttext-balloon p {
  font-size: 18px;
  text-align: left;
}
.anniv-40th_greeting .greeting-logomark .conttext-balloon p.catchphrase {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  margin: 22px auto 28px auto;
  border-bottom: dashed 4px #e6e1d4;
}
.anniv-40th_greeting .concept-logomark {
  padding: 0 0 56px 0;
  background-image: url("../../image/anniv-40th_greeting_logomark-bg01.png");
  background-repeat: no-repeat;
  background-size: 240px;
  background-position: left 16px bottom 16px;
}
.anniv-40th_greeting .concept-logomark figure {
  padding: 16px 0 0 0;
}
.anniv-40th_greeting .concept-catchphrase {
  background-image: url("../../image/anniv-40th_greeting_logomark-bg02.png");
  background-repeat: no-repeat;
  background-size: 240px;
  background-position: left bottom 32px;
}
.anniv-40th_greeting .concept-catchphrase figure {
  padding: 72px 0 0 0;
}
/* 768px以下 */
@media screen and (max-width: 768px) {
  .anniv-40th_greeting .greeting-message {
    margin: 0 0 32px 0;
  }
  .anniv-40th_greeting .greeting-message h1 {
    float: none;
    width: auto;
  }
  .anniv-40th_greeting .greeting-message .conttext {
    float: none;
    width: auto;
    padding: 0;
  }
  .anniv-40th_greeting .greeting-message .conttext h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .anniv-40th_greeting .greeting-message .conttext p {
    margin-bottom: 16px;
  }
  .anniv-40th_greeting .greeting-logomark figure {
    float: none;
    width: 224px;
    margin: 0 auto 0 auto;
  }
  .anniv-40th_greeting .greeting-logomark .conttext-balloon {
    float: none;
    width: 100%;
    margin-bottom: 40px;
    padding: 24px 16px 24px 16px;
  }
  .anniv-40th_greeting .greeting-logomark .conttext-balloon:before {
    top: 100%;
    left: 50%;
    margin-top: 0;
    margin-left: -28px;
    border: 28px solid transparent;
    border-top: 28px solid #fff;
  }
  .anniv-40th_greeting .greeting-logomark .conttext-balloon h2 {
    text-align: center;
    margin-bottom: 16px;
  }
  .anniv-40th_greeting .greeting-logomark .conttext-balloon p.catchphrase {
    font-size: 28px;
    margin: 16px auto 24px auto;
  }
  .anniv-40th_greeting .concept-logomark {
    padding: 0 0 88px 0;
    background-size: 200px;
    background-position: center bottom 24px;
  }
  .anniv-40th_greeting .concept-logomark figure {
    padding: 0;
  }
  .anniv-40th_greeting .concept-catchphrase {
    padding: 0 0 80px 0;
    background-size: 200px;
    background-position: center bottom 0;
  }
  .anniv-40th_greeting .concept-catchphrase figure {
    padding: 0;
    margin-top: -12px;
  }
}
/*##################################################
 *周年記念動画 */
.anniv-40th_movie {
  background-image: url("../../image/anniv-40th_movie-bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center 16px;
}
.anniv-40th_movie .movie-bnr {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 0 auto;
}
.anniv-40th_movie .movie-bnr img {
  width: 100%;
  height: auto;
}
/* 768px以下 */
@media screen and (max-width: 768px) {
  .anniv-40th_movie {
    background-size: 680px auto;
    background-position: center top;
  }
}
/*##################################################
 *この10年の出来事*/
.anniv-40th_history .history {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100vw;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.anniv-40th_history .history ::-webkit-scrollbar {
  display: none;
}
.anniv-40th_history .history .timeline {
  display: flex;
  width: auto;
}
.anniv-40th_history .history .timeline .spacer {
  flex-shrink: 0;
  width: 0; /* JSで自動設定 */
}
.anniv-40th_history .history .timeline .item {
  flex: 0 0 520px;
  user-select: none;
  opacity: 0;
  transition: opacity 0.5s;
  margin-right: 40px;
  overflow-wrap: break-word;
}
.anniv-40th_history .history .timeline .item img {
  -webkit-user-drag: none;
  user-drag: none;
}
.anniv-40th_history .history .timeline .item:last-of-type {
  margin-right: 0;
}
.anniv-40th_history .history .timeline .item.visible {
  opacity: 1;
}
.anniv-40th_history .history .timeline .item figure {}
.anniv-40th_history .history .timeline .item figure img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.anniv-40th_history .history .timeline .item .item-head {
  display: flex;
  margin-top: -16px;
}
.anniv-40th_history .history .timeline .item .item-head .item-data {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  width: 136px;
  height: 136px;
  padding-top: 8px;
  border-radius: 68px;
}
.anniv-40th_history .history .timeline .item-data-color1 .item-head .item-data {
  background-color: #8bd2de;
}
.anniv-40th_history .history .timeline .item-data-color2 .item-head .item-data {
  background-color: #f4afb8;
}
.anniv-40th_history .history .timeline .item-data-color3 .item-head .item-data {
  background-color: #e9d63c;
}
.anniv-40th_history .history .timeline .item-data-color4 .item-head .item-data {
  background-color: #c6d44a;
}
.anniv-40th_history .history .timeline .item .item-head .item-title1, .anniv-40th_history .history .timeline .item .item-head .item-title2, .anniv-40th_history .history .timeline .item .item-head .item-title3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  text-align: left;
  padding-left: 16px;
}
.anniv-40th_history .history .timeline .item .item-head .item-title1 {
  padding-top: 42px;
}
.anniv-40th_history .history .timeline .item .item-head .item-title1 span {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  display: block;
}
.anniv-40th_history .history .timeline .item .item-head .item-title2 {
  padding-top: 34px;
}
.anniv-40th_history .history .timeline .item .item-head .item-title3 {
  padding-top: 54px;
}
.anniv-40th_history .history .timeline .item .item-text {
  margin-top: 16px;
}
.anniv-40th_history .history .timeline .item .item-text p {
  text-align: left;
}
.anniv-40th_history .past-history {
  display: flex;
  margin: 64px 0 0 0;
  padding: 40px 0 0 0;
  border-top: solid 2px #e6e1d4;
}
.anniv-40th_history .past-history h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
  text-align: left;
  margin: 0 40px 0 0;
  padding: 0 0 0 4px;
}
/* 768px以下 */
@media screen and (max-width: 768px) {
  .anniv-40th_history .history .timeline .item {
    flex: 0 0 296px;
    margin-right: 24px;
  }
  .anniv-40th_history .history .timeline .item figure {
    width: 296px;
  }
  .anniv-40th_history .history .timeline .item .item-head {
    margin-top: 12px;
  }
  .anniv-40th_history .history .timeline .item .item-head .item-data {
    font-size: 16px;
    line-height: 22px;
    width: 92px;
    height: 92px;
    padding-top: 4px;
    border-radius: 46px;
  }
  .anniv-40th_history .history .timeline .item .item-head .item-title1, .anniv-40th_history .history .timeline .item .item-head .item-title2, .anniv-40th_history .history .timeline .item .item-head .item-title3 {
    line-height: 32px;
    padding: 0 0 0 12px;
  }
  .anniv-40th_history .history .timeline .item .item-head .item-title1 {
    font-size: 22px;
  }
  .anniv-40th_history .history .timeline .item .item-head .item-title1 span {
    font-size: 16px;
    line-height: 32px;
  }
  .anniv-40th_history .history .timeline .item .item-head .item-title2 {
    font-size: 18px;
  }
  .anniv-40th_history .history .timeline .item .item-head .item-title3 {
    font-size: 20px;
  }
  .anniv-40th_history .history .timeline div:nth-of-type(3) h2, .anniv-40th_history .history .timeline div:nth-of-type(6) h2, .anniv-40th_history .history .timeline div:nth-of-type(7) h2, .anniv-40th_history .history .timeline div:nth-of-type(10) h2 {
    padding-top: 16px !important;
    margin-bottom: 16px;
  }
  .anniv-40th_history .history .timeline div:nth-of-type(4) h2, .anniv-40th_history .history .timeline div:nth-of-type(9) h2 {
    padding-top: 8px !important;
    margin-bottom: 4px;
    line-height: 28px !important;
  }
  .anniv-40th_history .history .timeline div:nth-of-type(8) h2 {
    padding-top: 32px !important;
    margin-bottom: 32px;
  }
  .anniv-40th_history .past-history {
    display: block;
    margin: 32px 0 0 0;
    padding: 16px 0 0 0;
  }
  .anniv-40th_history .past-history h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 8px 0;
  }
}
/*##################################################
 *スナップ写真 */
.anniv-40th_snapshot .snapshot {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1446px;
  margin: 0 auto 0 auto;
  padding: 0 40px 0 40px;
}
.anniv-40th_snapshot .snapshot figure:nth-child(1) {
  width: 340px;
  margin: 0 8px 0 0;
}
.anniv-40th_snapshot .snapshot figure:nth-child(2) {
  width: 260px;
  margin: 88px 8px 0 8px;
}
.anniv-40th_snapshot .snapshot figure:nth-child(3) {
  width: 220px;
  margin: 32px 8px 0 8px;
}
.anniv-40th_snapshot .snapshot figure:nth-child(4) {
  width: 340px;
  margin: 0 0 0 8px;
}
.anniv-40th_snapshot .snapshot figure img {
  width: 100%;
  height: auto;
  border: solid 3px #e6e1d4;
  border-radius: 12px;
}
/* 768px以下 */
@media screen and (max-width: 768px) {
  .anniv-40th_snapshot .snapshot {
    flex-wrap: wrap;
    padding: 0;
  }
  .anniv-40th_snapshot .snapshot figure:nth-child(1) {
    width: 52%;
    margin: 0;
  }
  .anniv-40th_snapshot .snapshot figure:nth-child(2) {
    width: calc(48% - 16px);
    margin: 56px 0 0 0;
  }
  .anniv-40th_snapshot .snapshot figure:nth-child(3) {
    width: calc(48% - 16px);
    margin: 0;
  }
  .anniv-40th_snapshot .snapshot figure:nth-child(4) {
    width: 52%;
    margin: 56px 0 0 0;
  }
}
/*##################################################
 *ラストセクション */
.anniv-40th_lastsection {
  background-image: url("../../image/anniv-40th_lastsection-bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center 8px;
  padding-top: 0 !important;
}
.anniv-40th_lastsection .thanks-message {
  width: 880px;
  margin: 0 auto 0 auto;
}
.anniv-40th_lastsection .thanks-message figure {
  width: 420px;
  margin: 0 auto 24px auto;
}
.anniv-40th_lastsection .thanks-message figure img {
  width: 100%;
  height: auto;
}
.anniv-40th_lastsection .thanks-message h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.anniv-40th_lastsection .thanks-message p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
/* 768px以下 */
@media screen and (max-width: 768px) {
  .anniv-40th_lastsection {
    background-image: url("../../image/anniv-40th_lastsection-bg_sp.png");
    background-repeat: no-repeat;
    background-size: 456px auto;
    background-position: center top;
    padding-top: 72px !important;
  }
  .anniv-40th_lastsection .thanks-message {
    width: auto;
  }
  .anniv-40th_lastsection .thanks-message figure {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 0 auto;
  }
  .anniv-40th_lastsection .thanks-message h2 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 8px;
  }
  .anniv-40th_lastsection .thanks-message p {
    font-size: 1em;
    text-align: left;
  }
}