@charset "UTF-8";

@font-face {
	font-family: "Pike";
	font-style: normal;
	font-weight: 400;
	src: url("/common/fonts/Pike/Pike-Regular.woff") format("woff");
}

@font-face {
	font-family: "Pike";
	font-style: normal;
	font-weight: 700;
  src: url("/common/fonts/Pike/Pike-Bold.woff2") format("woff2"),
       url("/common/fonts/Pike/Pike-Bold.woff") format("woff");
}
@font-face {
	font-family: "SoDoSans";
	font-style: normal;
	font-weight: 400;
	src: url("/common/fonts/SoDoSans/SoDoSans-Regular.woff") format("woff2");
}

@font-face {
	font-family: "SoDoSans SemiBold";
	font-style: normal;
	font-weight: 400;
	src: url("/common/fonts/SoDoSans/SoDoSans-SemiBold.woff") format("woff"),
  url("/common/fonts/SoDoSans/SoDoSans-SemiBold.woff2") format("woff2");
}

@font-face {
	font-family: "SoDoSans";
	font-style: normal;
	font-weight: 700;
	src: url("/common/fonts/SoDoSans/SoDoSans-Bold.woff") format("woff2"),
  url("/common/fonts/SoDoSans/SoDoSans-Bold.woff") format("woff");
}


* {
  margin: 0;
	padding: 0;
  box-sizing: content-box;
}
img {
  max-width: none;
}

@media print, screen and (min-width: 910px) {
  * {
    box-sizing: border-box;
  }
}

:root {
	--color-main: #540a00;
  --color-white: #ffffff;
  --color-orange: #ee7500;
  --color-yellow: #fff286;
  --color-black: #000000;
  --color-black-87: rgba(0, 0, 0, 0.87);
}


.mod-en {
	font-family: "SoDoSans SemiBold";
}


.mainContents {
	overflow-x: hidden;
	overflow-x: clip;
}

.mainContents img {
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
th,
td,
pre,
caption,
address {
	margin: 0;
}


p {
	margin: 0;
	letter-spacing: 0;
}

a {
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-font-smoothing: antialiased;
}

a:hover {
	opacity: 0.8;
	transition: all 0.3s ease;
}




@media print, screen and (min-width: 910px) {
	.is-pc {
		display: block;
	}

	.is-sp {
		display: none;
	}
}

@media screen and (max-width: 911px) {
	.is-pc {
		display: none;
	}

	.is-sp {
		display: block;
	}
}


/* ----------------------------------------------------------
bg
---------------------------------------------------------- */
@media print, screen and (max-width: 911px) {
.pc-left_bg,
.pc-right_bg {
	display: none;
}
}
@media print, screen and (min-width: 910px) {
  /* .ContentsBoxWrap {
    overflow: hidden;
  } */
  .section_inner {
    padding: 0 52px;
  }

  .mainContentsWrap {
    display: flex;
  }
  .ContentsBoxBg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    z-index: -1;
    background: #d7c6b4;
  }


	.mainContents .mainContentsIn .is-fixed.is-bottom {
		top: auto;
		bottom: 0;
		position: absolute;
	}
  .pc-left_bg,
	.pc-right_bg {
		position: sticky;
		display: block;
    top: 0;
    left: 0;
    /* width: calc(50vw - 229.33px); */
    height: 0;
		z-index: 0;
    visibility: visible;
    opacity: 1;
	}
  .pc-right_bg {
    width: calc(50vw - 97px);
  }
  .pc-left_bg {
    width: calc(50vw - 97px);
  }



  .pc-left_bgIn {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: calc(50vw - 198px);
    height: 81vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pc-right_bgIn {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: calc(50vw - 168px);
    height: 148.5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 32px;
  }


  .pc-right_bgIn a {
    display: block;
  }

  .pc-left_bgIn img {
    width: 188.5px;
    display: block;
  }
  .pc-right_bgIn img {
    width: min(424px ,calc(424/1440*100vw));
  }

  .ContentsBoxWrap {
    flex-shrink: 0;
  }
	.ContentsBox {
    position: relative;
		max-width: 430px;
		width: 100%;
		margin: 0 auto;
    /* box-shadow: 0px 8px 16px 0px #0000007A; */
    /* box-shadow: 0px 6px 6px 0px #a2896e; */
    box-shadow: 0px 3px 6px 0px #a2896e;
    z-index: 1;
	}

  .mainContents .block-banner,
  .mainContents .block-line,
  .mainContents .block-survey,
  footer, footer.footerWrap {
    position: relative;
    z-index: 1;
  }
  
  .pc-left_bg.is-fade,
  .pc-right_bg.is-fade {
    height: auto;
    top: auto;
    bottom: 150px;
    transition-duration: 0.2s;
    /* visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s; */
  }
  .pc-left_bg.is-fade .pc-left_bgIn {
    top: auto;
    bottom: 150px;
    transition-duration: 0.2s;
  }
  .pc-right_bg.is-fade .pc-right_bgIn {
    top: auto;
    bottom: -404px;
    transition-duration: 0.2s;
  }

}
@media print, screen and (min-width: 910px) and (max-width: 1100px) {
  .pc-left_bg {
    width: calc(50vw - 207px);
  }
  /* .ContentsBox {
    max-width: 420px;
  } */
  .pc-right_bg {
    width: calc(50vw - 196px);
  }
  .pc-right_bgIn {
    width: calc(50vw - 204px);
  }
  .pc-right_bgIn img {
    width: min(464px, calc(370 / 1440 * 100vw));
  }
}

._bg {
	width: 100%;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
  margin-top: calc(-1/1440*100vw);
}

._bg {
  margin-top: calc(-1/750*100vw);
}

.bg_01 {
  height: calc(1745/750*100vw);
  background-image: url(../images/sp/bg_01.webp);
}

.bg_02 {
  height: calc(600/750*100vw);
  background-image: url(../images/sp/bg_02.webp);
}

.bg_03 {
  height: calc(2380/750*100vw);
  background-image: url(../images/sp/bg_03.webp);
}

.bg_04 {
  height: calc(1152 / 750 * 100vw);
  background-image: url(../images/sp/bg_04.webp);
}

.bg_05 {
  height: calc(1730 / 750 * 100vw);
  background-image: url(../images/sp/bg_05.webp);
}

.bg_06 {
  height: calc(580/750*100vw);
  background-image: url(../images/sp/bg_06.webp);
  background-color: #7edef7;
}

.bg_07 {
  height: calc(4300/750*100vw);
  background-image: url(../images/sp/bg_07.webp);
}

.bg_08 {
  height: calc(2220/750*100vw);
  background-image: url(../images/sp/bg_08.webp);
}

.bg_09 {
  height: calc(3730/750*100vw);
  background-image: url(../images/sp/bg_09.webp);
}
.bg_10 {
  height: calc(3050/750*100vw);
  background-image: url(../images/sp/bg_10.webp);
}
.bg_11 {
  height: calc(1671/750*100vw);
  background-image: url(../images/sp/bg_11.webp);
}


@media print, screen and (min-width: 910px) {
  ._bg {
    margin-top: 0;
  }
	.bg_01 {
		height: 1001px;
		background-image: url(../images/bg_01.webp);
	}

	.bg_02 {
		height: 344.5px;
		background-image: url(../images/bg_02.webp);
	}

	.bg_03 {
		height: 1310px;
		background-image: url(../images/bg_03.webp);
	}

	.bg_04 {
		height: 653.5px;
		background-image: url(../images/bg_04.webp);
	}

	.bg_05 {
		height: 1044.5px;
		background-image: url(../images/bg_05.webp);
	}

	.bg_06 {
		height: 327.5px;
		background-image: url(../images/bg_06.webp);
    background-color: #7edef7;
	}

	.bg_07 {
		height: 2466px;
		background-image: url(../images/bg_07.webp);
	}

	.bg_08 {
		height: 1274.5px;
		background-image: url(../images/bg_08.webp);
	}

	.bg_09 {
		height: 2142.5px;
		background-image: url(../images/bg_09.webp);
	}
  .bg_10 {
		height: 1744px;
		background-image: url(../images/bg_10.webp);
	}
  .bg_11 {
		height: 959px;
		background-image: url(../images/bg_11.webp);
	}
}

/* ----------------------------------------------------------
common
---------------------------------------------------------- */
.block-wrap {
  color: var(--color-main);
}
/* タイトル  */
.block-ttl {
  font-family: "sausage", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--color-white);
  font-size: calc(104/740*100vw);
  line-height: calc(84/104);
  letter-spacing: 0.22em;
  text-align: center;
}
  /* 商品情報はこちら ボタン */
.btn {
  background-color: var(--color-white);
  border-radius: calc(40/750*100vw);
  height: calc(76/750*100vw);
}
.btn a {
  display: block;
  height: 100%;
  color: var(--color-main);
  font-size: calc(28/750*100vw);
  line-height: calc(70/750*100vw);
  text-align: center;
  font-weight: 500;
}
.btn._s {
  width: calc(400/750*100vw);
}
.btn._brown {
  width: calc(363/750*100vw);
  height: calc(80/750*100vw);
  background-color: var(--color-main);
}
.btn._brown a {
  color: #ffe982;
  font-size: calc(30/750*100vw);
  line-height: calc(80/750*100vw);
}
.btn._l {
  width: calc(560/750*100vw);
  height: calc(104/750*100vw);
  font-size: calc(32/750*100vw);
}
.btn._s._better {
  width: calc(480/750*100vw);
  height: calc(104/750*100vw);
  border-radius: calc(52 / 750 * 100vw);
}
.btn._s._tea a {
  font-size: calc(32 / 750 * 100vw);
  line-height: calc(88 / 750 * 100vw);
}


/* 〇〇一覧はこちら ボタン */
.list-btn {
  position: relative;
  left: calc(5/750*100vw);
  width: calc(477.83/750*100vw);
  height: calc(76.02/750*100vw);
  border: calc(2 / 750 * 100vw) solid var(--color-main);
  border-radius: calc(37.96/750*100vw);
}
.list-btn a {
  display: block;
  color: var(--color-main);
  font-size: calc(28/750*100vw);
  line-height: calc(76.02/750*100vw);
  text-align: center;
  font-weight: 500;
}

.list-btn._l {
  height: auto;
  padding: calc(10/750*100vw) 0;
  border-radius: calc(38/750*100vw);
}
.list-btn._l a {
  font-size: calc(28/750*100vw);
  line-height: calc(48/28);
}

/* アレルゲン・栄養成分・原料原産地情報 */
.info-link {
  width: fit-content;
}
.info-link a {
  display: block;
  font-size: calc(28/750*100vw);
  font-weight: 500;
  padding-bottom: calc(12/750*100vw);
  border-bottom: calc(2/750*100vw) solid var(--color-main);
}

/* 商品パーツ共通 */
.bev-ttl a {
  display: block;
  font-size: calc(36/750*100vw);
  line-height: calc(48/36);
  font-weight: bold;
  text-align: left;
  color: var(--color-black-87);
}
.bev-price {
  font-family: "SoDoSans SemiBold";
	font-style: normal;
	font-weight: 400;
  font-size: calc(36/750*100vw);
  line-height: calc(48/36);
  text-align: left;
  color: var(--color-black-87);
  padding-top: calc(11/750*100vw);
}
.bev-text {
  font-size: calc(26/750*100vw);
  line-height: calc(40/26);
  color: var(--color-main);
  font-weight: 500;
  text-align: left;
}
.bev-note {
  font-size: calc(22/750*100vw);
  line-height: calc(32/22);
  color: var(--color-main);
  font-weight: 500;
}

.bev-lead {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: calc(36 / 750 * 100vw);
  line-height: calc(56 / 36);
  text-align: center;
}
@media print, screen and (min-width: 910px) {
  /* タイトル  */
.block-ttl {
  font-size: 54px;
  line-height: calc(84/104);
}

/* 商品情報はこちら ボタン */
.btn {
  background-color: var(--color-white);
  border-radius: 29px;
  height: 38px;
}
.btn a {
  font-size: 12px;
  line-height: calc(70/1440*100vw);
}
.btn._s {
  width: 200px;
}
.btn._l {
  width: 280px;
}
.btn._s._tea {
  width: 300px;
  height: 47px;
  border: 2px solid var(--color-yellow);
}
.btn._s._tea a {
  line-height: 44px;
}
.btn._s._better {
  width:275.05px;
  height: 59.59px;
  border-radius: 32px;
}
.btn._s._tea a {
  font-size: 18.335px;
  line-height: 59.59px;
}
.btn._brown {
  width: 208px;
  height: 45.84px;
}
.btn._brown a {
  font-size: 17.19px;
  line-height: 45.84px;
}


/* 〇〇一覧はこちら ボタン */
.list-btn {
  width: 272.75px;
  height: 45px;
  border: 2px solid var(--color-main);
  border-radius: 21px;
}
.list-btn a {
  font-size: 16.615px;
  line-height: 42px;
}

.list-btn._l {
  padding: 5px 0;
  border-radius: 20px;
}
.list-btn._l a {
  font-size: 19px;
  line-height: 19px;
}

/* アレルゲン・栄養成分・原料原産地情報 */
.info-link a {
  font-size: 16.045px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-main);
}

/* 商品パーツ共通 */
.bev-ttl a {
  font-size: 20.63px;
  line-height: 1.33325;
}
.bev-price {
  font-size: 20.865px;
  line-height: 28px;
}
.bev-text {
  font-size: 14.9px;
  line-height: 1.5;
}
.bev-note {
  font-size: 12.605px;
  line-height: 20px;
}

.bev-lead {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
}



/* ----------------------------------------------------------
block-kv
---------------------------------------------------------- */
.block-kv {
  position: relative;
}
.block-kv-ttl {
  position: absolute;
  width: calc(519 / 750 * 100vw);
  top: calc(861 / 750 * 100vw);
  left: calc(117 / 750 * 100vw);
  display: inline-block;
}
.block-kv-text {
  position: absolute;
}
.block-kv-text a {
  font-size: calc(26/750*100vw);
  line-height: calc(36/26);
  font-weight: 500;
  color: #540a00;
}

.block-kv-link_01 {
  position: absolute;
  top: calc(266 / 750 * 100vw);
  left: calc(151 / 750 * 100vw);
  display: inline-block;
  width: calc(384 / 750 * 100vw);
  height: calc(635 / 750 * 100vw);
  z-index: 1;
}

.block-kv-text._01 {
  top: calc(610 / 750 * 100vw);
  left: calc(556 / 750 * 100vw);
}


.block-kv-note {
  position: absolute;
  width: fit-content;
  top: calc(731 / 750 * 100vw);
  left: calc(505 / 750 * 100vw);
  right: 0;
  font-size: calc(16 / 750 * 100vw);
  line-height: calc(24 / 16);
  font-weight: 400;
  color: #540a00;
  margin: auto;
  text-indent: -1em;
}

@media print, screen and (min-width: 910px) {
  .block-kv-ttl {
    width: 296px;
    top: 493.5px;
    left: 69.5px;
  }
  .block-kv-text a {
    font-size: 14.9px;
    line-height: calc(32 / 24);
  }
  
  .block-kv-link_01 {
    top: 152px;
    left: 88px;
    width: 220px;
    height: 364px;
  }
  
  
  .block-kv-text._01 {
    top: 350px;
    left: 318.5px;
  }
  .block-kv-text._02 {
    top: 513px;
    right: 12.5px;
  }
  .block-kv-text._02 a {
    text-shadow: 0 0 11px #fff;
  }
  
  .block-kv-note {
    width: fit-content;
    top: 418px;
    left: 288.5px;
    right: 0;
    font-size: 9.17px;
    line-height: 14px;
    margin: auto;
  }
}

/* ----------------------------------------------------------
block-lead
---------------------------------------------------------- */
.block-lead-text {
  width: calc(599 / 750 * 100vw);
  padding: calc(80 / 750 * 100vw) 0 0 0;
  margin: 0 auto;
  color: #540a00;
}
.block-lead-text sup {
  font-size: calc(20/750*100vw);
}

@media print, screen and (min-width: 910px) {
  .block-lead-text {
    width: 339.5px;
    padding: 47px 0 0 0;
  }
  .block-lead-text sup {
    font-size: 10px;
  }
}

/* ----------------------------------------------------------
block-disc
---------------------------------------------------------- */
.block-disc {
  position: relative;
}
.block-disc-item {
  position: absolute;
}
.block-disc-item._01 {
  top: calc(96 / 750 * 100vw);
  left: calc(489 / 750 * 100vw);
}
.block-disc-item._02 {
  top: calc(790 / 750 * 100vw);
  left: calc(551 / 750 * 100vw);
}
.block-disc-item._03 {
  top: calc(964 / 750 * 100vw);
  left: calc(86 / 750 * 100vw);
}
.block-disc-item._04 {
  top: calc(1886 / 750 * 100vw);
  left: calc(119 / 750 * 100vw);
}


.block-disc-item-title {
  font-size: calc(32/750*100vw);
  line-height: calc(48/32);
  font-weight: bold;
  text-align: center;
  color: #540a00;
}
.block-disc-item-text {
  font-size: calc(26/750*100vw);
  line-height: calc(40/26);
  font-weight: 400;
  margin-top: calc(9/750*100vw);
  color: #540a00;
}
.block-disc-item-note {
  font-size: calc(16/750*100vw);
  line-height: calc(24/16);
  font-weight: 400;
  margin-top: calc(9/750*100vw);
  color: #540a00;
  text-indent: -1em;
}

.block-disc-item._03 .block-disc-item-text {
  margin-top: calc(17/750*100vw);
}
.block-disc-item._04 .block-disc-item-title {
  margin-bottom: calc(41/750*100vw);
}
.block-disc-item._04 .block-disc-item-text {
  text-align: center;
  line-height: calc(48/26);
  margin-top: 0;
}

@media print, screen and (min-width: 910px) {
  .block-disc-item._01 {
    top: 53px;
    left: 280px;
  }
  .block-disc-item._02 {
    top: 451px;
    left: 315.5px;
  }
  .block-disc-item._03 {
    top: 551.5px;
    left: 50.5px;
  }
  .block-disc-item._04 {
    top: 1080.5px;
    left: 68.5px;
  }
  
  
  .block-disc-item-title {
    font-size: 16px;
    line-height: calc(44/32);
  }
  .block-disc-item-text {
    font-size: 14.9px;
    line-height: calc(23/14.9);
    margin-top: 4.5px;
  }
  .block-disc-item._03 .block-disc-item-text {
    margin-top: 8.5px;
  }
  .block-disc-item-note {
    font-size: 9.17px;
    line-height: calc(24/16);
    margin-top: 4.5px;
  }

  .block-disc-item._04 .block-disc-item-title {
    font-size: 18.355px;
    margin-bottom: 24px;
  }

}

/* ----------------------------------------------------------
block-beverage
---------------------------------------------------------- */
.block-beverage {
  position: relative;
}
.block-beverage-text .bev-ttl a {
  font-size: calc(36 / 750 * 100vw);
  line-height: calc(48 / 36);
  color: var(--color-main);
}
.block-beverage-text .bev-price {
  font-family: "SoDoSans SemiBold";
  font-style: normal;
  font-weight: 400;
  font-size: calc(36 / 750 * 100vw);
  line-height: calc(48 / 36);
  margin-top: calc(-6 / 750 * 100vw);
  color: var(--color-main);
}
.block-beverage-text .bev-price span {
  font-size: calc(35.98/750*100vw);
  line-height: calc(56/35.98);
  letter-spacing: 0.03em;
}
.block-beverage-text .bev-note {
  font-weight: 500;
    margin-top: 0;
}
.block-beverage-text .btn._s {
  width: calc(480 / 750 * 100vw);
  height: calc(104 / 750 * 100vw);
  border-radius: calc(52 / 750 * 100vw);
  margin-top: calc(39 / 750 * 100vw);
}
.block-beverage-text .btn._s a {
  font-size: calc(32/750*100vw);
  line-height: calc(100/32);
  font-weight: bold;
}

.block-beverage-image01 {
  position: absolute;
  top: calc(62 / 750 * 100vw);
  left: calc(200 / 750 * 100vw);
  right: 0;
  width: calc(550 / 750 * 100vw);
  height: auto;
  margin: auto;
}
.block-beverage-image01 a {
  display: block;
  
}
.block-beverage-text._01 {
  width: fit-content;
  position: absolute;
  top: calc(608 / 750 * 100vw);
  left: calc(135 / 750 * 100vw);
}
.block-beverage-text._01 .bev-price .sub {
  /* vertical-align: middle; */
  position: relative;
  top: calc(-4 / 750 * 100vw);
  border: calc(2 / 750 * 100vw) solid var(--color-main);
  border-radius: calc(4 / 750 * 100vw);
  padding: calc(2 / 750 * 100vw) calc(10 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  line-height: calc(32 / 20);
  font-weight: 500;
  margin-left: calc(17 / 750 * 100vw);
}


.block-beverage-image02 {
  position: absolute;
  top: calc(1940 / 750 * 100vw);
  right: calc(187 / 750 * 100vw);
  width: calc(381 / 750 * 100vw);
  height: calc(529 / 750 * 100vw);
}
.block-beverage-image02 a {
  display: block;
}
.block-beverage-text._02 {
  width: fit-content;
  position: absolute;
  top: calc(2554 / 750 * 100vw);
  left: calc(93 / 750 * 100vw);
}
.block-beverage-text._02 .bev-lead {
  top: calc(1714 / 750 * 100vw);
  left: calc(20 / 750 * 100vw);
  right: 0;
  margin: auto;
}

@media print, screen and (min-width: 910px) {
  .block-beverage-text .bev-ttl a {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.03em;
  }
  .block-beverage-text .bev-price {
    font-size: 20.63px;
    line-height: 28px;
    margin-top: 0px;
    padding-top: 3px;
  }
  .block-beverage-text .bev-price span {
    font-size: 17.99px;
    line-height: 28px;
    letter-spacing: 0.03em;
  }
  .block-beverage-text .bev-note {
    font-weight: 500;
    margin-top: 0;
  }
  .block-beverage-text .btn._s {
    width: 275.04px;
    height: 59.59px;
    border-radius: 29.5px;
    margin-top: 22px;
    margin-left: 3px;
  }
  .block-beverage-text .btn._s a {
    font-size: 18.335px;
    line-height: calc(100/32);
  }
  
  .block-beverage-image01 {
    top: 82.5px;
    left: 115.5px;
    width: 314px;
    height: 301px;
  }
  .block-beverage-text._01 {
    top: 397.5px;
    left: 78px;
  }
  .block-beverage-text._01 .bev-price .sub {
    top: -2px;
    border: 1px solid var(--color-main);
    border-radius: 2px;
    padding: 1px 5px;
    font-size: 10px;
    line-height: 16px;
    margin-left: 8.5px;
  }
  
  
  .block-beverage-image02 {
    top: 970px;
    right: 93.5px;
    width: 190.5px;
    height: 264.5px;
  }
  .block-beverage-text._02 {
    top: 1277px;
    left: 46.5px;
  }
  .block-beverage .bev-lead {
    position: absolute;
    top: 857px;
    left: 10px;
    right: 0;
    margin: auto;
  }
}

/* ----------------------------------------------------------
block-better
---------------------------------------------------------- */
.block-better-inner {
  width: calc(650/750*100vw);
  padding-top: calc(8/750*100vw);
  margin: 0 auto;
}
.block-better-bg {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.block-better-title {
  position: absolute;
  top: calc(180 / 750 * 100vw);
  left: calc(143 / 750 * 100vw);
  width: calc(450 / 750 * 100vw);
  height: calc(222 / 750 * 100vw);
}
.block-better-link {
  position: absolute;
  top: calc(682 / 750 * 100vw);
  left: calc(141 / 750 * 100vw);
  width: calc(367 / 750 * 100vw);
  height: calc(530 / 750 * 100vw);
}
.block-better-bev {
  position: absolute;
  top: calc(1285 / 750 * 100vw);
  left: calc(80 / 750 * 100vw);
}
.block-better-bev a {
  display: block;
  font-size: calc(36/750*100vw);
  line-height: calc(48/36);
  font-weight: bold;
  color: var(--color-white);
}
.block-better-price {
  position: absolute;
  top: calc(1334 / 750 * 100vw);
  left: calc(84 / 750 * 100vw);
	font-family: "SoDoSans SemiBold";
	font-style: normal;
	font-weight: 400;
  font-size: calc(36/750*100vw);
  line-height: calc(48/36);
  color: var(--color-white);
}
.block-better-price span {
  font-size: calc(35.98/750*100vw);
  line-height: calc(56/35.98);
  letter-spacing: 0.03em;
}
.block-better-text {
  position: absolute;
  top: calc(453 / 750 * 100vw);
  left: calc(87 / 750 * 100vw);
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(48 / 26);
  font-weight: 300;
  text-align: center;
  color: var(--color-white);
}
.block-better-bg .btn {
  position: absolute;
  top: calc(1427 / 750 * 100vw);
  left: calc(85 / 750 * 100vw);
}
.block-better-bg .btn a {
  font-size: calc(32 / 750 * 100vw);
  line-height: calc(104 / 750 * 100vw);
  font-weight: bold;
  color: var(--color-main);
}

@media print, screen and (min-width: 910px) {
  .block-better-inner {
    width: 372.45px;
    padding-top: 59.5px;
  }
  .block-better-title {
    top: 101px;
    left: 82px;
    width: 258px;
    height: 110px;
  }
  .block-better-link {
    top: 391px;
    left: 80px;
    width: 211.5px;
    height: 305px;
  }
  .block-better-bev {
    top: 735px;
    left: 47px;
  }
  .block-better-bev a {
    font-size: 20.63px;
    line-height: calc(56/40);
  }
  .block-better-price {
    top: 763px;
    left: 50px;
    font-size: 19.99px;
    line-height: calc(71/39.97);
  }
  .block-better-price span {
    font-size: 17.99px;
    line-height: calc(56/35.98);
    letter-spacing: 0.03em;
    margin-right: 2px;
  }
  .block-better-text {
    top: 260px;
    left: 51.5px;
    font-size: 14.9px;
    line-height: calc(26 / 14.9);
  }
  .block-better-bg .btn {
    top: 814.5px;
    left: 49px;
  }
  .block-better-bg .btn a {
    font-size: 18.335px;
    line-height: 59.59px;
  }
}

/* ----------------------------------------------------------
block-bev-archive
---------------------------------------------------------- */
.block-bev-archive-inner {
  padding-top: calc(38/750*100vw);
}
.block-bev-archive-inner .list-btn {
  margin: calc(30/750*100vw) auto 0;
}
.block-bev-archive-inner .info-link {
  margin: calc(56/750*100vw) auto 0;
}

@media print, screen and (min-width: 910px) {
  .block-bev-archive-inner {
    padding-top: 26px;
  }
  .block-bev-archive-inner .list-btn {
    left: 0;
    margin: 15px auto 0;
  }
  .block-bev-archive-inner .info-link {
    margin: 33px auto 0;
  }
}

/* ----------------------------------------------------------
block-food
---------------------------------------------------------- */
.block-food-inner {
  width: calc(560/750*100vw);
  padding: calc(253/750*100vw) 0 calc(160/750*100vw);
  margin: 0 auto;
}
.block-food-ttl {
  position: relative;
  left: 0;
  width: calc(279/750*100vw);
  margin: 0 auto;
}
/* _02 _03 */
.block-food-flex {
  position: relative;
  left: calc(17/750*100vw);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: calc(146/750*100vw);
  gap: 0;
}
.block-food-flex .block-food-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.block-food-flex .bev-ttl {
  padding-top: calc(36/750*100vw);
}
.block-food-flex .bev-text {
  position: relative;
  padding-top: calc(20/750*100vw);
  padding-bottom: calc(33/750*100vw);
}
.block-food-flex .btn._s {
  margin: 0 auto;
}

.block-food-flex .block-food-item._01 {
  position: relative;
  top: calc(-100/750*100vw);
  left: calc(-95/750*100vw);
}
.block-food-item._01 .block-food-item-img {
  width: calc(734/750*100vw);
  margin: 0 auto;
  flex: 1;
}
.block-food-flex .block-food-item._01 .block-food-item-text {
  position: relative;
  top: calc(-100 / 750 * 100vw);
  left: calc(114 / 750 * 100vw);
}
.block-food-item-img a {
  display: block;
}
.block-food-item._01 .bev-text {
  word-break: keep-all;
}
.block-food-item._01 .btn._brown {
  position: relative;
  left: calc(64 / 750 * 100vw);
}

.block-food-item._02 {
  position: relative;
  left: calc(17/750*100vw);
  width: 100%;
  flex-shrink: 0;
}
.block-food-item._02 .block-food-item-img {
  width: calc(717 / 750 * 100vw);
  margin: calc(-58 / 750 * 100vw) auto 0;
  flex: 1;
  position: relative;
  left: calc(-95 / 750 * 100vw);
}
.block-food-flex .block-food-item._02 .block-food-item-text {
  position: relative;
  top: calc(-90 / 750 * 100vw);
  left: calc(4 / 750 * 100vw);
}
.block-food-item._02 .bev-ttl {
  padding-top: calc(35/750*100vw);
}
.block-food-item._02 .btn._brown {
  position: relative;
  left: calc(64 / 750 * 100vw);
}

.block-food-item._03 {
  position: relative;
  top: calc(50 / 750 * 100vw);
  left: calc(16 / 750 * 100vw);
  width: 100%;
  flex-shrink: 0;
}
.block-food-item._03 .block-food-item-img {
  width: calc(668 / 750 * 100vw);
  margin: calc(-42 / 750 * 100vw) auto 0;
  flex: 1;
  position: relative;
  left: calc(-45 / 750 * 100vw);
}
.block-food-flex .block-food-item._03 .block-food-item-text {
  position: relative;
  top: calc(-91 / 750 * 100vw);
  left: calc(4 / 750 * 100vw);
}
.block-food-item._03 .bev-ttl {
  padding-top: calc(35/750*100vw);
}
.block-food-item._03 .btn._brown {
  position: relative;
  left: calc(64 / 750 * 100vw);
}

.block-food .bev-note {
  position: relative;
  left: calc(8 / 750 * 100vw);
  width: fit-content;
  margin: calc(95 / 750 * 100vw) auto 0;
}


/* フード一覧はこちら */
.block-food .list-btn {
  left: 0;
  height: calc(76 / 750 * 100vw);
  margin: calc(141/750*100vw) auto 0;
}
.block-food .info-link {
  margin: calc(59/750*100vw) auto 0;
}

@media print, screen and (min-width: 910px) {
  .block-food-inner {
    width: 290px;
    padding: 141px 0 80px;
  }
  .block-food-ttl {
    position: relative;
    left: 0;
    width: 160px;
  }
  /* _02 _03 */
  .block-food-flex {
    position: relative;
    left: 8.5px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 21px;
    gap: 131px;
  }
  .block-food-flex .block-food-item {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .block-food-flex .bev-ttl {
    padding-top: 22px;
  }
  .block-food-flex .bev-price {
    padding-top: 7px;
  }
  .block-food-flex .bev-text {
    left: 0;
    padding-top: 10px;
    padding-bottom: 17px;
  }

  .block-food-flex .block-food-item._01 {
    top: 0;
    left: -71px;
  }
  .block-food-flex .block-food-item._01 .block-food-item-text {
    width: fit-content;
    top: -61px;
    left: 68px;
  }
  
  .block-food-item._01 .block-food-item-img {
    width: 424.5px;
    padding-top: 7.5px;
  }

  .block-food-item._01 .bev-text {
    word-break: keep-all;
  }
  .block-food-item._01 .btn._brown {
    left: 35px;
  }
  
  .block-food-item._02 {
    position: relative;
    left: -3.5px;
    width: 100%;
    flex-shrink: 0;
  }
  .block-food-item._02 .block-food-item-img {
    width: 414.5px;
    left: -58px;
    margin: -109px auto 0;
  }
  .block-food-flex .block-food-item._02 .block-food-item-text {
    top: -50px;
    left: 0;
  }
  .block-food-item._02 .bev-ttl {
    padding-top: 17.5px;
  }
  .block-food-item._02 .bev-text {
    width: 284px;
    padding-bottom: 20px;
  }
  .block-food-item._02 .btn._brown {
    left: 36px;
  }

  .block-food-item._03 {
    top: -127px;
    left: 5px;
    width: 100%;
    flex-shrink: 0;
  }
  .block-food-item._03 .block-food-item-img {
    width: 386px;
    margin: 0 auto 0;
    left: -37px;
  }
  .block-food-flex .block-food-item._03 .block-food-item-text {
    top: -48px;
    left: -10px;
    width: 284px;
  }
  .block-food-item._03 .bev-text {
    padding-top: 12px;
    padding-bottom: 19px;
  }
  .block-food-item._03 .bev-ttl {
    padding-top: 17.5px;
  }
  .block-food-item._03 .btn._brown {
    left: 39px;
  }
  
  .block-food .bev-note {
    left: 5px;
    width: fit-content;
    margin: -99px auto 0;
  }
  
  /* フード一覧はこちら */
  .block-food .list-btn {
    left: 0;
    height: 46px;
    margin: 77px auto 0;
    border-radius: 22px;
  }
  .block-food .info-link {
    margin: 33.5px auto 0;
  }
}

/* ----------------------------------------------------------
block-coffee
---------------------------------------------------------- */
.block-coffee-inner {
  width: calc(560/750*100vw);
  padding: calc(270/750*100vw) 0 calc(160/750*100vw);
  margin: 0 auto;
}
.block-coffee-ttl {
  width: calc(396/750*100vw);
  margin: 0 auto;
}
.block-coffee-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  left: 0;
  margin-top: calc(34 / 750 * 100vw);
  gap: 0;
}
.block-coffee-item-img {
  flex-shrink: 0;
  width: calc(745/750*100vw);
}
.block-coffee-item-img a {
  display: block;
}
.block-coffee-item-text {
  width: calc(494/750*100vw);
  margin-top: calc(-32/750*100vw);
}
.block-coffee-item-text .bev-text {
  margin-top: calc(15/750*100vw);
}
.block-coffee-item-text .bev-price {
  padding-top: calc(12 / 750 * 100vw);
  padding-left: calc(5 / 750 * 100vw);
}
.block-coffee-item-text .bev-price span {
  display: block;
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(40 / 24);
}
.block-coffee-item-text .btn._s {
  width: 100%;
  margin: calc(25/750*100vw) auto 0;
}
.block-coffee-item-text .btn._brown {
  margin-top: calc(36 / 750 * 100vw);
  margin-left: calc(68 / 750 * 100vw);
}

/* コーヒー豆一覧はこちら */
.block-coffee .list-btn {
  width: calc(480 / 750 * 100vw);
    height: calc(72 / 750 * 100vw);
    margin: calc(178 / 750 * 100vw) auto 0;
    left: 0;
}

@media print, screen and (min-width: 910px) {
  .block-coffee-inner {
    width: 280px;
    padding: 150px 0 80px;
  }
  .block-coffee-ttl {
    width: 226.5px;
  }
  .block-coffee-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    left: 0;
    margin-top: 21px;
    gap: 0;
  }
  .block-coffee-item-img {
    flex-shrink: 0;
    width: 427px;
  }
  .block-coffee-item-text {
    width: 281px;
    margin-top: -16.5px;
  }
  .block-coffee-item-text .bev-text {
    margin-top: 11.5px;
    width: 284px;
  }
  .block-coffee-item-text .bev-price {
    font-size: 20.63px;
    padding-top: 5px;
    padding-left: 3px;
  }
  .block-coffee-item-text .bev-price span {
    font-size: 13.75px;
    line-height: calc(20 / 13.75);
  }
  .block-coffee-item-text .btn._s {
    width: 100%;
    margin: 12.5px auto 0;
  }
  .block-coffee-item-text .btn._brown {
    margin-top: 20.5px;
    margin-left: 37px;
  }
  
  /* コーヒー豆一覧はこちら */
  .block-coffee .list-btn {
    width: 272.75px;
    height: 45px;
    margin: 104.5px auto 0;
    left: 0;
  }
}

/* ----------------------------------------------------------
block-goods
---------------------------------------------------------- */
.block-goods-inner {
  width: calc(626/750*100vw);
  padding: calc(274/750*100vw) 0 calc(160/750*100vw);
  margin: 0 auto;
}
.block-goods-ttl {
  width: calc(346/750*100vw);
  margin: 0 auto;
}

/* _01 */
.block-goods-item._01 {
  margin-top: calc(154/750*100vw);
}
.block-goods-item._01 .block-goods-item-img {
  width: calc(551/750*100vw);
  margin: 0 auto;
}
.block-goods-item._01 .block-card-item-text {
  width: calc(503 / 750 * 100vw);
  margin: calc(62 / 750 * 100vw) auto 0 calc(73 / 750 * 100vw);
}
.block-goods-item._01 .bev-text {
  padding-top: calc(16/750*100vw);
}
.block-goods-item._01 .btn._brown {
  margin: calc(33 / 750 * 100vw) auto 0 calc(60 / 750 * 100vw);
}


.block-goods-item._02 {
  margin-top: calc(264/750*100vw);
}
.block-goods-item._02 .block-goods-item-img {
  width: calc(493/750*100vw);
  margin: 0 auto;
}
.block-goods-item._02 .block-card-item-text {
  width: calc(503 / 750 * 100vw);
  margin: calc(53 / 750 * 100vw) auto 0 calc(73 / 750 * 100vw);
}
.block-goods-item._02 .bev-text {
  padding-top: calc(24/750*100vw);
}
.block-goods-item._02 .btn._brown {
  margin: calc(33 / 750 * 100vw) auto 0 calc(60 / 750 * 100vw);
}

/* シーズナルグッズ特集はこちら */
.block-goods .list-btn {
  width: calc(476 / 750 * 100vw);
  height: calc(74 / 750 * 100vw);
  border: calc(2 / 750 * 100vw) solid var(--color-main);
  border-radius: calc(37 / 750 * 100vw);
  margin: calc(349/1440*100vw) auto 0 calc(69 / 750 * 100vw);
}

@media print, screen and (min-width: 910px) {
  .block-goods-inner {
    width: 313px;
    padding: 152px 0 80px;
  }
  .block-goods-ttl {
    width: 199px;
  }

  .block-goods-item .bev-price {
    padding-top: 6px;
  }
  .block-goods-item .bev-text {
    padding-top: 11px;
  }
  .block-goods-item._01 .btn._brown,
  .block-goods-item._02 .btn._brown {
    margin: 21.5px auto 0 34px;
  }
  
  /* _01 */
  .block-goods-item._01 {
    margin-top: 93px;
  }
  .block-goods-item._01 .block-goods-item-img {
    width: 314px;
  }
  .block-goods-item._01 .block-card-item-text {
    width: 285px;
    margin: 35.5px auto 0 19px;
  }

  .block-goods-item._01 .bev-text,
  .block-goods-item._02 .bev-text {
    padding-top: 12px;
  }

  .block-goods-item._01 .btn._l {
    width: 240px;
    height: 38px;
    font-size: 14px;
    margin: 16.5px auto 0;
  }
 
  
  
  .block-goods-item._02 {
    margin-top: 150px;
  }
  .block-goods-item._02 .block-goods-item-img {
    width: 280.5px;
    margin: 0 auto;
  }
  .block-goods-item._02 .block-card-item-text {
    width: 285px;
    margin: 33.5px auto 0 19px;
  }
  .block-goods-item._02 .bev-text {
    padding-top: 12px;
  }
  .block-goods-item._02 .btn._brown {
    margin: 20.5px auto 0 35px;
  }
  
  /* シーズナルグッズ特集はこちら */
  .block-goods .list-btn {
    margin: 103px auto 0 11px;
    width: 272.75px;
    height: 46.4px;
    border: 2px solid var(--color-main);
  }
}

/* ----------------------------------------------------------
block-card
---------------------------------------------------------- */
.block-card-inner {
  width: calc(648/750*100vw);
  padding: calc(226/750*100vw) 0 calc(160/750*100vw);
  margin: 0 auto;
}
.block-card-lead {
  font-size: calc(24/750*100vw);
  line-height: calc(48/24);
  font-weight: 500;
  text-align: center;
  margin-top: calc(73 / 750 * 100vw);
  margin-left: calc(16 / 750 * 100vw);
}
.block-card-item {
  display: flex;
  gap: calc(28/750*100vw);
}


/* STARBUCKS CARD */
.block-sbcard-inner {
  width: calc(648 / 750 * 100vw);
  padding: calc(301 / 750 * 100vw) 0 calc(160 / 750 * 100vw);
  margin: 0 auto;
}
.block-card-sbcard .block-card-ttl {
  width: calc(328/750*100vw);
  letter-spacing: 0.09em;
  position: relative;
  margin: 0 auto;
}
.block-card-sbcard .block-card-item {
  position: relative;
  flex-direction: column;
  align-items: center;
  left: 0;
  margin-top: calc(224/750*100vw);
  gap: calc(53/750*100vw);
}
.block-card-sbcard .block-card-item-img {
  width: calc(511/750*100vw);
  margin-top: calc(8/750*100vw);
}
.block-card-sbcard .block-card-item-img a {
  display: block;
}
.block-card-item-text {
  width: calc(540/750*100vw);
}
.block-card-sbcard .bev-ttl a {
  font-weight: 500;
  color: var(--color-black-87);
  text-align: center;
}
.block-card-sbcard .bev-note {
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(40 / 26);
  color: var(--color-black-87);
  text-align: left;
  margin-top: calc(24 / 750 * 100vw);
  margin-left: calc(9 / 750 * 100vw);
}
.block-card-sbcard .btn._l {
  width: calc(363 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
  border-radius: calc(40 / 750 * 100vw);
  margin: calc(38 / 750 * 100vw) auto;
  background-color: var(--color-main);
}
.block-card-sbcard .btn._l a {
  line-height: calc(80 / 750 * 100vw);
  color: #ffe982;
}

.block-card-sbcard .block-card-item._02 {
  margin-top: calc(215 / 750 * 100vw);
}
.block-card-sbcard .block-card-item._02 .bev-ttl a {
  text-align: left;
  display: flex;
  justify-content: center;
}
.block-card-sbcard .block-card-item._02 .bev-note {
  margin-top: calc(24 / 750 * 100vw);
}

.block-card-sbcard .list-btn {
  position: relative;
  left: calc(48 / 750 * 100vw);
  width: calc(556 / 750 * 100vw);
  height: calc(74 / 750 * 100vw);
  border-radius: calc(48 / 750 * 100vw);
  margin-top: calc(139 / 750 * 100vw);
}




/* DIGITAL STARBUCKS CARD */
.block-dssbcard-inner {
  width: calc(648 / 750 * 100vw);
  padding: calc(246 / 750 * 100vw) 0 calc(160 / 750 * 100vw);
  margin: 0 auto;
}
.block-card-dssbcard .block-card-ttl {
  width: calc(328/750*100vw);
  margin: 0 auto;
}
.block-card-dssbcard .block-card-item {
  align-items: center;
  flex-direction: column;
  gap: calc(102 / 750 * 100vw);
  position: relative;
  left: 0;
  margin-top: calc(132/750*100vw);
}
.block-card-dssbcard .block-card-item-text {
  position: relative;
  width: auto;
  left: calc(3/750*100vw);
}
.block-card-dssbcard .block-card-item-img {
  width: calc(396/750*100vw);
  margin-top: calc(8/750*100vw);
}
.block-card-dssbcard .list-btn._l {
  width: calc(656 / 750 * 100vw);
  height: calc(74 / 750 * 100vw);
  left: 0;
  padding: 0;
  margin-top: calc(80 / 1440 * 100vw);
}
.block-card-dssbcard .list-btn a {
  font-size: calc(29 / 750 * 100vw);
  line-height: calc(74 / 750 * 100vw);
}

@media print, screen and (min-width: 910px) {
  .block-card-inner {
    width: 324px;
    padding: 113px 0 80px;
  }
  .block-card-lead {
    font-size: 12px;
    line-height: 24px;
    margin-top: 36.5px;
    margin-left: 8px;
  }
  .block-card-item {
    display: flex;
    gap: 14px;
  }
  
  /* STARBUCKS CARD */
  .block-sbcard-inner {
    width: 324px;
    padding: 171px 0 80px;
  }
  .block-card-sbcard .block-card-ttl {
    width: 188px;
  }
  .block-card-sbcard .block-card-item {
    position: relative;
    flex-direction: column;
    align-items: center;
    gap: 31px;
    left: 0;
    margin-top: 129px;
  }
  .block-card-sbcard .block-card-item-img {
    width: 290.5px;
    margin-top: 4px;
  }
  .block-card-item-text {
    width: 260px;
  }
  .block-card-sbcard .bev-note {
    width: 310px;
    font-size: 14.9px;
    line-height: 22px;
    margin-top: 15.5px;
    margin-left: -20px;
  }
  
  .block-card-sbcard .btn._l {
    width: 208px;
    height: 45.84px;
    border-radius: 22.5px;
    margin-top: 24.5px;
  }
  .block-card-sbcard .btn._l a {
    font-size: 17.19px;
    line-height: 45.84px;
    color: #ffe982;
  }
  .block-card-sbcard .block-card-item._02 {
    margin-top: 72.5px;
    gap: 28px;
  }
  .block-card-sbcard .block-card-item._02 .bev-note {
    margin-top: 12.5px;
  }
  .block-card-sbcard .list-btn {
    position: relative;
    left: 6px;
    width: 318.59px;
    height: 45.4px;
    border-radius: 22px;
    margin-top: 27.5px;
  }
  .block-card-sbcard .list-btn a {
    line-height: 38px;
  }
  
  /* DIGITAL STARBUCKS CARD */
  .block-dssbcard-inner {
    width: 324px;
    padding: 144px 0 80px;
  }
  .block-card-dssbcard .block-card-ttl {
    width: 188px;
  }
  .block-card-dssbcard .block-card-lead {
    margin-top: 25.5px;
  }
  .block-card-dssbcard .block-card-item {
    align-items: center;
    flex-direction: column;
    gap: 51px;
    position: relative;
    left: 0;
    margin-top: 75.5px;
  }
  .block-card-dssbcard .block-card-item-img {
    width: 227px;
    margin-top: 4px;
  }
  .block-card-dssbcard .block-card-item-text {
    width: auto;
    left: 1.5px;
  }
  .block-card-dssbcard .list-btn {
    position: relative;
    left: -1px;
    width: 260px;
    height: 34px;
    border-radius: 24px;
    margin-top: 16.5px;
  }
  .block-card-dssbcard .list-btn a {
    font-size: 13px;
    line-height: 17.5px;
  }
  .block-card-dssbcard .list-btn._l {
    width: 378.89px;
    height: 46.4px;
    left: 0;
    padding: 0;
    margin-top: 30px;
  }
  .block-card-dssbcard .list-btn a {
    font-size: 16.615px;
    line-height: 42.4px;
  }
}

/* ----------------------------------------------------------
section_30years
---------------------------------------------------------- */
.section_30years {
  position: relative;
  content: "";
  background: url(/cafe/banana/images/30years/bg.webp) no-repeat center top / cover;
  background-color: var(--color-white);
  height: calc(466/375*100vw);
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 1;
}

.section_30years .other_inner {
  padding: 0 24px;
}

.section_border > img {
  display: block;
}

.section_30years_title {
  width: calc(240/375*100vw);
  padding-top: calc(32/375*100vw);
  margin: 0 auto calc(48/375*100vw);
}

.section_30years_text {
  color: var(--color-black);
  text-align: center;
  font-weight: 700;
  font-size: calc(14 / 375 * 100vw);
  line-height: calc(25 / 14);
  letter-spacing: 7%;
  margin-bottom: calc(24 / 375 * 100vw);
}

.section_30years_btn {
  position: relative;
  left: 0;
  background-color: #006241;
  width: calc(327 / 375 * 100vw);
  height: calc(56 / 375 * 100vw);
  border-radius: calc(60 / 375 * 100vw);
}
.section_30years_btn a {
  display: block;
  text-align: center;
  color: #d5bd69;
  font-size: calc(16 / 375 * 100vw);
  line-height: calc(56 / 375 * 100vw);
  font-weight: 500;
}


.section_30years_btn a:hover {
  opacity: 1;
}

@media print, screen and (min-width: 910px) {
  .section_30years {
    height: 532px;
    background-position: center top;
  }
  .section_30years_title {
    width: 276px;
    padding-top: 36px;
    margin-bottom: 54px;
  }
  .section_30years_text {
    font-size: 16.045px;
    margin-bottom: 28px;
  }
  .section_30years_btn {
    left: 4px;
    width: 378px;
    height: 61px;
    border-radius: 30px;
  }
  .section_30years_btn a {
    font-size: 18.5px;
    line-height: 61px;
  }
}
