/* 下層ページ設定
------------------------------------------------------------*/
/* Common
-----------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,700&amp;display=swap');
@media screen and (max-width: 767px) {}
*, ::after, ::before {
  box-sizing: border-box;
}
/* 
   kye visual
-----------------------------*/
.history_kv_wrap {
  background-image: url(../image/cook_bg_01.svg);
  background-position: center top;
  background-size: 3.62318vw auto;
  background-repeat: repeat;
}
.history_kv {
  padding: 4vw 0 4vw 0;
  position: relative;
}
.kv_ttl {
  font-family: "Kaisei Decol", serif;
  font-size: 3.47826vw; /*48px*/
  line-height: 1.5em;
  text-align: center;
}
.kv_txt {
  font-size: 1.73913vw;
  line-height: 1.5em;
  text-align: center;
  margin-top: 2.17391vw;
}
@media screen and (max-width: 767px) {
  .history_kv_wrap {
    background-image: url(../image/cook_bg_01_sp.svg);
    background-position: center top;
    background-size: 6.66666vw auto;
    background-repeat: repeat;
  }
  .history_kv {
    padding: 15vw 0 9vw 0;
  }
  .kv_ttl {
    font-size: 7.46666vw; /*56px*/
  }
  .kv_txt {
    font-size: 4.26666vw;
    margin-top: 10.66666vw;
  }
}
/* 
   page
-----------------------------*/
#ank_history_cm {
  display: none;
}
#ank_history_products {
  display: none;
}
#ank_history_event {
  display: none;
}
#ank_history_cm.view {
  display: block;
}
#ank_history_products.view {
  display: block;
}
#ank_history_event.view {
  display: block;
}
.content_wrap {
  background-image: url(../image/cook_bg_02.svg);
  background-position: center top;
  background-size: 3.62318vw auto;
  background-repeat: repeat;
  padding-bottom: 10.86956vw;
}
.history_wrap {
  width: 31.15942vw;
  margin: 4.34782vw auto 0 auto;
  position: relative;
}
.history_side_01 {
  width: 1.52173vw;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: -0.76vw;
  z-index: 10;
  background-image: url(../image/history_side_img_bg_01.svg);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat-y;
  height: 521vw;
}
.history_side_02 {
  width: 1.52173vw;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: -0.76vw;
  z-index: 10;
  background-image: url(../image/history_side_img_bg_02.svg);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat-y;
  height: 732vw;/*658.8vw*/
}
.history_side_03 {
  width: 1.52173vw;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: -0.76vw;
  z-index: 10;
  background-image: url(../image/history_side_img_bg_03.svg);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: repeat-y;
  height: 595.1vw;
}
.ToBeConti {
  font-size: 1.5942vw;
  font-weight: 500;
  text-align: center;
  margin-top: 2em;
}
.d_shadow {
  filter: drop-shadow(0.4vw 0.4vw 0.6vw rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 767px) {
  .content_wrap {
    background-image: url(../image/cook_bg_02_sp.svg);
    background-size: 6.66666vw auto;
    padding-bottom: 20vw;
  }
  .history_wrap {
    width: 85vw;
    margin: 5.06666vw auto 0 auto;
  }
  .history_side_01 {
    width: 4.5vw;
    left: -1.2vw;
    height: 1542vw;
  }
  .history_side_02 {
    width: 4.5vw;
    left: -1.2vw;
    height: 2225vw;
  }
  .history_side_03 {
    width: 4.5vw;
    left: -1.2vw;
    height: 1753vw;
  }
  .ToBeConti {
    font-size: 4.53333vw;
  }
  .d_shadow {
    filter: drop-shadow(0.6vw 0.6vw 1vw rgba(0, 0, 0, 0.4));
  }
}
/* head tab */
.top_link_arrow {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top_link_arrow.view {
  display: block;
}
.top_link_wrap {
  width: 35.7971vw;
  margin: 1vw auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.top_link_box {
  width: 9.63768vw;
}
.link_01, .link_02, .link_03 {
  cursor: pointer;
  transition: opacity .3s ease;
}
.link_01:hover, .link_02:hover, .link_03:hover {
  opacity: 0.6;
}
.link_01 .top_link_box_inner, .link_02 .top_link_box_inner, .link_03 .top_link_box_inner {
  width: 100%;
  border-radius: 1.52173vw;
  border: 0.28vw solid #ffffff;
  overflow: hidden;
}
.link_01.view .top_link_box_inner {
  border: 0.28vw solid #5a2e00;
}
.link_02.view .top_link_box_inner {
  border: 0.28vw solid #fb6b00;
}
.link_03.view .top_link_box_inner {
  border: 0.28vw solid #138228;
}
@media screen and (max-width: 767px) {
  .top_link_wrap {
    width: 86.4vw;
    margin: 2.5vw auto 0 auto;
  }
  .top_link_box {
    width: 25.33333vw;
  }
  .link_01 .top_link_box_inner, .link_02 .top_link_box_inner, .link_03 .top_link_box_inner {
    border-radius: 4vw;
    border: 0.53333vw solid #ffffff;
  }
  .link_01.view .top_link_box_inner {
    border: 0.53333vw solid #5a2e00;
  }
  .link_02.view .top_link_box_inner {
    border: 0.53333vw solid #fb6b00;
  }
  .link_03.view .top_link_box_inner {
    border: 0.53333vw solid #138228;
  }
}
/**/
.history_sec_ttl_01 {
  text-align: center;
  padding-top: 3.62318vw;
}
.history_sec_ttl_01 h2.sec_ttl {
  display: inline;
  font-size: 1.92753vw;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 0.20289vw solid #5a2e00;
}
.history_sec_ttl_02 {
  text-align: center;
  padding-top: 3.62318vw;
}
.history_sec_ttl_02 h2.sec_ttl {
  display: inline;
  font-size: 1.92753vw;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 0.20289vw solid #fb6b00;
  color: #fb6b00;
}
.history_sec_ttl_03 {
  text-align: center;
  padding-top: 3.62318vw;
}
.history_sec_ttl_03 h2.sec_ttl {
  display: inline;
  font-size: 1.92753vw;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 0.20289vw solid #138228;
  color: #138228;
}
h3.year_no {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.2em;
  font-size: 2.35507vw;
  padding-left: 2.53623vw;
  background-image: url(../image/history_no_bar_01.svg);
  background-position: left center;
  background-size: 2.02898vw auto;
  background-repeat: no-repeat;
  margin-left: -2vw;
}
h3.year_no.red {
  color: #e6002d;
  background-image: url(../image/history_no_bar_02.svg);
}
.red {
  color: #e6002d;
}
.history_txt {
  font-size: 1.44927vw;
  font-weight: 500;
  line-height: 1.6em;
  margin: 0.5em 0 0.3em 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
.history_03 .history_txt {
  margin-top: 1em;
}
.history_txt_L {
  font-size: 1.69565vw;
  font-weight: 500;
  line-height: 1.6em;
  margin: 0.3em 0 0.3em 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
.history_txt_S {
  font-size: 1.21388vw;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0.3em 0 0.3em 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
.history_txt_img_ttl {
  font-size: 1.13043vw;
  line-height: 1.6em;
  margin-top: 1em;
}
.history_txt_img_ttl2 {
  font-size: 1.13043vw;
  line-height: 1.6em;
  margin-top: 0em;
}
@media screen and (max-width: 767px) {
  .history_sec_ttl_01 {
    padding-top: 2em;
  }
  .history_sec_ttl_01 h2.sec_ttl {
    font-size: 6.4vw;
  }
  .history_sec_ttl_02 {
    padding-top: 2em;
  }
  .history_sec_ttl_02 h2.sec_ttl {
    font-size: 6.4vw;
  }
  .history_sec_ttl_03 {
    padding-top: 2em;
  }
  .history_sec_ttl_03 h2.sec_ttl {
    font-size: 6.4vw;
  }
  h3.year_no {
    font-size: 6.66666vw;
    padding-left: 7.06666vw;
    background-size: 5.73333vw auto;
    margin-left: -8vw;
  }
  h3.year_no.red {
    color: #e6002d;
  }
  .red {}
  .history_txt {
    font-size: 4.13333vw;
  }
  .history_txt_L {
    font-size: 4.8vw;
  }
  .history_txt_S {
    font-size: 3.46666vw;
  }
  .history_txt_img_ttl {
    font-size: 3.2vw;
  }
  .history_txt_img_ttl2 {
    font-size: 3.2vw;
  }
}
.history_cm_img_01 {
  width: 20.5vw;
  margin: 0;
}
.history_cm_img_02 {
  width: 26.9vw;
  margin: 0;
}
.history_cm_img_01s {
  width: 9.7vw;
  margin: 0;
  white-space: nowrap;
  overflow-x: visible;
}
.history_cm_img_02s {
  width: 12.9vw;
  margin: 0;
  white-space: nowrap;
  overflow-x: visible;
}
.history_cm_img_01_flex {
  width: 20.5vw;
  display: flex;
  justify-content: space-between;
  overflow-x: visible;
}
.history_cm_img_02_flex {
  width: 26.9vw;
  display: flex;
  justify-content: space-between;
  overflow-x: visible;
}
@media screen and (max-width: 767px) {
  .history_cm_img_01 {
    width: 58vw;
    margin: 0;
  }
  .history_cm_img_02 {
    width: 76.33333vw;
    margin: 0;
  }
  .history_cm_img_01s {
    width: 27.46666vw;
    margin: 0;
  }
  .history_cm_img_02s {
    width: 36.66666vw;
    margin: 0;
  }
  .history_cm_img_01_flex {
    width: 58vw;
  }
  .history_cm_img_02_flex {
    width: 76.33333vw;
  }
}
.history_01 {
  padding: 1vw 0 0.5vw 2vw;
}
.history_02 {
  padding: 4vw 0 0.5vw 2vw;
}
.history_03 {
  padding: 1.5vw 0 0.5vw 2vw;
}
.history_04 {
  padding: 1.5vw 0 0.5vw 2vw;
}
@media screen and (max-width: 767px) {
  .history_01 {
    padding: 2vw 0 1.5vw 8vw;
  }
  .history_02 {
    padding: 13.5vw 0 1.5vw 8vw;
  }
  .history_03 {
    padding: 10vw 0 1.5vw 8vw;
  }
  .history_04 {
    padding: 10vw 0 1.5vw 8vw;
  }
}
/**/
.history_prod_img_01 {
  width: 26.9vw;
  margin-top: 0.1vw;
}
.history_prod_img_02 {
  margin-top: 0.1vw;
	display: flex;
	gap:30px;
	align-items: flex-end;
	justify-content: center;
}
.history_prod_img_02 img {
	height: 12vw;
}
@media screen and (max-width: 767px) {
  .history_prod_img_01 {
    width: 76.33333vw;
    margin-top: 0.4vw;
  }
.history_prod_img_02 img {
	height: 37vw;
}
}
/* 
  
-----------------------------*/
.prod_preference_03_list_link {
  width: 8.47826vw;
  height: 2.8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0.3em;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 1.4vw;
  overflow: hidden;
  background-image: url(../../products/image/prod_manufacturing_link_arrow.svg);
  background-position: right 0.3em center;
  background-size: 0.66vw auto;
  background-repeat: no-repeat;
  z-index: 5;
  transition: opacity .3s ease;
  margin: 0;
}
.prod_preference_03_list_link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .prod_preference_03_list_link {
    width: 24vw;
    height: 8vw;
    border-radius: 4vw;
    background-size: 2vw auto;
    top: -0.2em;
    right: -0.2em;
  }
}
.history_m_box {
  width: 46.37681vw;
  background-color: #ffffff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 501;
  display: none;
  max-height: 90vh;
  overflow-y: scroll;
}
.history_m_box_inner {
  padding: 2.17391vw;
}
.history_m_box_inner2 {
  padding: 3vw 2.17391vw 2.17391vw 2.17391vw;
}
.history_m_txt {
  font-size: 1.88405vw;
  line-height: 1.6em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.history_m_txt.ttl {
  font-size: 2.02898vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .history_m_box {
    width: 85.33333vw;
  }
  .history_m_box_inner {
    padding: 4vw;
  }
  .history_m_box_inner2 {
    padding: 4.5vw 4vw 4vw 4vw;
  }
  .history_m_txt {
    font-size: 3.46666vw;
  }
  .history_m_txt.ttl {
    font-size: 3.73333vw;
  }
}
/*-----------------------------*/