@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@media (max-width: 700px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 701px) {
  .only-sp {
    display: none !important;
  }
}

body {
  min-width: 100%;
}

.l-wrapper {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .l-wrapper {
    width: 100%;
    padding: 0 16px;
  }
}

.sec-anchor {
  position: absolute;
  top: 0;
}

.agf-cs-header-mo__user-login.is-before-login, .agf-cs-header-dt-nav-main__item-user-login {
  display: none !important;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
@media (min-width: 701px) {
  a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (min-width: 701px) and (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (min-width: 701px) {
  .mfp-wrap {
    overflow-x: auto !important;
  }
  .mfp-iframe-holder .mfp-content {
    max-width: 720px;
  }
  .mfp-iframe-holder .mfp-close {
    background: url("../img/btn_close.png") right 5px bottom 7px no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 0;
    opacity: 1;
  }
  .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
  }
  .mfp-ready .mfp-content {
    width: 720px;
    -webkit-animation: tobig 0.5s ease 0s 1 normal both;
    animation: tobig 0.5s ease 0s 1 normal both;
  }
  @-webkit-keyframes tobig {
    from {
      width: 660px;
    }
    to {
      width: 720px;
    }
  }
  @keyframes tobig {
    from {
      width: 660px;
    }
    to {
      width: 720px;
    }
  }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }
  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .mfp-fade.mfp-bg.mfp-removing {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }
}
/*****/
@media screen and (max-width: 700px) {
  .mfp-iframe-holder .mfp-close {
    background: url("../img/btn_close.png") right 10px bottom 10px no-repeat;
    background-size: auto 3.5vw;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 0;
    opacity: 1;
  }
  .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
  }
  .mfp-ready .mfp-content {
    /*    width: 85%;*/
    width: 100% !important;
    -webkit-animation: tosmall 0.5s ease 0s 1 normal both;
    animation: tosmall 0.5s ease 0s 1 normal both;
  }
  @-webkit-keyframes tosmall {
    from {
      width: 85%;
    }
    to {
      width: 100%;
    }
  }
  @keyframes tosmall {
    from {
      width: 85%;
    }
    to {
      width: 100%;
    }
  }
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }
  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .mfp-fade.mfp-bg.mfp-removing {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }
}
#cz {
  font-family: "Noto Sans JP", sans-serif;
  background: #001655;
  color: #fff;
  width: 100%;
  overflow: hidden;
}
#cz .list-anchor {
  position: relative;
  width: 100%;
  height: 22.4vw;
}
@media (min-width: 701px) {
  #cz .list-anchor {
    height: min(80px, 4.1666666667vw);
  }
}
#cz .list-anchor__fix {
  background: url("../img/bg_nav.webp") center/auto 100% repeat-x;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transform: matrix3d(0, 0, 0);
          transform: matrix3d(0, 0, 0);
}
#cz .list-anchor__fix.is-scroll {
  position: fixed;
}
#cz .list-anchor__fix ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 4vw 0 3.4666666667vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 701px) {
  #cz .list-anchor__fix ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: min(23px, 1.1979166667vw) 0;
  }
}
@media (max-width: 700px) {
  #cz .list-anchor__fix ul::after {
    content: "";
    width: 96%;
    height: 1px;
    background-color: #B2923F;
    position: absolute;
    top: 50%;
    left: 2%;
  }
}
#cz .list-anchor__fix ul li {
  position: relative;
}
@media (min-width: 701px) {
  #cz .list-anchor__fix ul li {
    width: auto;
  }
}
#cz .list-anchor__fix ul li::after {
  content: "";
  width: 2px;
  height: min(16px, 0.8333333333vw);
  background-color: #B2923F;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (max-width: 700px) {
  #cz .list-anchor__fix ul li::after {
    height: 4.2666666667vw;
  }
}
@media (min-width: 701px) {
  #cz .list-anchor__fix ul li:last-child::after {
    content: none;
  }
}
#cz .list-anchor__fix ul li:nth-child(1), #cz .list-anchor__fix ul li:nth-child(1) {
  border-top: 0;
}
@media (max-width: 700px) {
  #cz .list-anchor__fix ul li:nth-child(4)::after, #cz .list-anchor__fix ul li:nth-child(7)::after {
    content: none;
  }
}
#cz .list-anchor__fix ul li a {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  display: block;
  color: #4D3827;
  width: 100%;
  padding: 4px 2.9333333333vw;
}
@media (min-width: 701px) {
  #cz .list-anchor__fix ul li a {
    font-size: min(16px, 0.8333333333vw);
    line-height: 1.4375;
    padding: min(5px, 0.2604166667vw) min(51px, 2.65625vw);
  }
}
@media (max-width: 700px) {
  #cz .list-anchor__fix ul li a {
    letter-spacing: 0.02em;
  }
}
@media (max-width: 700px) {
  #cz a:hover {
    text-decoration: none;
  }
}
#cz section {
  position: relative;
}
#cz section .sec-anchor {
  position: absolute;
  top: 0;
}
#cz .nav {
  display: none !important;
}
#cz .section__inn {
  min-width: 100%;
  width: 100%;
  max-width: 1320px;
}
#cz .info2025 {
  background: url("../img/info-bg.jpg") no-repeat left bottom/cover;
  padding: min(188px, 9.7916666667vw) 0 min(200px, 10.4166666667vw);
}
@media (max-width: 700px) {
  #cz .info2025 {
    background: url("../img/info-bg-sp.jpg") no-repeat center bottom/100% auto;
    padding: 15.4666666667vw 0 54.6666666667vw;
  }
}
#cz .info2025 .l-wrapper {
  padding-right: 3px;
}
@media (max-width: 700px) {
  #cz .info2025 .sec-anchor {
    top: 10px;
  }
}
#cz .info2025__inner {
  width: 53.5%;
  margin-left: auto;
}
@media (max-width: 700px) {
  #cz .info2025__inner {
    width: 100%;
    padding: 0 2.6666666667vw;
  }
}
#cz .info2025__text {
  font-size: min(26px, 1.3541666667vw);
  line-height: 1.4230769231;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 700px) {
  #cz .info2025__text {
    font-size: 4.8vw;
    line-height: 1.7777777778;
  }
}
#cz .info2025__text + .info2025__text {
  margin-top: 37px;
}
@media (max-width: 700px) {
  #cz .info2025__text + .info2025__text {
    margin-top: 8.5333333333vw;
  }
}
#cz .bg-main {
  background: url("../img/bg-main.jpg") no-repeat center top/cover;
}
@media (max-width: 700px) {
  #cz .bg-main {
    background: url("../img/bg-main-sp.jpg") no-repeat center top/cover;
  }
}
#cz .tvcm {
  padding-top: 79px;
}
@media (max-width: 700px) {
  #cz .tvcm {
    padding-top: 39px;
  }
}
#cz .tvcm .section__index {
  margin-bottom: 57px;
}
@media (max-width: 700px) {
  #cz .tvcm .section__index {
    margin-bottom: 36px;
  }
}
#cz .tvcm__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 700px) {
  #cz .tvcm__inner {
    display: block;
  }
}
#cz .tvcm__item {
  width: calc(50% - 20px);
}
@media (max-width: 700px) {
  #cz .tvcm__item {
    width: 100%;
    margin-bottom: 36px;
  }
  #cz .tvcm__item:last-child {
    margin-bottom: 0;
  }
}
#cz .tvcm__item a {
  display: block;
  position: relative;
}
@media (min-width: 701px) and (hover: hover) {
  #cz .tvcm__item a:hover::after {
    opacity: 1;
  }
}
#cz .tvcm__item a::after {
  content: "";
  width: 82px;
  height: 82px;
  background: url("../img/tvcm-icon-play.png") no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 700px) {
  #cz .tvcm__item a::after {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
#cz .tvcm__text {
  font-size: 18px;
  line-height: 1.6666666667;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #D6C677;
  text-align: center;
  margin-top: 13px;
}
@media (max-width: 700px) {
  #cz .tvcm__text {
    font-size: 12px;
    line-height: 1.25;
    margin-top: 10px;
  }
}
#cz .product2025 {
  padding-top: 118px;
}
#cz .product2025 .sec-anchor {
  top: 61px;
}
@media (max-width: 700px) {
  #cz .product2025 .sec-anchor {
    top: 39px;
  }
}
@media (max-width: 700px) {
  #cz .product2025 {
    padding-top: 66px;
  }
}
#cz .product2025 .section__index {
  margin-bottom: 65px;
}
@media (max-width: 700px) {
  #cz .product2025 .section__index {
    margin-bottom: 36px;
  }
}
#cz .product2025__inner {
  width: min(1320px, 68.75vw);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  #cz .product2025__inner {
    width: 100%;
  }
}
#cz .product2025-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 max(-45px, -2.34375vw);
}
@media (max-width: 700px) {
  #cz .product2025-list {
    margin: 0 -9px;
  }
}
@media (max-width: 700px) and (max-width: 350px) {
  #cz .product2025-list {
    margin: 0 -10px;
  }
}
#cz .product2025-list li {
  width: min(186px, 9.6875vw);
  margin: 0 min(44px, 2.2916666667vw) 66px;
  text-align: center;
}
@media (max-width: 700px) {
  #cz .product2025-list li {
    width: 27.2vw;
    margin: 0 2.4vw 36px;
  }
}
@media (min-width: 701px) {
  #cz .product2025-list li.--style1 .product2025-list__img::after {
    top: max(-13px, -0.6770833333vw);
  }
}
#cz .product2025-list li.--style2 .product2025-list__img img {
  width: min(217px, 11.3020833333vw);
  margin-left: max(-15px, -0.78125vw);
  max-width: none;
}
@media (max-width: 700px) {
  #cz .product2025-list li.--style2 .product2025-list__img img {
    width: 26.1333333333vw;
    margin-left: 0;
  }
}
#cz .product2025-list li.is-new .product2025-list__img {
  position: relative;
}
#cz .product2025-list li.is-new .product2025-list__img::after {
  content: "";
  width: min(46px, 2.3958333333vw);
  height: min(46px, 2.3958333333vw);
  background: url("../img/product-new.png") no-repeat center center/100% 100%;
  position: absolute;
  top: max(-23px, -1.1979166667vw);
  right: max(-13px, -0.6770833333vw);
  z-index: 1;
}
@media (max-width: 700px) {
  #cz .product2025-list li.is-new .product2025-list__img::after {
    background: url("../img/product-new-sp.png") no-repeat center center/100% 100%;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    top: -4.8vw;
    right: -2.6666666667vw;
  }
}
#cz .product2025-list__img {
  display: inline-block;
  min-width: min(150px, 7.8125vw);
}
@media (max-width: 700px) {
  #cz .product2025-list__img {
    min-width: 72px;
  }
}
#cz .product2025-list__img img {
  height: min(208px, 10.8333333333vw);
  max-width: 100%;
  display: inline-block;
}
@media (max-width: 700px) {
  #cz .product2025-list__img img {
    height: 24.8vw;
  }
}
#cz .product2025-list__txt {
  margin-top: 25px;
}
@media (max-width: 700px) {
  #cz .product2025-list__txt {
    margin: 14px -12px 0;
  }
}
#cz .product2025-list__txt h3 {
  font-size: min(15px, 0.78125vw);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 700px) {
  #cz .product2025-list__txt h3 {
    font-size: 2.9333333333vw;
  }
}
#cz .product2025-list__txt p {
  font-size: min(15px, 0.78125vw);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  margin: 0 -10px;
}
@media (max-width: 700px) {
  #cz .product2025-list__txt p {
    font-size: 2.9333333333vw;
    margin: 0 -5px;
  }
}
#cz .product2025-list__btn {
  font-size: min(18px, 0.9375vw);
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #D6C677;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: min(186px, 9.6875vw);
  height: min(58px, 3.0208333333vw);
  text-align: center;
  position: relative;
  margin-top: min(21px, 1.09375vw);
  padding-right: min(11px, 0.5729166667vw);
  border: 1px solid #D6C677;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 700px) {
  #cz .product2025-list__btn {
    font-size: 3.2vw;
    width: 24vw;
    height: 7.4666666667vw;
    max-width: 100%;
    margin: 10px auto 0;
    padding-right: 4vw;
  }
}
#cz .product2025-list__btn::after {
  content: "";
  width: min(20px, 1.0416666667vw);
  height: min(20px, 1.0416666667vw);
  background: url("../img/product-icon-arrow.svg") no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  right: min(25px, 1.3020833333vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 700px) {
  #cz .product2025-list__btn::after {
    width: 4vw;
    height: 4vw;
    right: 1.8666666667vw;
  }
}
#cz .lineup {
  padding: 50px 0;
  background-image: none;
}
@media (max-width: 700px) {
  #cz .lineup {
    padding: 27px 16px;
  }
}
#cz .lineup .section__index {
  margin-bottom: 57px;
}
@media (max-width: 700px) {
  #cz .lineup .section__index {
    margin-bottom: 39px;
  }
}
@media (min-width: 701px) and (hover: hover) {
  #cz .lineup .lineup__list > li a:hover {
    opacity: 1;
  }
}
#cz .lineup .lineup__list > li a:after {
  background: url("../img/img_lineup_master.svg") left top/contain no-repeat;
  opacity: 0;
}
#cz .history2025 {
  margin-top: min(149px, 7.7604166667vw);
}
@media (max-width: 700px) {
  #cz .history2025 {
    margin-top: 39px;
  }
}
#cz .history2025 .sec-anchor {
  top: -50px;
}
@media (max-width: 700px) {
  #cz .history2025 .sec-anchor {
    top: -39px;
  }
}
#cz .history2025 .section__index {
  margin-bottom: 57px;
}
@media (max-width: 700px) {
  #cz .history2025 .section__index {
    margin-bottom: 39px;
  }
}
#cz .history2025 .list-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 700px) {
  #cz .history2025 .list-time {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#cz .history2025 .list-time li {
  width: min(166px, 8.6458333333vw);
  margin: 0 min(23px, 1.1979166667vw);
}
@media (max-width: 700px) {
  #cz .history2025 .list-time li {
    width: 20.2666666667vw;
    margin: 0;
  }
}
#cz .history2025 .list-time li a {
  font-size: min(22px, 1.1458333333vw);
  line-height: 1;
  font-weight: bold;
  color: #D6C677;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: min(60px, 3.125vw);
  border-top: 1px solid #D6C677;
  border-bottom: 1px solid #D6C677;
  position: relative;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 700px) {
  #cz .history2025 .list-time li a {
    font-size: 3.2vw;
    height: 7.4666666667vw;
    padding-bottom: 0.8vw;
  }
}
#cz .history2025 .list-time li a::after {
  content: "";
  width: min(23px, 1.1979166667vw);
  height: min(23px, 1.1979166667vw);
  background: url("../img/history-icon-arrow.png") no-repeat center/100% 100%;
  margin-left: min(6px, 0.3125vw);
}
@media (max-width: 700px) {
  #cz .history2025 .list-time li a::after {
    width: 4vw;
    height: 4vw;
    margin-left: 0.8vw;
  }
}
#cz .history2025 .history-box {
  border: 1px solid #D6C677;
  width: 100%;
  max-width: min(1280px, 66.6666666667vw);
  padding: 0 19px 1px 39px;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box {
    margin-top: 34px;
    padding: 1px 2.1333333333vw;
    width: 90.6666666667vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    background: url("../img/history-bg-sp.png") no-repeat center/100% 100%;
  }
}
#cz .history2025 .history-box__inner {
  width: 100%;
  height: 680px;
  overflow-y: auto;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box__inner {
    height: 478px;
  }
}
@media (min-width: 701px) {
  #cz .history2025 .history-box__inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 20px;
    background-color: transparent;
  }
  #cz .history2025 .history-box__inner::-webkit-scrollbar {
    width: 20px;
    background-color: transparent;
  }
}
@media (min-width: 701px) and (max-width: 700px) {
  #cz .history2025 .history-box__inner::-webkit-scrollbar {
    width: 2.6666666667vw;
  }
}
@media (min-width: 701px) {
  #cz .history2025 .history-box__inner::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #D6C677;
  }
}
@media (min-width: 701px) and (max-width: 700px) {
  #cz .history2025 .history-box__inner::-webkit-scrollbar-thumb {
    width: 2.6666666667vw;
  }
}
#cz .history2025 .history-box__content {
  width: min(1077px, 56.09375vw);
  margin-left: auto;
  margin-right: auto;
  padding-top: 49px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box__content {
    width: 78.9333333333vw;
    padding-top: 15px;
  }
}
#cz .history2025 .history-box sub {
  font-size: 100%;
  bottom: -0.5em;
}
#cz .history2025 .history-box .mCSB_scrollTools {
  width: 20px;
  right: 0;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .mCSB_scrollTools {
    width: 2.6666666667vw;
  }
}
#cz .history2025 .history-box .mCSB_container_wrapper {
  bottom: 1px;
}
#cz .history2025 .history-box .mCSB_scrollTools .mCSB_draggerContainer {
  background-color: transparent;
}
#cz .history2025 .history-box .num-year1 {
  font-size: min(95px, 4.9479166667vw);
  line-height: 1;
  font-weight: bold;
  color: #D6C677;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .num-year1 {
    font-size: 17.3333333333vw;
    letter-spacing: 0.04em;
  }
}
#cz .history2025 .history-box .num-year2 {
  font-size: min(70px, 3.6458333333vw);
  line-height: 1;
  font-weight: bold;
  color: #D6C677;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .num-year2 {
    font-size: 10.6666666667vw;
    letter-spacing: 0.04em;
  }
}
#cz .history2025 .history-box .c-box {
  width: 100%;
  max-width: min(798px, 41.5625vw);
  margin-left: auto;
  margin-right: auto;
  background-color: #001655;
  border: 1px solid #D6C677;
  padding: 42px min(50px, 2.6041666667vw) 34px min(55px, 2.8645833333vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .c-box {
    max-width: 100%;
    width: 100%;
    padding: 17px 3.4666666667vw 12px 4.2666666667vw;
  }
}
#cz .history2025 .history-box .c-box__ttl {
  text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .c-box__ttl {
    margin-bottom: 14px;
  }
}
#cz .history2025 .history-box .c-box__ttl span {
  font-size: min(26px, 1.3541666667vw);
  line-height: 1.2307692308;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  display: inline-block;
  width: min(290px, 15.1041666667vw);
  border-bottom: 1px solid #D6C677;
  padding-bottom: 12px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .c-box__ttl span {
    font-size: 4.8vw;
    line-height: 1.7777777778;
    width: 53.3333333333vw;
    padding-bottom: 6px;
  }
}
#cz .history2025 .history-box .c-box__txt {
  font-size: min(20px, 1.0416666667vw);
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .c-box__txt {
    font-size: 3.7333333333vw;
    line-height: 2.2857142857;
  }
}
#cz .history2025 .history-box .c-box__img {
  text-align: center;
  margin-top: 21px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .c-box__img {
    margin-top: 14px;
  }
}
#cz .history2025 .history-box .c-box__img img {
  width: min(170px, 8.8541666667vw);
  display: inline-block;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .c-box__img img {
    width: 31.4666666667vw;
  }
}
#cz .history2025 .history-box .c-box__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px auto 0;
  font-size: min(16px, 0.8333333333vw);
  line-height: 1;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  color: #001655;
  background-color: #D6C677;
  width: min(453px, 23.59375vw);
  height: min(80px, 4.1666666667vw);
  padding-top: min(5px, 0.2604166667vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .c-box__btn a {
    width: 70.1333333333vw;
    height: 21.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    text-align: center;
    margin: 23px auto 0;
    padding-top: 0;
  }
}
#cz .history2025 .history-box .history-line {
  position: relative;
}
#cz .history2025 .history-box .history-line::before {
  content: "";
  width: 2px;
  height: 60px;
  background-color: #D6C677;
  position: absolute;
  top: -117px;
  left: calc(50% - 1px);
  z-index: 0;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .history-line::before {
    height: 30px;
    top: -30px;
  }
}
#cz .history2025 .history-box .history-tvcm {
  padding: 35px 13px 0;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .history-tvcm {
    padding: 0;
    margin: 35px -1px 0;
  }
}
#cz .history2025 .history-box .history-tvcm.dummy .history-tvcm__item {
  width: 100%;
  text-align: right;
}
#cz .history2025 .history-box .history-tvcm.dummy .history-tvcm__text {
  text-align: right;
}
#cz .history2025 .history-box .history-tvcm__item {
  width: 58.7%;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .history-tvcm__item {
    width: 100%;
    margin-bottom: 36px;
  }
  #cz .history2025 .history-box .history-tvcm__item:last-child {
    margin-bottom: 0;
  }
}
#cz .history2025 .history-box .history-tvcm__item a {
  display: block;
  position: relative;
}
@media (min-width: 701px) and (hover: hover) {
  #cz .history2025 .history-box .history-tvcm__item a:hover::after {
    opacity: 1;
  }
}
#cz .history2025 .history-box .history-tvcm__item a::after {
  content: "";
  width: min(82px, 4.2708333333vw);
  height: min(82px, 4.2708333333vw);
  background: url("../img/tvcm-icon-play.png") no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .history-tvcm__item a::after {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
#cz .history2025 .history-box .history-tvcm__text {
  font-size: 20px;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .history-tvcm__text {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    margin-bottom: 10px;
  }
}
#cz .history2025 .history-box .year2007 {
  min-height: min(1144px, 59.5833333333vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2007 {
    min-height: 240vw;
  }
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2007 .num-year1 {
    letter-spacing: 0;
  }
}
#cz .history2025 .history-box .year2007__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2007__top {
    display: block;
  }
}
#cz .history2025 .history-box .year2007__txt {
  margin-left: min(16px, 0.8333333333vw);
  padding-top: min(8px, 0.4166666667vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2007__txt {
    margin-left: -2.4vw;
    padding-top: 3px;
  }
}
#cz .history2025 .history-box .year2007__txt p {
  font-size: min(26px, 1.3541666667vw);
  line-height: 1.4615384615;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2007__txt p {
    font-size: 4.8vw;
    line-height: 1.7777777778;
    margin-top: 16px;
  }
}
#cz .history2025 .history-box .year2007__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 57px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2007__bottom {
    margin-top: 14px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#cz .history2025 .history-box .year2007 .imgtxt {
  text-align: center;
  width: min(342px, 17.8125vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2007 .imgtxt {
    width: 41.3333333333vw;
  }
}
#cz .history2025 .history-box .year2007 .imgtxt__img {
  width: 100%;
}
#cz .history2025 .history-box .year2007 .imgtxt__img img {
  display: inline-block;
}
#cz .history2025 .history-box .year2007 .imgtxt__txt {
  margin-top: 16px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2007 .imgtxt__txt {
    margin-top: 2px;
  }
}
#cz .history2025 .history-box .year2007 .imgtxt__txt .imgtxt__sub {
  font-size: min(15px, 0.78125vw);
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2007 .imgtxt__txt .imgtxt__sub {
    font-size: 3.2vw;
    line-height: 2.6666666667;
  }
}
#cz .history2025 .history-box .year2007 .imgtxt.--imgtxt1 {
  width: 100%;
  margin-bottom: 51px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2007 .imgtxt.--imgtxt1 {
    margin-bottom: 31px;
  }
}
#cz .history2025 .history-box .year2007 .imgtxt.--imgtxt1 .imgtxt__img img {
  width: min(399px, 20.78125vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2007 .imgtxt.--imgtxt1 .imgtxt__img img {
    width: 48.2666666667vw;
  }
}
#cz .history2025 .history-box .year2007 .imgtxt.--imgtxt2 .imgtxt__img img {
  width: min(342px, 17.8125vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2007 .imgtxt.--imgtxt2 .imgtxt__img img {
    width: 41.3333333333vw;
  }
}
#cz .history2025 .history-box .year2007 .imgtxt.--imgtxt3 {
  width: min(216px, 11.25vw);
  margin-left: min(112px, 5.8333333333vw);
  padding-top: 45px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2007 .imgtxt.--imgtxt3 {
    width: 40vw;
    margin: 0 -1.8666666667vw;
    padding-top: 39px;
  }
}
#cz .history2025 .history-box .year2007 .imgtxt.--imgtxt3 .imgtxt__img img {
  width: 100%;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2007 .imgtxt.--imgtxt3 .imgtxt__img img {
    width: 26.1333333333vw;
  }
}
#cz .history2025 .history-box .year2007 .c-box {
  margin-top: 44px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2007 .c-box {
    margin-top: 21px;
  }
}
#cz .history2025 .history-box .year2012 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 130px;
  position: relative;
  min-height: min(200px, 10.4166666667vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2012 {
    margin-top: 35px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 29.6vw;
  }
}
#cz .history2025 .history-box .year2012 .num-year2 {
  margin-bottom: 35px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2012 .num-year2 {
    margin-bottom: 17px;
  }
}
#cz .history2025 .history-box .year2012__txt {
  padding: min(10px, 0.5208333333vw) min(14px, 0.7291666667vw);
  margin-right: min(22px, 1.1458333333vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2012__txt {
    padding: 0;
    margin-right: 0;
  }
}
#cz .history2025 .history-box .year2012__txt p {
  font-size: min(20px, 1.0416666667vw);
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2012__txt p {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
#cz .history2025 .history-box .year2012__img {
  width: min(259px, 13.4895833333vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2012__img {
    width: 30.6666666667vw;
    padding-top: 23px;
  }
}
#cz .history2025 .history-box .year2014 {
  margin-top: 60px;
  min-height: min(228px, 11.875vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2014 {
    margin-top: 30px;
    min-height: 26.4vw;
  }
}
#cz .history2025 .history-box .year2014__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2014__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cz .history2025 .history-box .year2014 .num-year2 {
  margin-bottom: 33px;
}
@media (min-width: 701px) {
  #cz .history2025 .history-box .year2014 .num-year2 {
    margin-right: max(-7px, -0.3645833333vw);
    letter-spacing: 0.04em;
  }
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2014 .num-year2 {
    margin-bottom: 15px;
  }
}
#cz .history2025 .history-box .year2014__txt {
  padding: min(32px, 1.6666666667vw) min(12px, 0.625vw);
  margin-left: min(19px, 0.9895833333vw);
  text-align: right;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2014__txt {
    padding: 0;
    margin-left: -10px;
    margin-right: -0.8vw;
  }
}
#cz .history2025 .history-box .year2014__txt p {
  font-size: min(20px, 1.0416666667vw);
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2014__txt p {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
#cz .history2025 .history-box .year2014__txt p i {
  font-style: normal;
  letter-spacing: -0.6em;
}
#cz .history2025 .history-box .year2014__img {
  width: min(269px, 14.0104166667vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2014__img {
    width: 31.7333333333vw;
  }
}
#cz .history2025 .history-box .year2015 {
  text-align: center;
  margin-top: 58px;
  position: relative;
  min-height: min(351px, 18.28125vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2015 {
    margin-top: 51px;
    min-height: 49.0666666667vw;
  }
}
@media (min-width: 701px) {
  #cz .history2025 .history-box .year2015 .num-year1 {
    letter-spacing: 0.04em;
  }
}
#cz .history2025 .history-box .year2015__label {
  margin-top: 38px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2015__label {
    margin-top: 15px;
  }
}
#cz .history2025 .history-box .year2015__label img {
  width: min(620px, 32.2916666667vw);
  display: inline-block;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2015__label img {
    width: 78.9333333333vw;
  }
}
#cz .history2025 .history-box .year2017 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 168px;
  padding-left: 12px;
  min-height: min(496px, 25.8333333333vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2017 {
    margin-top: 74px;
    padding-left: 2.4vw;
    display: block;
    min-height: 122.1333333333vw;
  }
}
#cz .history2025 .history-box .year2017.history-line::before {
  top: -52px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2017.history-line::before {
    top: -46px;
  }
}
@media (min-width: 701px) {
  #cz .history2025 .history-box .year2017 .num-year1 {
    letter-spacing: 0.04em;
  }
}
#cz .history2025 .history-box .year2017__ttl {
  font-size: min(26px, 1.3541666667vw);
  line-height: 1.4615384615;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2017__ttl {
    font-size: 4.8vw;
    line-height: 1.7777777778;
  }
}
#cz .history2025 .history-box .year2017__text {
  font-size: min(20px, 1.0416666667vw);
  line-height: 1.45;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2017__text {
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
}
#cz .history2025 .history-box .year2017__text + .year2017__text {
  margin-top: 32px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2017__text + .year2017__text {
    margin-top: 28px;
  }
}
#cz .history2025 .history-box .year2017__txt {
  margin-right: min(84px, 4.375vw);
}
#cz .history2025 .history-box .year2017__txt .year2017__text {
  text-indent: -0.5em;
  margin-top: 19px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2017__txt .year2017__text {
    margin-top: 8px;
  }
}
#cz .history2025 .history-box .year2017__txt .num-year1 {
  margin-bottom: 27px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2017__txt .num-year1 {
    margin-bottom: 20px;
  }
}
#cz .history2025 .history-box .year2017__txt .year2017__ttl {
  text-indent: -0.5em;
}
#cz .history2025 .history-box .year2017__imgtxt {
  width: min(620px, 32.2916666667vw);
  padding-top: 86px;
  text-align: center;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2017__imgtxt {
    width: 79.4666666667vw;
    padding-top: 36px;
    margin-left: -2.9333333333vw;
  }
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2017__imgtxt .year2017__ttl {
    line-height: 1.5555555556;
  }
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2017__imgtxt .year2017__text {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
#cz .history2025 .history-box .year2017__img {
  margin: 30px 0 30px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2017__img {
    margin: 15px 0 15px;
  }
}
#cz .history2025 .history-box .year2017__img img {
  width: 100%;
}
#cz .history2025 .history-box .year2018 {
  margin-top: 187px;
  min-height: min(1372px, 71.4583333333vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2018 {
    margin-top: 70px;
    min-height: 36.5333333333vw;
  }
}
#cz .history2025 .history-box .year2018.history-line::before {
  top: -130px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2018.history-line::before {
    top: -41px;
  }
}
@media (min-width: 701px) {
  #cz .history2025 .history-box .year2018 .num-year2 {
    letter-spacing: 0.04em;
  }
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2018 .num-year2 {
    padding-right: 0.8vw;
  }
}
#cz .history2025 .history-box .year2018__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2018__top {
    display: block;
    text-align: right;
  }
}
#cz .history2025 .history-box .year2018__txt {
  margin-left: min(48px, 2.5vw);
  padding-top: min(8px, 0.4166666667vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2018__txt {
    margin-left: 0;
    padding-top: 7px;
  }
}
#cz .history2025 .history-box .year2018__txt p {
  font-size: min(20px, 1.0416666667vw);
  line-height: 1.6;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2018__txt p {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
#cz .history2025 .history-box .year2018__txt p + p {
  margin-top: 29px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2018__txt p + p {
    margin-top: 20px;
  }
}
#cz .history2025 .history-box .year2018 .c-box {
  margin-top: 36px;
  padding: 42px min(50px, 2.6041666667vw) 32px min(55px, 2.8645833333vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2018 .c-box {
    margin-top: 29px;
    padding: 17px 3.4666666667vw 19px 4.2666666667vw;
  }
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2018 .c-box .c-box__txt span {
    letter-spacing: -0.01em;
  }
}
#cz .history2025 .history-box .year2018 .c-box.--style2 {
  margin-top: 39px;
  padding: 42px min(50px, 2.6041666667vw) 40px min(55px, 2.8645833333vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2018 .c-box.--style2 {
    margin-top: 31px;
    padding: 17px 3.4666666667vw 29px 4.2666666667vw;
  }
}
#cz .history2025 .history-box .year2018__imgtxt {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2018__imgtxt {
    margin-top: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#cz .history2025 .history-box .year2018__imgtxt__img {
  width: min(136px, 7.0833333333vw);
  margin-right: min(20px, 1.0416666667vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2018__imgtxt__img {
    width: 18.9333333333vw;
    margin-right: 4.2666666667vw;
  }
}
#cz .history2025 .history-box .year2018__imgtxt__img img {
  width: 100%;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2018__imgtxt__txt {
    margin-right: -4.2666666667vw;
    padding-top: 2.9333333333vw;
  }
}
#cz .history2025 .history-box .year2018__imgtxt__txt p {
  font-size: min(20px, 1.0416666667vw);
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2018__imgtxt__txt p {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
#cz .history2025 .history-box .year2019 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 87px;
  padding: 0 14px;
  min-height: min(249px, 12.96875vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2019 {
    padding: 0 1.3333333333vw 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 41px;
    min-height: 34.1333333333vw;
  }
}
#cz .history2025 .history-box .year2019 .num-year2 {
  margin-bottom: 35px;
  padding-right: min(12px, 0.625vw);
  letter-spacing: 0.04em;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2019 .num-year2 {
    margin-bottom: 18px;
    padding-right: 0;
  }
}
#cz .history2025 .history-box .year2019__txt {
  padding: min(10px, 0.5208333333vw) 0;
  margin-left: min(18px, 0.9375vw);
  text-align: right;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2019__txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
    margin-left: 0;
    padding: 0;
  }
}
#cz .history2025 .history-box .year2019__txt p {
  font-size: min(20px, 1.0416666667vw);
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  text-align: left;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2019__txt p {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
#cz .history2025 .history-box .year2019__img {
  width: min(136px, 7.0833333333vw);
  padding-top: 41px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2019__img {
    width: 18.9333333333vw;
    padding-top: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#cz .history2025 .history-box .year2020 {
  margin-top: -21px;
  position: relative;
  min-height: min(810px, 42.1875vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2020 {
    margin-top: 39px;
    min-height: 201.6vw;
  }
}
#cz .history2025 .history-box .year2020__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2020__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cz .history2025 .history-box .year2020 .num-year2 {
  margin-bottom: 33px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2020 .num-year2 {
    margin-bottom: 7px;
    letter-spacing: 0;
  }
}
#cz .history2025 .history-box .year2020__txt {
  margin-left: min(24px, 1.25vw);
  text-align: right;
  padding-right: 10px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2020__txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 4.2666666667vw;
  }
}
#cz .history2025 .history-box .year2020__txt p {
  font-size: min(20px, 1.0416666667vw);
  line-height: 1.6;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2020__txt p {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
#cz .history2025 .history-box .year2020__txt p i {
  font-style: normal;
  letter-spacing: -0.3em;
}
#cz .history2025 .history-box .year2020__img {
  width: min(280px, 14.5833333333vw);
  padding-top: 45px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2020__img {
    width: 100%;
    padding-top: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  #cz .history2025 .history-box .year2020__img img {
    width: 61.3333333333vw;
    display: inline-block;
  }
}
#cz .history2025 .history-box .year2020__imgtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 88px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2020__imgtxt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
}
#cz .history2025 .history-box .year2020__imgtxt__img {
  width: min(252px, 13.125vw);
  margin-right: min(20px, 1.0416666667vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2020__imgtxt__img {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 20px 0 0;
  }
}
#cz .history2025 .history-box .year2020__imgtxt__img img {
  width: 100%;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2020__imgtxt__img img {
    width: 54.4vw;
    display: inline-block;
  }
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2020__imgtxt__txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#cz .history2025 .history-box .year2020__imgtxt__txt p {
  font-size: min(20px, 1.0416666667vw);
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2020__imgtxt__txt p {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    text-align: center;
  }
}
#cz .history2025 .history-box .year2020 .c-box {
  margin-top: 42px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2020 .c-box {
    margin-top: 29px;
  }
}
#cz .history2025 .history-box .year2021 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 81px;
  min-height: min(207px, 10.78125vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2021 {
    display: block;
    margin-top: 40px;
    min-height: 82.1333333333vw;
  }
}
@media (min-width: 701px) {
  #cz .history2025 .history-box .year2021 .num-year2 {
    letter-spacing: 0.04em;
  }
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2021 .num-year2 {
    margin-bottom: 18px;
  }
}
#cz .history2025 .history-box .year2021__txt {
  margin: 0 min(30px, 1.5625vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2021__txt {
    margin: 0;
  }
}
#cz .history2025 .history-box .year2021__txt p {
  font-size: min(20px, 1.0416666667vw);
  line-height: 1.6;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2021__txt p {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
#cz .history2025 .history-box .year2021__img {
  width: min(284px, 14.7916666667vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2021__img {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  #cz .history2025 .history-box .year2021__img img {
    width: 63.4666666667vw;
    display: inline-block;
  }
}
#cz .history2025 .history-box .year2022 {
  margin-top: 150px;
  min-height: min(465px, 24.21875vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2022 {
    margin-top: 70px;
    min-height: 130.9333333333vw;
  }
}
#cz .history2025 .history-box .year2022.history-line::before {
  top: -119px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2022.history-line::before {
    top: -47px;
  }
}
#cz .history2025 .history-box .year2022__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2022__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2022 .num-year1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin-bottom: 33px;
  }
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2022__txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
#cz .history2025 .history-box .year2022__txt p {
  font-size: min(20px, 1.0416666667vw);
  line-height: 1.6;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2022__txt p {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    text-align: center;
  }
}
#cz .history2025 .history-box .year2022__img {
  width: min(277px, 14.4270833333vw);
  margin: 0 min(23px, 1.1979166667vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2022__img {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #cz .history2025 .history-box .year2022__img img {
    width: 61.8666666667vw;
    display: inline-block;
  }
}
#cz .history2025 .history-box .year2022__label {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2022__label {
    margin-top: 39px;
  }
}
#cz .history2025 .history-box .year2022__label img {
  width: min(620px, 32.2916666667vw);
  display: inline-block;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2022__label img {
    width: 78.9333333333vw;
  }
}
#cz .history2025 .history-box .year2023 {
  text-align: center;
  margin-top: 77px;
  min-height: min(377px, 19.6354166667vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2023 {
    text-align: right;
    margin-top: 52px;
    min-height: 86.9333333333vw;
  }
}
#cz .history2025 .history-box .year2023 .num-year2 {
  margin-bottom: 32px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2023 .num-year2 {
    margin-bottom: 7px;
    letter-spacing: 0;
  }
}
#cz .history2025 .history-box .year2023__txt {
  margin-bottom: 39px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2023__txt {
    margin-bottom: 20px;
  }
}
#cz .history2025 .history-box .year2023__txt p {
  font-size: min(20px, 1.0416666667vw);
  line-height: 1.6;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2023__txt p {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
#cz .history2025 .history-box .year2023__txt p i {
  font-style: normal;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2023__txt p i {
    letter-spacing: -0.3em;
  }
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2023__img {
    text-align: center;
  }
}
#cz .history2025 .history-box .year2023__img img {
  width: min(1056px, 55vw);
  display: inline-block;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2023__img img {
    width: 78.9333333333vw;
  }
}
#cz .history2025 .history-box .year2024 {
  margin-top: 90px;
  min-height: min(946px, 49.2708333333vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2024 {
    margin-top: 46px;
    min-height: 143.7333333333vw;
  }
}
#cz .history2025 .history-box .year2024__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: min(17px, 0.8854166667vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2024__top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2024 .num-year1 {
    width: 100%;
    margin-bottom: 16px;
    letter-spacing: 0;
  }
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2024__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 19px;
  }
}
#cz .history2025 .history-box .year2024__txt p {
  font-size: min(20px, 1.0416666667vw);
  line-height: 1.6;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2024__txt p {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    text-align: right;
  }
}
#cz .history2025 .history-box .year2024__img {
  width: min(139px, 7.2395833333vw);
  margin: 0 min(30px, 1.5625vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2024__img {
    width: 24.2666666667vw;
    margin: 4.2666666667vw 0 0;
  }
}
#cz .history2025 .history-box .year2024__img2 {
  margin-top: 39px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2024__img2 {
    margin-top: 19px;
  }
}
#cz .history2025 .history-box .year2024__img2 img {
  width: min(798px, 41.5625vw);
  display: inline-block;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2024__img2 img {
    width: 100%;
  }
}
#cz .history2025 .history-box .year2024__bottom {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2024__bottom {
    margin-top: 26px;
  }
}
#cz .history2025 .history-box .year2024__bottom p {
  font-size: min(26px, 1.3541666667vw);
  line-height: 1.4615384615;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2024__bottom p {
    font-size: 4.8vw;
    line-height: 1.4444444444;
  }
}
#cz .history2025 .history-box .year2025 {
  margin-top: 184px;
  text-align: center;
  padding-bottom: 181px;
  position: relative;
  min-height: min(571px, 29.7395833333vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2025 {
    margin-top: 78px;
    padding-bottom: 132px;
    min-height: 113.3333333333vw;
  }
}
#cz .history2025 .history-box .year2025.history-line::before {
  top: -126px;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2025.history-line::before {
    top: -47px;
  }
}
#cz .history2025 .history-box .year2025.history-line::after {
  content: "";
  width: 2px;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D6C677), to(rgba(214, 199, 119, 0)));
  background: linear-gradient(180deg, #D6C677 0%, rgba(214, 199, 119, 0) 100%);
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  z-index: 0;
}
#cz .history2025 .history-box .year2025__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2025__content {
    display: block;
  }
}
#cz .history2025 .history-box .year2025 .num-year1 {
  margin-right: min(75px, 3.90625vw);
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2025 .num-year1 {
    margin: 0 0 18px;
  }
}
#cz .history2025 .history-box .year2025 .history-tvcm {
  width: min(620px, 32.2916666667vw);
  padding: 0;
}
@media (max-width: 700px) {
  #cz .history2025 .history-box .year2025 .history-tvcm {
    width: 100%;
    margin: 34px 0px 0;
  }
}
#cz .history2025 .history-box .year2025 .history-tvcm__item {
  width: 100%;
}
#cz .introduce {
  padding-top: 118px;
}
@media (max-width: 700px) {
  #cz .introduce {
    padding-top: 59px;
  }
}
#cz .introduce .sec-anchor {
  top: 61px;
}
@media (max-width: 700px) {
  #cz .introduce .sec-anchor {
    top: 39px;
  }
}
#cz .introduce .section__index {
  margin-bottom: 6px;
}
@media (max-width: 700px) {
  #cz .introduce .section__index {
    margin-bottom: -9px;
  }
}
#cz .introduce__img {
  position: relative;
  z-index: 0;
}
#cz .introduce__img::after {
  content: "";
  width: 274px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 700px) {
  #cz .introduce__img::after {
    width: 100%;
    max-width: 230px;
  }
}
#cz .introduce__img .common-concept__master {
  height: 234px;
  position: initial;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 700px) {
  #cz .introduce__img .common-concept__master {
    height: 200px;
  }
}
#cz .introduce__box {
  width: 100%;
  max-width: 920px;
  margin: 55px auto;
  padding: 53px 67px;
  border: 1px solid #D6C677;
}
@media (max-width: 700px) {
  #cz .introduce__box {
    margin: 41px auto;
    padding: 7.4666666667vw 8vw;
  }
}
#cz .introduce__box ul {
  margin-bottom: 36px;
}
@media (max-width: 700px) {
  #cz .introduce__box ul {
    margin-bottom: 4vw;
  }
}
#cz .introduce__box ul li {
  font-size: 22px;
  line-height: 1.8181818182;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-left: 33px;
}
@media (max-width: 700px) {
  #cz .introduce__box ul li {
    font-size: 4.2666666667vw;
    line-height: 2;
    letter-spacing: -0.04em;
    padding-left: 4.2666666667vw;
  }
}
#cz .introduce__box ul li::before {
  content: "・";
  top: 0;
  left: 0;
  position: absolute;
}
@media (min-width: 701px) {
  #cz .introduce__box ul li::before {
    left: 11px;
  }
}
#cz .introduce__box p {
  font-size: 22px;
  line-height: 1.6818181818;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media (max-width: 700px) {
  #cz .introduce__box p {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
#cz .purchase {
  background-image: none;
  padding-top: 64px;
}
@media (max-width: 700px) {
  #cz .purchase {
    padding-top: 24px;
    padding-bottom: 94px;
  }
}
#cz .purchase .section__index {
  margin-bottom: 1px;
}
@media (max-width: 700px) {
  #cz .purchase .section__index {
    margin-bottom: 3px;
  }
}
#cz .purchase .purchase__list {
  gap: 0 min(37px, 1.9270833333vw);
  margin: 21px auto 0;
}
@media (max-width: 700px) {
  #cz .purchase .purchase__list {
    max-width: 100%;
    margin: 19px auto 0;
  }
}
#cz .purchase .purchase__list li {
  width: min(282px, 14.6875vw);
}
@media (max-width: 700px) {
  #cz .purchase .purchase__list li {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 700px) {
  #cz .purchase .purchase__list li a {
    width: 64vw;
    display: inline-block;
  }
}
#cz .purchase .purchase__list p {
  margin-right: -14px;
  margin-left: -14px;
  margin-top: 12px;
  font-size: min(12px, 0.625vw);
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 700px) {
  #cz .purchase .purchase__list p {
    font-size: 2.9333333333vw;
    letter-spacing: 0;
    margin-right: 0;
    margin-left: 0;
    margin-top: 1px;
  }
}
@media (min-width: 701px) {
  #cz .purchase .purchase__master {
    margin-left: min(21px, 1.09375vw);
  }
}
@media (max-width: 700px) {
  #cz .purchase .purchase__lead {
    font-size: 3.2vw;
    margin-left: -10px;
    margin-right: -10px;
  }
}
#cz .floating {
  position: fixed;
  bottom: 26px;
  right: 10px;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
@media (min-width: 701px) {
  #cz .floating {
    bottom: 30px;
    right: 40px;
  }
}
#cz .floating.is-show {
  opacity: 1;
  pointer-events: auto;
}
#cz .floating__totop {
  width: 47px;
}
@media (min-width: 701px) {
  #cz .floating__totop {
    width: min(75px, 3.90625vw);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
}
@media (min-width: 701px) and (hover: hover) {
  #cz .floating__totop:hover {
    opacity: 0.7;
  }
}