@charset "UTF-8";
/*-------------------
	RESET
-------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}

body, table, input, textarea, select, option {
  font-family: "Gothic A1", sans-serif;
  font-size: 1em;
  box-sizing: border-box;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

html {
  overflow-y: scroll;
}

img {
  vertical-align: middle;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img {
  width: inherit\9 ;
  max-width: 100% \9 ;
  height: auto\9 ;
}

table {
  border-collapse: collapse;
}

#wrap {
  overflow: hidden;
}

.sponly {
  display: none !important;
}

.pconly {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .sponly {
    display: block !important;
  }
  .pconly {
    display: none !important;
  }
}
/*----------------------
	fonts
------------------------*/
.a1 {
  font-family: "Gothic A1", sans-serif;
}

.zenMaru {
  font-family: "Zen Maru Gothic", serif;
}

.kaiseiDecol {
  font-family: "Kaisei Decol";
}

/*------------------------------------------------------------
	LINK
------------------------------------------------------------*/
a {
  text-decoration: none;
  cursor: pointer;
}

/*------------------------------------------------------------
	TEXTS
------------------------------------------------------------*/
.bold {
  font-weight: 700;
}

.bold_9 {
  font-weight: 900;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.large {
  font-size: 1.2em;
}

:root {
  --c_c: #be2928;
  --c_b: #000;
  --c_w: #fff;
  --c_g: #efefef;
  --c_y: #ffd569;
  --c_bg:#faeed7;
}

/*-----------------
全体
---------------------*/
body {
  position: relative;
}

#wrap {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  background-color: var(--c_w);
}

.inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}

section h2 {
  width: 600px;
  max-width: 55%;
  margin: 0 auto;
  margin-bottom: 60px;
  font-size: 3rem;
  color: var(--c_c);
  text-align: center;
}

section h3 {
  width: 440px;
  max-width: 51%;
  margin: 0 auto 60px;
  font-size: 2.8rem;
  font-size: clamp(2rem, 2rem + 0.625vw, 2.8rem);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: var(--c_c);
  border-top: 3px solid var(--c_c);
  border-bottom: 3px solid var(--c_c);
}

@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
  section h2 {
    width: 80%;
    max-width: initial;
    margin-bottom: 0;
  }
  section h3 {
    width: 75%;
    max-width: initial;
    margin-bottom: 30px;
    font-size: 1.8rem;
    line-height: 2.4;
    border-top: 2px solid var(--c_c);
    border-bottom: 2px solid var(--c_c);
  }
}
/*--------------------
 00 KV部分　グロナビ
 ---------------------*/
#wrap {
  margin: 0 auto;
}

#first {
  position: relative;
}

#logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 90px;
  z-index: 1;
}

#first .kv_slider img {
  width: 100%;
}

#first .kv_slider .imgNone {
  display: none;
}

.gnavi {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
}

.gnavi li {
  position: relative;
  width: 20%;
  height: 70px;
  text-align: center;
  background-image: url(../images/bg_gnavi.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.gnavi li:not(:first-child)::after {
  position: absolute;
  content: "｜";
  color: var(--c_c);
  top: 17px;
  left: -11px;
  font-size: 2rem;
}

.gnavi li a {
  position: relative;
  display: block;
  padding-top: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--c_c);
}

.gnavi li.mtp a {
  padding-top: 18px;
}

.gnavi li a::after {
  position: absolute;
  left: 50%;
  content: "";
  width: 33%;
  height: 2px;
  background: var(--c_c);
  bottom: -5px;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
}

.gnavi li a:hover::after {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  #first {
    position: relative;
  }
  #menuBtn {
    position: absolute;
    right: 2.667vw;
    top: 147vw;
    width: 15vw; /*15vw*/
    height: 16.333vw;
    cursor: pointer;
    z-index: 9999;
    padding-top: 2.667vw;
  }
  #logo {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 16%;
    z-index: 1;
  }
  /*----- ハンバーガー設置 -----*/
  #menuBtn div {
    width: 15vw;
    height: 15vw;
    background: url(../images/menubtn.png) no-repeat left bottom;
    background-size: 15vw;
  }
  .active#menuBtn div {
    background: url(../images/closedbtn.png) no-repeat left bottom;
    background-size: 15vw;
  }
  #menuBox {
    display: none;
    width: 100%;
    background: var(--c_bg);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 9997;
  }
  #menuBox.active {
    display: block;
  }
  .is-fixed #menuBtn {
    position: fixed;
    top: 0;
    right: 2.667vw;
  }
  .is-fixed #menuBtn.active {
    position: fixed;
    top: 0;
    right: 2.667vw;
  }
  /*----- グロナビ -----*/
  .spMenuWrap {
    padding: 20vh 0;
  }
  .spMenu {
    width: 80%;
    margin: 0 auto;
  }
  .spMenu li {
    border-bottom: 1px solid var(--c_c);
  }
  .spMenu li a {
    display: flex;
    align-items: center;
  }
  .spMenu li a p {
    font-size: 1.8rem;
    line-height: 3.4;
    color: var(--c_c);
    font-weight: 700;
    padding-top: 4px;
  }
  .spMenu li span {
    display: inline-block;
    width: 36px;
    margin-right: 15px;
  }
}
/*--------------------
 01【ご挨拶】
 ---------------------*/
#lead .inner {
  width: inherit;
  max-width: initial;
  margin-top: -70px;
  margin-top: -4%;
  height: 57.7vh;
  /*	height: 80vh; */
  min-height: 60.8vw;
  background-image: url(../images/bg_lead.png);
  background-repeat: no-repeat;
  background-position: top;
  background-color: var(--c_bg);
  background-size: cover;
}
@media screen and (min-width: 1441px) {
  #lead .inner {
    min-height: 870px;
  }
}

@media screen and (max-width: 767px) {
  #lead .inner {
    width: 100%;
    height: auto;
    max-height: none;
    background-image: unset;
    margin-top: 0;
  }
}
/*--------------------
 02【おすすめコンテンツ】
 ---------------------*/
#recommendation {
  padding: 100px 0 528px;
  margin-top: -10px;
  background-image: url(../images/bg_memorial.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  background-color: #ffd569;
}
#recommendation h2 {
  margin-bottom: 85px;
  width: 538px;
}
@media screen and (max-width: 767px) {
  #recommendation h2 {
    width: 290px;
  }
}

#recommendation .bnr_wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  max-width: 700px;
  width: 100%;
}

#recommendation .bnr_wrap img {
  border-radius: 20px;
}

#recommendation .bnr_wrap a:hover {
  transition: all 0.4s;
  opacity: 0.8;
  transform: scale(1.03);
}

#recommendation .annotation {
  font-size: 1.4rem;
  line-height: 1.86;
  font-weight: 700;
  color: var(--c_b);
  padding-top: 8px;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 767px) {
  #recommendation {
    width: 100%;
    height: 110vw;
    max-height: 740px;
    margin: 0;
    margin-top: -2px;
    padding: 30px 0 0;
    background-image: url(../images/bg_memorial_sp.png);
    background-size: cover;
    border-top: 1px solid var(--c_y);
  }
  #recommendation._0901 {
    height: 140vw;
  }
  #recommendation h2 {
    margin-bottom: 15px;
  }
  #recommendation .bnr_wrap {
    width: 300px;
    flex-direction: column;
    row-gap: 3vh;
  }
  #recommendation .bnr_wrap .bnr {
    width: 85%;
  }
  #recommendation .bnr_wrap img {
    border-radius: 12px;
  }
  #recommendation .annotation {
    font-size: 0.8rem;
    line-height: 1.72;
    padding-top: 7px;
  }
}
/*--------------------
 03【ヒストリー セクション】
 ---------------------*/
#history {
  /*	padding-top: 500px; */
  margin-top: -460px;
}

#history .top_bg {
  position: relative;
}

#history h2 {
  position: absolute;
  top: 60%;
  margin-bottom: 0;
  transform: translate(-50%, -50%);
  left: 50%;
}

#history .inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  background-color: var(--c_bg);
}

#history .history_cont {
  width: 880px;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #history {
    /*		padding-top: 200px; */
    margin-top: -45vw;
  }
  #history h2 {
    width: 85%;
    margin-bottom: 0;
  }
  #history .inner {
    width: 100%;
  }
  #history .top_bg {
    width: 100%;
  }
  #history .history_cont {
    width: 100%;
    max-width: initial;
    margin-bottom: 100px;
  }
}
/*----- 年表 -----*/
#history #timeL_inner {
  position: relative;
  top: -30px;
  display: flex;
}

#history #timeL_inner .timeL_row {
  width: 50%;
}

#history #timeL_inner .timeL_content {
  position: relative;
  width: 50%;
  width: 100%;
  margin-bottom: 110px;
}

#history #timeL_inner .timeL_content .main-event {
  position: relative;
  text-indent: 1.5rem;
  z-index: 1;
  transition: margin-top 0.5s ease, transform 0.5s ease;
}

.btn01_show {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.btn01_show.open {
  display: block;
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 50px;
}

.btn01_show div {
  height: 200px;
  margin-bottom: 600px;
}

.btn02_show {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.btn02_show.open {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.btn02_show div {
  margin: 120px 0 700px;
}

.btn03_show {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.btn03_show.open {
  display: block;
  opacity: 1;
  transform: translateY(0);
  /*	margin-top: 270px; */
  margin-bottom: 50px;
}

.btn03_show div {
  height: 20px;
}

.btn03_show.s02 div {
  height: 600px;
}

.btn04_show {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.btn04_show.open {
  display: block;
  opacity: 1;
  transform: translateY(0);
  margin-top: 160px;
  /*	margin-bottom: 80px; */
}

.btn05_show {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.btn05_show.open {
  display: block;
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 130px;
}

.mt1 {
  margin-top: 120px;
}

.mt2 {
  margin-top: 380px;
}

.mb1 {
  margin-top: 200px;
  margin-bottom: 100px;
}

#history #timeL_inner .timeL_content > ul > .main-event:nth-child(2) {
  margin-top: 50px;
}

#history #timeL_inner .c-left::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 2px);
  background: var(--c_c);
  width: 2px;
  z-index: 0;
}

#history #timeL_inner .c-left::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -36px;
  width: 2px;
  border-left: 4px dotted var(--c_c);
  height: 30px;
  z-index: 0;
  left: calc(50% - 3px);
}

#history #timeL_inner .timeL_years {
  position: relative;
  margin-bottom: 10px;
  font-size: 4.8rem;
  font-weight: 700;
  text-align: left;
  color: var(--c_c);
  font-family: "Kaisei Decol";
}

#history #timeL_inner .main-event .timeL_years:before {
  content: "";
  display: block;
  background: var(--c_c);
  width: 100%;
  height: 2px;
  position: absolute;
  top: 70px;
  z-index: 0;
}

#history #timeL_inner .c-left .main-event .timeL_years:after {
  content: "";
  display: block;
  background: var(--c_c);
  border-radius: 10px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 66px;
  z-index: -1;
}

#history #timeL_inner .timeL_years span {
  font-size: 3.2rem;
}

#history #timeL_inner .timeL_years .timeL_era {
  font-size: 2.4rem;
}

#history #timeL_inner .timeL_ttl {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 1.85rem;
  font-weight: 700;
  text-align: left;
  text-indent: initial;
  color: var(--c_c);
}

#history #timeL_inner .timeL_txt {
  width: 320px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 1.6rem;
  text-indent: 0;
  font-weight: 700;
  text-align: justify;
  color: var(--c_b);
}

#history #timeL_inner .timeL_img {
  width: 320px;
  margin-bottom: 30px;
}

#history #timeL_inner .timeL_img .reg {
  width: 80%;
}

#history #timeL_inner .timeL_img.big {
  width: 85%;
  margin: 0;
  margin-bottom: 20px;
}

#history #timeL_inner .timeL_btn {
  width: 80%;
  padding-left: 40px;
  padding-left: 10%;
  margin-left: 20px;
  margin-left: 5%;
  margin-bottom: 60px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.75;
  background-color: var(--c_c);
  color: var(--c_w);
  cursor: pointer;
}

#history #timeL_inner ._2024 .main-event:nth-child(1) .timeL_img {
  width: 350px;
  padding-bottom: 23px;
  margin-left: 20px;
}
@media screen and (max-width: 900px) {
  #history #timeL_inner ._2024 .main-event:nth-child(1) .timeL_img {
    width: 272px;
  }
}

#history #timeL_inner ._2024 .main-event:nth-child(2) .timeL_img {
  width: 364px;
  padding-bottom: 14px;
}
@media screen and (max-width: 900px) {
  #history #timeL_inner ._2024 .main-event:nth-child(2) .timeL_img {
    width: 272px;
  }
}

#history #timeL_inner ._2024 .main-event:nth-child(2) .timeL_years {
  padding-top: 10px;
}

#history #timeL_inner ._2024 .main-event:nth-child(2) .timeL_years:before {
  top: 0;
}

#history #timeL_inner ._2024 .main-event:nth-child(2) .timeL_years:after {
  top: -4px;
}

/*右側の時*/
#history #timeL_inner .timeL_content.c-right {
  padding-top: 60px;
}

#history #timeL_inner .c-right > ul:first-of-type {
  margin-top: 80px;
}

#history #timeL_inner .timeL_content .sub-event_pc {
  padding-left: 10px;
}

#history #timeL_inner .timeL_content .sub-event_pc li {
  margin-bottom: 30px;
}

#history #timeL_inner .c-right .main-event {
  text-indent: 0;
}

#history #timeL_inner .c-right .main-event .timeL_years {
  text-align: right;
  padding-right: 1.5rem;
}

#history #timeL_inner .c-left .main-event.c-right .timeL_years:after {
  right: 0;
}

#history #timeL_inner .c-right .main-event .timeL_ttl {
  padding-left: 0;
  padding-right: 20px;
  text-align: right;
}

#history #timeL_inner .c-right .main-event .timeL_txt {
  margin-left: auto;
  margin-right: 20px;
}

#history #timeL_inner .c-right .timeL_img {
  margin-left: auto;
  margin-right: 20px;
}

#history #timeL_inner .c-right .timeL_btn {
  padding-left: 0;
  padding-right: 40px;
  padding-right: 10%;
  margin: 0;
  margin-left: auto;
}

#history #timeL_inner .timeL_content .sub-event_pc li .timeL_img {
  margin: unset;
  margin-left: 30px;
}

#history #timeL_inner .timeL_content .main-event.c-right {
  margin-left: auto;
  margin-top: -300px;
}

#history #timeL_inner .timeL_content .sub-event.c-right {
  margin: -300px 440px 0 auto;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

#history #timeL_inner .c-right .main-event .timeL_years:after {
  content: "";
  display: block;
  background: var(--c_c);
  border-radius: 10px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 66px;
  right: 0;
  z-index: -1;
}

#history #timeL_inner .pos_04 .timeL_years::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url(../images/timeL_2020_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 20%;
  right: 10%;
}

@media screen and (max-width: 767px) {
  #history .timeline {
    width: 72.5%;
    height: auto;
  }
  #history #timeL_inner {
    position: relative;
    top: 0;
    flex-direction: column;
  }
  #history #timeL_inner .timeL_content > ul {
    padding-top: 10px;
  }
  #history #timeL_inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background: var(--c_c);
    width: 2px;
    z-index: 0;
    left: 0;
  }
  #history #timeL_inner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -36px;
    width: 2px;
    border-left: 4px dotted var(--c_c);
    height: 30px;
    z-index: 0;
    left: -1px;
  }
  #history #timeL_inner .timeL_content {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 12px;
  }
  #history #timeL_inner .timeL_content:nth-of-type(1)::before {
    position: unset;
  }
  #history #timeL_inner .timeL_content ul {
    margin-bottom: 20px;
  }
  #history #timeL_inner .main-event:not(:last-child) {
    margin-bottom: 50px;
  }
  #history #timeL_inner .timeL_years {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  #history #timeL_inner .timeL_years:before {
    width: calc(100% + 12px);
    left: -12px;
    top: 50px;
  }
  #history #timeL_inner .main-event .timeL_years:before {
    top: 50px;
  }
  #history #timeL_inner .main-event .timeL_years:after {
    content: "";
    display: block;
    background: var(--c_c);
    border-radius: 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 46px;
    right: 5px;
    z-index: -1;
  }
  #history #timeL_inner .timeL_years span {
    font-size: 2rem;
  }
  #history #timeL_inner .timeL_years .timeL_era {
    font-size: 1.7rem;
  }
  #history #timeL_inner .timeL_ttl {
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 1.6rem;
    text-align: left;
    color: var(--c_c);
  }
  #history #timeL_inner .timeL_txt {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  #history #timeL_inner .timeL_img {
    margin: 0 auto;
    width: 70%;
  }
  #history #timeL_inner .timeL_img.big {
    width: 100%;
  }
  /*sub */
  #history .sub-event_sp .timeL_ttl {
    padding-left: 20px;
  }
  #history .sub-event_sp .timeL_txt {
    padding-left: 20px;
  }
  #history .sub-event_sp .timeL_img {
    padding-left: 20px;
  }
  #history #timeL_inner .his_main_img {
    padding: 0;
    width: 90%;
    margin-bottom: 20px;
  }
  #history #timeL_inner .sub-event_sp .timeL_years {
    position: relative;
    margin-bottom: 15px;
  }
  #history #timeL_inner .sub-event_sp .timeL_ttl {
    margin-bottom: 10px;
    margin-left: 16px;
  }
  #history #timeL_inner .sub-event_sp .timeL_txt {
    margin-left: 16px;
  }
  #history #timeL_inner .sub-event_sp .pos_02 {
    margin-bottom: 50px;
  }
  #history #timeL_inner .sub-event_sp .pos_04 .timeL_years::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../images/timeL_2020_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
    right: -10px;
  }
  #history #timeL_inner ._2024 .main-event:nth-child(1) .timeL_img {
    width: 92.87%;
    padding-bottom: 23px;
    margin: 0 auto;
  }
  #history #timeL_inner ._2024 .main-event:nth-child(2) .timeL_img {
    width: 98.24%;
    padding-bottom: 4px;
  }
  #history #timeL_inner ._2024 .main-event:nth-child(2) .timeL_years {
    padding-top: 10px;
  }
  #history #timeL_inner ._2024 .main-event:nth-child(2) .timeL_years:before {
    top: 0;
  }
  #history #timeL_inner ._2024 .main-event:nth-child(2) .timeL_years:after {
    top: -4px;
  }
}
/* PCアコーディオン*/
/* ボタンの基本スタイル */
.timeL_btn {
  position: relative;
}

.timeL_btn .arrow_pc {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid; /* 右向きの矢印 */
  transform: rotate(45deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
  transition: transform 0.3s;
}

.timeL_btn.is-active .arrow_sp {
  transform: rotate(-135deg); /* 左向きの矢印 */
}

@media screen and (max-width: 767px) {
  /* SPアコーディオン*/
  /* ボタンの基本スタイル */
  #history #timeL_inner .timeL_btn {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    width: 90%;
    font-size: 1.4rem;
    line-height: 1.5;
    transition: background-color 0.3s, color 0.3s;
  }
  .timeL_btn .arrow_sp {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    transform: rotate(135deg);
    position: absolute;
    right: 8%;
    top: 2%;
    bottom: 15%;
    margin: auto;
  }
  .timeL_btn.is-active .arrow_sp {
    transform: rotate(-45deg);
    top: 20%;
  }
  .sub-event_sp {
    display: none;
    margin-top: 10px;
  }
}
#history #timeL_inner .his_main_img.mb1 {
  margin-bottom: 270px;
  margin-bottom: 90px;
}

#history #timeL_inner .his_main_img.mb2 {
  margin-bottom: 120px;
}

#history #timeL_inner .timeL_btn.btn01 {
  margin-bottom: 140px;
}

#history #timeL_inner .timeL_btn.btn03 {
  margin-bottom: 30px;
}

#history #timeL_inner .timeL_btn.btn04 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #history #timeL_inner .timeL_btn.btn01,
  #history #timeL_inner .timeL_btn.btn03,
  #history #timeL_inner .timeL_btn.btn04 {
    margin-bottom: 10px;
  }
}
.arrow {
  font-size: 1.5rem;
  margin-left: 40px;
  margin-left: 10%;
}

.timeL_btn.open .arrow {
  transform: rotate(180deg);
}

.c-right .arrow {
  margin-left: 0;
  margin-right: 10%;
  margin-left: 10%;
}

.sub-events {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.sub-events.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.sub-event {
  display: none;
}

.timeL_btn.open + .sub-event {
  display: block;
}

/*----- 過去フレーバーラインナップ （タブ　スライダー） -----*/
#history .history_cont.flavor {
  max-width: 90%;
}

#history .flavor h3 {
  margin-bottom: 20px;
}

#history .attention {
  font-size: 1.8rem;
  color: var(--c_c);
}

#history .fl-lu {
  width: 100%;
  max-width: 880px;
  margin: 30px auto;
  background-color: var(--c_bg);
}

/* 年代のタブ部分*/
#history .tabnav {
  display: flex;
  margin-bottom: 40px;
  /*	column-gap: 32px; qq*/
  justify-content: space-between;
  -moz-column-gap: 6px;
       column-gap: 6px;
}

#history .tabnav > li {
  position: relative;
  width: 196px;
  height: 54px;
  text-align: center;
  font-size: 4.5rem;
  line-height: 1;
  color: var(--c_c);
  cursor: pointer;
  border: solid 2px var(--c_c);
  box-sizing: border-box;
  border-radius: 10px;
  background-color: var(--c_bg);
  box-shadow: 3px 3px 0px 0 var(--c_c);
}

#history .tabnav > li.active {
  background: var(--c_c);
  color: #fff;
  cursor: default;
  box-shadow: none;
}

#history .tabnav > li.active::after {
  position: absolute;
  content: "";
  width: calc(100% + 4px);
  height: 54px;
  left: 3px;
  top: 3px;
  border: solid 2px var(--c_c);
  box-sizing: border-box;
  border-radius: 10px;
}

#history .tabnav > li a {
  color: inherit;
}

#history .tabnav > li:hover {
  background-color: var(--c_c);
  color: var(--c_w);
  box-shadow: unset;
}

@media screen and (max-width: 767px) {
  #history .flavor h3 {
    margin-bottom: 10px;
  }
  #history .attention {
    margin-bottom: 15px;
    font-size: 1.4rem;
    color: var(--c_c);
  }
  #history .fl-lu {
    width: 72.5%;
    max-width: unset;
    margin: 0 auto;
  }
  #history .tabnav {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    -moz-column-gap: unset;
         column-gap: unset;
    row-gap: 16px;
  }
  #history .tabnav > li {
    width: 48%;
    height: 42px;
    font-size: 3.6rem;
    line-height: 0.96;
  }
  #history .tabnav > li.active::after {
    width: 100%;
    height: 42px;
    left: 6px;
    top: 2px;
  }
}
/*スライダー部分*/
#history .tab-content {
  display: none;
}

#history .tab-content.active {
  display: block;
}

#history #tabcontents .tab-content .slide .fl-item .fl-years {
  font-size: 2.2rem;
  text-align: center;
  color: var(--c_c);
}

#history #tabcontents .tab-content .slide .fl-item .fl-years .fl-y_01 {
  font-size: 4rem;
}

#history #tabcontents .tab-content .slide .fl-item .fl-years .fl-y_02 {
  font-size: 3rem;
}

#history #tabcontents .tab-content .slide .fl-item .fl-goods {
  font-size: 2.5rem;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  color: var(--c_c);
}

#history #tabcontents .tab-content .slide .fl-item .fl-item_img {
  display: flex;
  align-items: center;
  width: 380px;
  width: 86%;
  height: 380px;
  height: auto;
  margin: 0 auto;
  padding: 20% 50px;
  border: solid 2px var(--c_c);
  background-color: var(--c_w);
  border-radius: 20px;
}

#history #tabcontents .tab-content .slide .fl-item img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #history .history_cont.flavor {
    max-width: initial;
  }
  #history .tab-content {
    width: 100%;
  }
  #history #tabcontents .tab-content .slide .fl-item {
    padding: 0 5px;
  }
  #history #tabcontents .tab-content .slide .fl-item .fl-item_img {
    width: 100%;
    height: auto;
    padding: 40px 10px;
    border-radius: 10px;
  }
  #history #tabcontents .tab-content .slide .fl-item .fl-goods {
    font-size: 2.1rem;
    line-height: 1.25;
  }
}
/*----- キャラクター -----*/
#history .character {
  position: relative;
  width: 100%;
  max-width: initial;
  margin-bottom: 0;
  background-color: var(--c_w);
}

#history .character .img_chara {
  width: 100%;
  padding-top: 0%;
}

#history .character h3 {
  position: absolute;
  top: 15%;
  margin-bottom: 0;
  transform: translate(-50%, -50%);
  left: 50%;
}

@media screen and (max-width: 767px) {
  #history .character {
    width: 100%;
  }
  #history .character h3 {
    top: 100px;
  }
}
/*--------------------
 04【ラインナップ セクション】
 ---------------------*/
#lineup .top_bg {
  position: relative;
}

#lineup h2 {
  position: absolute;
  top: 60%;
  margin-bottom: 0;
  transform: translate(-50%, -50%);
  left: 50%;
}

#lineup .inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 2720px;
  background-image: url(../images/bg_lineup.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

#lineup .inner .memorial-60th {
  position: relative;
}

#lineup .inner .memorial-60th h3 {
  position: absolute;
  top: -2%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 10px;
}

#lineup .inner .lineup_cont {
  width: 880px;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 120px;
}

#lineup .inner .lu-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 120px;
}

#lineup .inner .memorial-60th .lu-list:first-of-type {
  padding-top: 60px;
}

#lineup .inner .lu-list h4 {
  margin-left: 5px;
  margin-bottom: 16px;
  font-size: 4.2rem;
  font-weight: 900;
  text-align: left;
  color: var(--c_c);
}

#lineup .inner .lu-list h4.l-h {
  line-height: 1.2;
}

#lineup .inner .lu_img {
  width: 360px;
  max-width: 44%;
}

#lineup .inner .lu_img img {
  border-radius: 20px;
}

#lineup .inner .lu_goods {
  width: 500px;
  max-width: 54%;
}

#lineup .inner .lu-type_wrap {
  display: flex;
  justify-content: space-between;
}

#lineup .inner .lu-type {
  display: flex;
  flex-direction: column;
  width: calc((100% - 0px) / 2);
}

#lineup .inner .lu-type_title p {
  width: 220px;
  width: 88%;
  background-color: #0071bc;
  border-radius: 50px;
  margin-left: 10px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 2.2;
  color: var(--c_w);
}

#lineup .inner .lu-type_title .chilled {
  background-color: #34b9ab;
}

#lineup .inner .lu-type p a {
  display: block;
  color: inherit;
}

#lineup .inner .lu-type > p a:hover {
  transition: all 0.4s;
  opacity: 0.8;
  transform: scale(1.03);
}

#lineup .inner .lu-type img {
  width: 100%;
}

/* 4個入り商品以下　*/
#lineup .inner .original .lu-list {
  width: 100%;
  max-width: 1000px;
  padding-top: 47px;
}

#lineup .inner .original .lu_goods {
  width: 624px;
}

#lineup .inner .original .lu-type_wrap {
  display: block;
}

#lineup .inner .original .lu-type {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 75px;
  height: 360px;
}

#lineup .inner .original .lu-type_title {
  display: flex;
}
@media screen and (max-width: 767px) {
  #lineup .inner .original .lu-type_title {
    margin-bottom: 15px;
  }
}

#lineup .inner .original .lu-type_title p {
  width: 150px;
  margin: unset;
  margin-left: 10px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 2.2;
  color: var(--c_w);
}

#lineup .inner .original .lu-type .lu-type_img {
  display: flex;
  width: 100%;
}

#lineup .inner .lu-type .lu-type_img a:hover {
  transition: all 0.4s;
  opacity: 0.8;
  transform: scale(1.03);
}

/* ラインナップのタブ */
#lineup .tab-content {
  display: none;
}

#lineup .tab-content.active {
  display: block;
}

#lineup .inner .lu-tabnavi a {
  display: block;
  font-size: 2.4rem;
  line-height: 1.38;
  color: var(--c_w);
  border-radius: inherit;
  border: 2px solid transparent;
  box-sizing: border-box;
}

/*冷凍*/
#lineup .inner .lu-tabnavi .frozen a {
  background-color: var(--c_w);
  color: #0071bc;
  box-shadow: 0 0 0 2px #0071bc;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #lineup .inner .lu-tabnavi .frozen a {
    height: 30px;
  }
}

#lineup .inner .lu-tabnavi .frozen.active a {
  background-color: #0071bc;
  color: var(--c_w);
  border: 2px solid transparent;
  box-sizing: border-box;
  pointer-events: none;
}

#lineup .inner .lu-tabnavi .frozen a:hover {
  transition: all 0.4s;
  background-color: #0071bc;
  color: var(--c_w);
  border: 2px solid transparent;
  box-sizing: border-box;
}

/*チルド*/
#lineup .inner .lu-tabnavi .chilled a {
  background-color: var(--c_w);
  color: #34b9ab;
  box-shadow: 0 0 0 2px #34b9ab;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #lineup .inner .lu-tabnavi .chilled a {
    height: 30px;
  }
}

#lineup .inner .lu-tabnavi .chilled a:hover {
  background-color: #34b9ab;
  color: var(--c_w);
  border: 2px solid transparent;
  box-sizing: border-box;
}

#lineup .inner .lu-tabnavi .chilled.active a {
  background-color: #34b9ab;
  color: var(--c_w);
  border: 2px solid transparent;
  box-sizing: border-box;
  pointer-events: none;
}

#lineup .inner .original .lu-tabcontents .tab-content ul {
  display: flex;
}

#lineup .inner .original .lu-tabcontents .tab-content ul li {
  width: calc((100% - 0px) / 3);
}

#lineup .inner .original .lu-tabcontents .tab-content ul li a {
  display: block;
}

@media screen and (max-width: 767px) {
  #lineup .inner .original .lu_goods.lu-tab {
    width: 80%;
  }
  #lineup .inner .original .lu_goods.lu-tab p {
    width: 42%;
  }
  #lineup .inner .original .lu-tab .lu-type img {
    width: 45%;
  }
  #lineup .inner .original .lu-tabcontents .tab-content ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  #lineup .inner .original .lu-tabcontents .tab-content ul li {
    width: calc((100% - 0px) / 2);
  }
  #lineup .inner .original .lu-tab .lu-type img {
    width: 80%;
  }
}
/*スチーマー*/
#lineup .inner .lu-text {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  line-height: 2;
  color: #6a340b;
}

#lineup .inner .lu-text::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 200px;
  height: 200px;
  background-image: url(../images/panda01.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -50%;
  top: -30px;
}

@media screen and (max-width: 767px) {
  #lineup .inner .lu-text {
    font-size: 1.7rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  .lu-text_wrap {
    padding-bottom: 197px;
  }
  #lineup .inner .lu-text::before {
    width: 120px;
    height: 160px;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
  }
  #lineup {
    margin-top: -80px;
  }
  #lineup .inner {
    width: 100%;
    height: auto;
    background-image: url(../images/bg_lineup_sp_r.svg);
    background-size: contain;
    background-repeat: repeat;
  }
  #lineup .inner h3 {
    margin-bottom: 40px;
  }
  #lineup .inner .top_bg {
    margin-top: 0;
    padding-top: 85px;
    width: 100%;
    height: 190px;
    height: 32vh;
    background-image: url(../images/bg_lineup_top_sp.svg);
    background-size: contain;
  }
  #lineup .inner .memorial-60th {
    margin-top: 0;
    padding-top: 50px;
  }
  #lineup .inner .memorial-60th h3 {
    position: unset;
    transform: unset;
  }
  #lineup .inner .lu-list {
    flex-direction: column;
    width: 100%;
    margin-bottom: 40px;
    margin-bottom: 48px;
  }
  #lineup .inner .memorial-60th .lu-list:first-of-type {
    padding-top: 0;
  }
  #lineup .inner .lu-list h4 {
    margin-bottom: 8px;
    font-size: 1.8rem;
    text-align: center;
  }
  #lineup .inner .lu_img {
    width: 67%;
    max-width: initial;
    height: auto;
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
  }
  #lineup .inner .lu_goods {
    width: 80%;
    max-width: initial;
    margin: 0 auto;
  }
  #lineup .inner .lu-type_wrap {
    flex-direction: row;
  }
  #lineup .inner .lu-type {
    width: 50%;
    margin: 0 auto;
  }
  #lineup .inner .lu-type .lu-type_title p {
    width: 85%;
    margin: 0 auto 4px;
    font-size: 1.4rem;
    line-height: 2;
  }
  #lineup .inner .lu-type_title a {
    font-size: 1.4rem;
    line-height: 2;
  }
  #lineup .inner .lineup_cont {
    width: 100%;
    max-width: initial;
    margin-bottom: 0px;
  }
  #lineup .inner .original .lu-list {
    width: 100%;
    padding-top: 19px;
  }
  #lineup .inner .original .lu_goods {
    width: 100%;
  }
  #lineup .inner .original .lu-type {
    height: auto;
    padding-top: 8px;
    width: 100%;
  }
  #lineup .inner .original .lu-type .lu-type_img {
    width: 70%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  #lineup .inner .original .lu-type .chilled .lu-type_img {
    width: 100%;
  }
  #lineup .inner .original .lu-type .three-pieces {
    width: 100%;
  }
  #lineup .inner .original .lu-type a {
    width: calc((100% - 0px) / 2);
    margin: 0 auto;
  }
  #lineup .inner .original .lu-type .lu-type_title.lu-tabnavi p {
    width: 42.222%;
  }
  #lineup .inner .original .lu-type .lu-tabnavi a {
    width: calc((100% - 0px) / 2);
    width: 100%;
    margin: 0 auto;
  }
  #lineup .inner .original .lu-type .three-pieces a {
    width: calc((100% - 0px) / 2);
    margin: 0 auto;
  }
  #lineup .inner .original .lu-type .three-pieces.lu-tabcontents a {
    width: 100%;
  }
  #lineup .inner .original .lu_goods {
    width: 80%;
  }
  #lineup .inner .original .lu_goods .lu-type_title p {
    width: 50%;
    font-size: 1.4rem;
    line-height: 2;
  }
}
#lineup .inner .series_4_3 .lu-text::before,
#lineup .inner .series_gold .lu-text::before,
#lineup .inner .suman .lu-text::before {
  display: none;
}

#lineup .inner .series_gold .lu-text_wrap {
  max-width: 620px;
  width: 100%;
  margin: 33px auto 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #lineup .inner .series_gold .lu-text_wrap {
    max-width: 72.73%;
    margin-top: 33px;
    text-align: center;
  }
}

#lineup .inner .series_gold .lu-text_wrap {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #lineup .inner .series_gold .lu-text_wrap {
    padding-bottom: 20px;
  }
}

#lineup .inner .series_gold .lu-text_wrap .fermentation {
  color: #fff;
  background-color: #6A340B;
  display: inline-block;
  width: 202px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  #lineup .inner .series_gold .lu-text_wrap .fermentation {
    max-width: 83%;
    margin-bottom: 6px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  #lineup .inner .suman .lu-text_wrap {
    padding-bottom: 50px;
  }
}

#lineup .inner .suman .lu-text_wrap .suman_logo {
  max-width: 140px;
  width: 100%;
  margin: 23px auto 25px;
  max-width: 35.298%;
  margin-top: 35px;
  margin-bottom: 35px;
}
#lineup .inner .suman .lu-text_wrap .sumna_site {
  display: block;
  max-width: 228px;
  width: 100%;
  margin: 0 auto;
}

#lineup .inner .suman .lu-text_wrap .sumna_site a {
  text-decoration: none;
  display: block;
  width: 100%;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  border: 1px solid #000;
  border-radius: 12px;
  background-color: #FFE900;
}

/*--------------------
 【レシピ セクション】
 ---------------------*/
#recipe {
  width: 100%;
  padding: 10% 0;
  background-color: var(--c_c);
}

#recipe .img_recipe {
  margin-bottom: 5%;
}

#recipe .inner .btn {
  width: 42%;
  margin: 0 auto;
}

#recipe .inner .btn a {
  display: block;
  padding-left: 3%;
  font-size: 2.2rem;
  line-height: 3;
  color: var(--c_c);
  background-color: var(--c_w);
}

#recipe .inner .btn a:hover {
  opacity: 0.7;
  zoom: 1;
  transition: all 0.9s;
}

#recipe .inner .btn a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: baseline;
  background-image: url(../images/img_arrow_c.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 6%;
}

@media screen and (max-width: 767px) {
  #recipe {
    width: 100%;
    padding-bottom: 30%;
  }
  #recipe .inner .btn {
    width: 75%;
  }
  #recipe .inner .btn a {
    padding-left: 0;
    font-size: 1.8rem;
    line-height: 2.5;
  }
  #recipe .inner .btn a::after {
    width: 10px;
    height: 10px;
    margin-left: 2rem;
  }
}
/*--------------------
　　TOPに戻る
 ---------------------*/
#page_top {
  display: none;
  position: fixed;
  right: 1.5vh;
  margin-bottom: 1.5vh;
  z-index: 999;
}

#page_top a {
  position: relative;
  display: flex;
  width: 150px;
  width: 9vw;
  max-width: 150px;
  height: auto;
  left: -50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #page_top a {
    width: 20vw;
    left: 0;
  }
}
/*--------------------
 【フッター】
 ---------------------*/
footer {
  padding-top: 60px;
  padding-bottom: 100px;
  background-image: url(../images/bg_footer.png);
  background-size: 100%;
}

footer .f-title {
  margin: 0 auto 20px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 2.1rem;
  line-height: 1;
  text-align: center;
  color: var(--c_w);
}

footer .sns {
  display: flex;
  justify-content: center;
  width: 260px;
  margin: 0 auto 60px;
}

footer .sns li {
  margin: 0 15px 0;
  width: 60px;
}

footer .footer_btn {
  display: flex;
  width: 50%;
  margin: 0 auto 60px;
}

footer .footer_btn li {
  width: 45%;
  margin: 0 auto;
}

footer .footer_btn li a {
  display: block;
}

footer .footer_btn li a:hover {
  opacity: 0.7;
  zoom: 1;
  transition: all 0.9s;
}

footer .copy {
  font-size: 1.4rem;
  text-align: center;
  color: var(--c_w);
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 50px;
    padding-bottom: 30px;
    background-image: url(../images/bg_footer_sp.png);
  }
  footer .f-title {
    font-size: 4.26667vw;
  }
  footer .sns {
    width: 70%;
    justify-content: space-between;
    margin-bottom: 2.66667vw;
  }
  footer .sns li {
    margin: 0;
    width: 50px;
  }
  footer .footer_btn {
    flex-direction: column;
    width: 100%;
    row-gap: 2.66667vw;
    margin-bottom: 5.33334vw;
  }
  footer .footer_btn li {
    width: 80%;
  }
  footer .copy {
    font-size: 2.66667vw;
    letter-spacing: 0.1em;
  }
}
/*--------------------
 【cookie】
 ---------------------*/
.cookiebox-text a {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .cookiebox-text a {
    font-size: 12px;
  }
}