@charset "UTF-8";

.btn {
  display: inline-block;
}
.btn.dtl {
  border-radius: 25px;
  color: #fff;
  background-color: #b7daf0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn.dtl {
    padding-top: 10px !important;
  }
}
.btn.dtl.gray {
  border: 1px solid #CCCCCC;
}
.btn.dtl:after {
  content: "";
  display: inline-block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 2px;
  margin: 0 4px;
}
.btn.cart {
  background-color: #2992d1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn.cart {
    padding-top: 12px !important;
  }
}
.btn.cart:before {
  content: "";
  background: url(https://www.suzette-shop.jp/contents/common/img/cart.png) no-repeat center;
  width: 22px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .btn.cart:before {
    width: 24px;
    height: 18px;
    margin-right: 5px;
    position: static;
  }
}
.btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#end {
  width: 90%;
  padding: 0.7em 0.75em;
  border: 10px double #ccc;
  border-radius: 50px;
  margin: 10px auto 15px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #end {
    width: 90%;
    font-size: 18px;
    margin: 20px auto 15px;
  }
}

@media screen and (min-width: 768px) {
  .bscstm .max-w-md-1024px {
    max-width: 1024px;
  }
}

.event-wrap {
  /*オンラインサービスの便利なサービス*/
}
@media screen and (min-width: 768px) {
  .event-wrap {
    overflow-x: hidden;
  }
}
.event-wrap * {
  color: #415c9b;
}
.event-wrap img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .event-wrap .right-tb-0px {
    right: 0 !important;
  }
  .event-wrap .left-tb-0px {
    left: 0 !important;
  }
}
.event-wrap .top-mv {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .event-wrap .top-mv {
    background-image: none !important;
    height: auto;
  }
}
.event-wrap .f-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.event-wrap .btn-detail {
  background: #E5D7CF;
  border-radius: 20px;
  height: 38px;
  line-height: 38px;
  display: block;
}
@media screen and (max-width: 767px) {
  .event-wrap .btn-detail {
    height: 30px;
    line-height: 30px;
  }
}
.event-wrap .btn-detail span {
  color: #555555 !important;
}
.event-wrap .btn-cart {
  background: #B58B56;
  height: 40px;
  line-height: 40px;
  display: block;
  position: relative;
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  .event-wrap .btn-cart {
    height: 36px;
    line-height: 36px;
  }
}
.event-wrap .btn-cart span {
  color: #fff !important;
}
.event-wrap .btn-cart:before {
  content: "";
  width: 24px;
  height: 26px;
  background: url(/contents/common/img/cart.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .event-wrap .btn-cart:before {
    width: 19px;
    height: 21px;
  }
}
.event-wrap .h1_top {
  text-align: center;
  font-size: 12px !important;
  font-weight: 600;
	margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .event-wrap .h1_top {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .event-wrap .item-sp-scroll {
    overflow-x: scroll;
  }
}
.event-wrap .toggle-btn {
  position: relative;
}
.event-wrap .toggle-btn:after {
  content: "";
  width: 41px;
  height: 41px;
  background: url(https://www.suzette-shop.jp/contents/hcsp2025/img/2025sp_arrow_down.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .event-wrap .toggle-btn:after {
    width: 29px;
    height: 29px;
  }
}
.event-wrap .toggle-btn.toggle-active:after {
  background: url(https://www.suzette-shop.jp/contents/hcsp2025/img/2025sp_arrow_up.png) no-repeat center center/contain;
}
.event-wrap .service .accordion-btn {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px 15px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.event-wrap .service .accordion-btn span {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-left: 5px;
}
.event-wrap .service .accordion-btn span:before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background: #000000;
  position: absolute;
  top: 0;
  bottom: 1px;
  margin: auto;
  right: 11px;
}
.event-wrap .service .accordion-btn span:after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 0;
  bottom: 2px;
  margin: auto;
  right: 6px;
}
.event-wrap .service .accordion-btn.toggle-active span:before {
  content: none;
}



/*kisei start--------------------------------------------------*/

.kisei25_mvbottom {
	background-image: url(/contents/kisei2025/img/kisei25_SP_bg01.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	position: relative;
  padding: 5%;
}

.kisei25_mvbottom_inner {
  background-color: #fff;
  padding: 1% 1% 70px;
  text-align: left;
  position: relative;
  box-shadow:0 0 10px #cff3ff;
}

.mv_kazari01 {
	position: absolute;
	right:-40px;
	top:-20px;
  overflow: hidden;
}
.mv_kazari02 {
  position: absolute;
  left:-30px;
  bottom:-20px;
}
@media screen and (max-width: 768px) {
.mv_kazari01 img {
	width: 180px;
}
	.mv_kazari02 img {
    height: 90px;
    }
}


@media screen and (min-width: 768px) {
.hcsp2025_mvbottom {
	background-size: 1920px auto;
	min-height: 814px;
}
.mv_strawberry01 {
	right:calc(50% - 500px);
	top:-70px;
}

.mv_strawberry02 {
	position: absolute;
	left:calc(50% - 600px);
	bottom:80px;
}
}

#section01 {
}
#section01 .separate-img ,#section02 .separate-img {
  width: 100%;

}

.fzp-23px {  font-size: 23px;}

.fzp-md-46px {  font-size: 46px;}

.lineup_ul li {
  border: 1px solid #2656c7;
  background-color: #fff;
  font-size: 20px;
  letter-spacing: 0.3em;
  width: 300px;
  margin: 20px auto;
  box-shadow: 3px 3px 5px #97b7bf;
  text-align: center;
}

.lineup_ul li a {
  display: block;
  padding: 13px 3px 13px 10px;
}

.lineup_box {
  background-color: #fff;
  margin: 5%;
  background-image: url(/contents/kisei2025/img/border.png),url(/contents/kisei2025/img/border.png);
  background-repeat: no-repeat;
  background-position: top center,bottom center;
  background-size: auto 3px;
}

.h_flo {
  background-image: url(/contents/kisei2025/img/kisei25_point_01.png);
  background-repeat: no-repeat;
  background-size: 55px auto;
  background-position: center bottom;
  padding-bottom: 20px;
}

.lineup_box h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.lineup_box h3 span {
  font-size: 9px;
}

.mixborder {
  background-image: url(/contents/kisei2025/img/border.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 3px;
}

/*kisei end--------------------------------------------------*/


/* ranking ------------------------------------------------*/

.event-wrap .ranking__tab {
  position: relative;
}
.event-wrap .ranking__tab:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #707070;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .event-wrap .ranking__btn {
    width: 450px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    background: #CCA7A7;
  }
  .event-wrap .ranking__btn.active {
    background: #fff;
    border: 1px solid #707070;
    border-bottom: none;
    position: relative;
    z-index: 1;
  }
  .event-wrap .ranking__btn.active:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .event-wrap .ranking__btn {
    padding: 12px 0;
  }
}

.event-wrap .ranking-wrap .ranking-navi-swiper {
  margin-bottom: 100px;
  line-height: 1.2;
  border-top: 1px solid #230e02;
  border-bottom: 1px solid #230e02;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .event-wrap .ranking-wrap .ranking-navi-swiper {
    margin: 0 0 30px;
    padding: 0 10px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .event-wrap .ranking-wrap .ranking-navi-swiper .swiper-container {
    opacity: 1;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .event-wrap .ranking-wrap .ranking-navi-swiper .swiper-container {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .event-wrap .ranking-wrap .ranking-navi-swiper .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.event-wrap .ranking-wrap .ranking-navi-swiper .swiper-button-prev,
.event-wrap .ranking-wrap .ranking-navi-swiper .swiper-button-next {
  display: none;
}
@media screen and (max-width: 767px) {
  .event-wrap .ranking-wrap .ranking-navi-swiper .swiper-button-prev,
  .event-wrap .ranking-wrap .ranking-navi-swiper .swiper-button-next {
    display: block !important;
    top: 15px;
  }
  .event-wrap .ranking-wrap .ranking-navi-swiper .swiper-button-prev:after,
  .event-wrap .ranking-wrap .ranking-navi-swiper .swiper-button-next:after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .event-wrap .ranking-wrap .ranking-navi-swiper .swiper-button-next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .event-wrap .ranking-wrap .ranking-navi-swiper .swiper-button-prev {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .event-wrap .ranking-wrap .ranking-navi-swiper .swiper-slide-active .ranking-navi-swiper__btn {
    color: #230e02;
  }
  .event-wrap .ranking-wrap .ranking-navi-swiper .swiper-slide-active .ranking-navi-swiper__btn:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.event-wrap .ranking-wrap .ranking-navi-swiper__btn {
  padding: 15px 30px;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
  white-space: nowrap;
  color: #cecccb;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
  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 screen and (max-width: 767px) {
  .event-wrap .ranking-wrap .ranking-navi-swiper__btn {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .event-wrap .ranking-wrap .ranking-navi-swiper__btn.active {
    color: #230e02;
  }
}
.event-wrap .ranking-wrap .ranking-navi-swiper__btn:after {
  content: "";
  display: block;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 60%;
  height: 3px;
  background: #230e02;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (min-width: 768px) {
  .event-wrap .ranking-wrap .ranking-navi-swiper__btn:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .event-wrap .ranking-wrap .ranking-navi-swiper__btn.active:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.event-wrap .ranking-wrap__tab {
  display: none;
}
.event-wrap .ranking-wrap__tab.active {
  display: block;
}
#main_content .ranking-bg {
  background-image: url(/contents/whiteday2022/img/suisai_blue01.png), url(/contents/whiteday2022/img/suisai_blue02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top 60px right, bottom 160px left -40px;
}
@media screen and (max-width: 767px) {
  #main_content .ranking-bg {
    background: none;
  }
}


/*chugen --------------------------------------------------*/

.mv_cmp {
  background-image: url(../img/2025ochugen_bg_SP_img01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.mv_cmp li p {
  color: #fff;
  font-size: 12px;
}

.mv_cmp li>div {
  padding: 5px 0 3px;
}

.mv_cmp li .early_detail {
  color: #FDF6B3;
  font-size: 30px;
  font-weight: bold;
}

.mv_cmp li .early_detail .tx-large {
  color: #FDF6B3;
  font-size: 40px;
  line-height: 0.9;
  vertical-align: -2px;
}

.mv_cmp li .early_date {
  background-color: #0B4FB0;
  text-align: center;
  font-size: 13px;
  padding: 3px;
}


.mvbottom {
  background-image: url(../img/2025ochugen_parts01.png),url(../img/2025ochugen_bg_SP_img02.jpg);
  background-repeat: no-repeat;
  background-size: 100px auto,100% auto;
  background-position: right 10px bottom 40px,center;
}

.pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.pagenavi li {
  width: 33%;
}

.pagenavi li:nth-of-type(n+4) {
  width: 45%;
}

.pagenavi li a {
  display: block;
  position: relative;
  padding: 10px 0 20px;
  text-align: center;
  font-size: 16px;
}

.pagenavi li a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #0B4FB0;
  border-bottom: 1px solid #0B4FB0;
  transform: rotate(45deg);
  position: absolute;
  left:calc(50% - 5px);
  bottom:10px;
}

.pagenavi span {
  color: #230e02;
}

.bu_text_link a {
  border-radius: 7px;
  box-shadow: 0px 7px 7px -5px rgba(11,79,176,0.3);
}

.h_rope {
  background-image: url(../img/2025ochugen_parts02.png),url(../img/h_rope_bg.png);
  background-repeat: no-repeat;
  background-size: auto 12px,auto 5px;
  background-position: top center, bottom 50px center;
  font-size: 13px;
  color: #0B4FB0;
  text-align: center;
  padding: 20px 0;
}
.h_rope span {
  display: inline-block;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #0B4FB0;
}

.bg-blue {
  background-color: #2993d1;
}

.lineup_inner {
  padding: 3%;
}

.lineup_firebg,
.lineup_woodbg {
  background-image: url(../img/2025ochugen_bg_SP_img03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 40px;
}
.lineup_woodbg {
  background-image: url(../img/bg03_sp.jpg);
  background-size: 100% auto;
}

.event-wrap .h_line {
  color: #0063b0;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.event-wrap .h_line:after {
  content: "";
  display: block;
  width: 160px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 80px);
  background-color: #0063b0;
}

.ic_01,.ic_02 {
  position: absolute;
  top:20px;
  left: 20px;
  width: 120px;
}

.ic_02 {
  top:80px;
  left: 20px;
}

.item_ichiran {
  text-align: center;
}

.event-wrap .item_ichiran a {
  display: block;
  width: 200px;
  padding: 10px 30px;
  margin: 20px auto;
  background-color: #fff;
  border: 1px solid #0e73b0;
  color: #0e73b0;
  box-shadow:0px 0px 8px rgba(117,171,193,0.3);
}

.item_ichiran a:after {
content: "";
  display: inline-block;
  border-top: 1px solid #0e73b0;
  border-right: 1px solid #0e73b0;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 2px;
  margin: 0 4px;
}

.chugen_item_single {
  gap: 10px;
}


.tf_detail {
  background-color: #fff;
  box-shadow:0px 0px 8px rgba(117,171,193,0.3);
  padding: 30px 0;
}

.flavor_all * {
  color: #230e02;
}

/* fmの製法------------------------*/


.fm_detail {
  background-color: #fff;
  padding: 30px 3%;
  box-shadow:0px 0px 8px rgba(117,171,193,0.3);
  margin-bottom: 30px;
}

.event-wrap .fm_detail *,
.ochugen_2017 * {
  color: #230e02;
}

.event-wrap .item-title {
  position: relative;
  border-bottom: 2px solid #230e02;
}
@media screen and (max-width: 768px) {
  .event-wrap .item-title {
    border-top: 2px solid #230e02;
  }
}
@media screen and (min-width: 769px) {
  .event-wrap .item-title {
    padding-left: 70px;
  }
  .fm_detail {
  box-shadow:none;
}

}
.event-wrap .item-title::before {
  content: "";
  position: absolute;
  left: -50px;
  background: url(https://suzette-shop.jp/img/goods/hfm/2409/Financier-img.png) no-repeat;
  background-size: cover;
  width: 110px;
  height: 121px;
  bottom: -33px;
}
@media screen and (max-width: 768px) {
  .event-wrap .item-title::before {
    background-size: contain;
    left: -10px;
    bottom: -54px;
  }
}
@media screen and (min-width: 769px) {
  .event-wrap .item-title2 {
    padding-left: 100px;
  }
}
.event-wrap .item-title2::before {
  content: "";
  position: absolute;
  left: -50px;
  background: url(https://suzette-shop.jp/img/goods/hfm/2409/Madeleine02.png) no-repeat;
  background-size: cover;
  width: 150px;
  height: 121px;
  bottom: -55px;
}
@media screen and (max-width: 768px) {
  .event-wrap .item-title2::before {
    background-size: contain;
    width: 115px;
    height: 121px;
    left: -10px;
    bottom: -65px;
  }
}
.event-wrap .main-title {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.event-wrap .main-title::before {
  content: "";
  position: absolute;
  left: -100px;
  background: url("https://suzette-shop.jp/img/goods/hfm/2409/item-left.png") no-repeat;
  background-size: cover;
  width: 60px;
  height: 120px;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .event-wrap .main-title::before {
    background-size: contain;
    left: -60px;
    width: 60px;
    height: 120px;
    top: -10px;
  }
}
.event-wrap .main-title::after {
  content: "";
  position: absolute;
  background: url("https://suzette-shop.jp/img/goods/hfm/2409/item-right.png") no-repeat;
  background-size: cover;
  width: 55px;
  height: 124px;
  right: -100px;
  bottom: -25px;
}
@media screen and (max-width: 768px) {
  .event-wrap .main-title::after {
    width: 55px;
    height: 124px;
    right: -60px;
    bottom: -40px;
  }
}
.event-wrap .toggle-title {
  font-size: 15px;
  position: relative;
  letter-spacing: 2px;
  cursor: pointer;
  border-top: 1px solid #cccccc;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .event-wrap .toggle-title {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.event-wrap .toggle-title::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  right: 8px;
  background: #b89c4f !important;
  color: #b89c4f !important;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  border-top: 1px solid;
}
.event-wrap .toggle-title::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  right: 15px;
  background: #b89c4f !important;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.event-wrap .toggle-title.active:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.event-wrap .toggle-title-border {
  border-bottom: 1px solid #cccccc;
}

.event-wrap .toggle-listbox {
  border-bottom: 1px solid #cccccc;
  line-height: 1.8;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
 .event-wrap .event_retouch_trivia ul li .q {
    align-items: center;
    margin-bottom: 5px;
  }
  .mv_cmp li>div {
  display: flex;
  gap:10px;
  justify-content: center;
  align-items:center;
}

}

.pc-only-ib {
  display: none;
}


/* mame SP ----------*/

@media screen and (max-width: 800px) {
.ochugen_2017 .about h2 {
  font-size: 20px;
}
.ochugen_2017 .about .about_list_ > li h3 {
  height: 35px;
  line-height: 35px;
}

.ochugen_2017 .about .about_list_ > li:first-child h3 span,
.ochugen_2017 .about .about_list_ > li span {
  font-size: 16px;
}

.ochugen_2017 .about .about_list_ > li p.txt {
  font-size: 14px;
}

 .ochugen_2017 .about .about_noshilist_ > li h3, .ochugen_2017 .about .about_noshilist_ > li p {
  font-size: 14px;
 }

}


/*PC style ----------------------------------*/
@media screen and (min-width: 768px) {
.pc-only-ib {
  display: inline-block;
}
  
 .event-wrap .top-mv {
  background-image: url(../img/ochugen2025_mv.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 565px;
  text-align: center;
  min-width: 1000px;
  padding-top: 20px;
  height: 45vw;
  max-height: 565px;
}

 .event-wrap .top-mv img {
  width: 60%;
  margin-right: 450px;
  max-width: 799px;
}

.mv_cmp {
  background-image: url(../img/2025ochugen_bg_img01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.mv_cmp ul {
  display: flex;
  justify-content: center;
}

.mv_cmp li {
  padding: 0 50px;
  margin: 20px 0;
  text-align: center;
}

/* .mv_cmp li:first-of-type {
  border-right: 1px solid #fff;
} */

.mv_cmp li p {
  font-size: 18px;
}

.mv_cmp li>div {
  padding: 5px 0 0;
}

.mv_cmp li .early_detail {
  font-size: 50px;
}

.mv_cmp li .early_detail .tx-large {
  font-size: 70px;
}

.mv_cmp li .early_date {
  font-size: 20px;
}

.mvbottom {
  background-image: url(../img/2025ochugen_parts01.png),url(../img/2025ochugen_bg_img02.jpg);
  background-repeat: no-repeat;
  background-size: 222px auto,100% auto;
  background-position: right calc(50% - 500px) bottom 40px,center;
}

.pagenavi {
  flex-wrap: nowrap;
  padding-bottom: 30px;
  justify-content: center;
}

.pagenavi li {
  width: 200px;
}

.pagenavi li:nth-of-type(n+4) {
  width: 200px;
}

.pagenavi li a {
  display: block;
  position: relative;
  padding: 10px 0 20px;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  min-height: 95px;
  border-bottom: 1px solid #fff;
}

.pagenavi li a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #0B4FB0;
  border-bottom: 1px solid #0B4FB0;
  transform: rotate(45deg);
  position: absolute;
  left:calc(50% - 5px);
  bottom:10px;
}

.pagenavi li a:hover {
  color: #0B4FB0;
  border-bottom: 1px solid #0B4FB0;
  opacity: 1;
}

.pagenavi span {
  font-size: 22px;
  display: block;
}

.pagenavi a:hover span {
  color: #0B4FB0;
}

.bu_text_link a {
  border-radius: 14px;
}

.event-wrap .toggle-bu-02 {
  text-align: center;
  font-size: 20px;
}


.h_rope {
  background-image: url(../img/2025ochugen_parts02.png),url(../img/h_rope_bg.png);
  background-repeat: no-repeat;
  background-size: 155px auto,244px auto;
  background-position: top center, bottom 95px center;
  font-size: 26px;
  color: #0B4FB0;
  text-align: center;
  padding: 40px 0;
}
.h_rope span {
  display: inline-block;
  padding-bottom: 30px;
  font-size: 44px;
  color: #0B4FB0;
}

.bg-blue {
  background-color: #2993d1;
}

.lineup_inner {
  padding: 90px;
  background-color: #fff;
  max-width: 1200px;
  margin: auto;
  box-shadow:0px 0px 8px rgba(117,171,193,0.3);
}

.lineup_firebg,
.lineup_woodbg {
  background-image: url(../img/2025ochugen_bg_img03.jpg);
  background-size: 100% auto;
  padding: 130px 0;
}
.lineup_woodbg {
  background-image: url(../img/bg03.jpg);
}

.event-wrap .h_line {
  font-size: 36px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.event-wrap .h_line:after {
  width: 300px;
  height: 1px;
  left: calc(50% - 150px);
}

.ic_01,.ic_02 {
  position: absolute;
  top:40px;
  left: 40px;
  width: 222px;
}

.ic_02 {
  top:150px;
  left: 40px;
}

.chugen_item_single {
  gap: 100px;
}

.item_ichiran {
  text-align: center;
}

.event-wrap .item_ichiran a {
  width: 300px;
  padding: 15px 30px;
  margin: 20px auto;
  box-shadow:0px 0px 8px rgba(117,171,193,0.3);
  font-size: 22px;
}

.item_ichiran a:after {
content: "";
  display: inline-block;
  border-top: 1px solid #0e73b0;
  border-right: 1px solid #0e73b0;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 2px;
  margin: 0 4px;
}

.tf_detail {
  background-color: #fff;
  box-shadow:none;
  padding: 30px 0;
}

.flavor_all * {
  color: #230e02;
}

.tf_lead {
  padding-bottom: 80px;
  background-image: url(../img/chugen25_parts06.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.ochugen_2017 .about .about_list_ > li {
  min-height: 300px;
}


}



