@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");
}

@font-face {
	font-family: "Lander";
	font-style: normal;
	font-weight: 700;
	src: url("/common/fonts/Lander/LanderGrande-Bold.woff") format("woff2"),
  url("/common/fonts/Lander/LanderGrande-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: #b51f62;
  --color-white: #ffffff;
  --color-orange: #ee7500;
  --color-yellow: #fff286;
  --color-black: #000000;
  --colo-green: #006243;
  --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 {
    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;
  }


	.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;
    height: 100vh;
	}
  .pc-right_bg {
    width: calc(50vw - 97px);
    z-index: 2;
    background-image: url(../images/pc-right_bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
  .pc-left_bg {
    width: calc(50vw - 94px);
    background-image: url(../images/pc-left_bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }



  .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-left_bgIn img {
    width: 188.5px;
    display: block;
  }

  .pc-right_banner {
    position: relative;
    background-color: var(--color-white);
    /* padding: 22px 35px 22px 20px; */
    padding: 22px 20px 22px 20px;
    box-shadow: 0px 3px 6px 0px #a2896e;
    width: 399px;
    /* height: 168px; */
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 22px;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.16);
  }
  .pc-right_banner_close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .pc-right_banner_close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    background-color: #666;
    transition: background-color 0.2s;
  }
  .pc-right_banner_close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .pc-right_banner_close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .pc-right_banner_close:hover span {
    background-color: #333;
  }
  

  .pc-right_banner_text_ttl {
    font-size: 13px;
    color: #e67f19;
    font-weight: 600;
  }
  .pc-right_banner_text_text {
    font-size: 16px;
    font-weight: 600;
    line-height: calc(26 / 16);
  }
  .pc-right_banner_text_btn {
    border: 2px solid #00754a;
    border-radius: 21px;
    padding: 7px 16px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: calc(26 / 16);
    color: #00754a;
    text-decoration: none;
    margin-top: 12px;
  }

  .ContentsBoxWrap {
    flex-shrink: 0;
    max-width: 430px;
    width: 100%;
  }
	.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; */
    /* box-shadow: 0px 3px 3px 0px #0000007A; */
    box-shadow: 0px 3px 3px 0px rgba(22, 118, 149, 0.2);
    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 {
    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;
  }


}
@media print, screen and (min-width: 1255px) and (max-width: 1380px) {
  .pc-right_banner {
    left: -2vw;
  }
}
@media print, screen and (min-width: 1150px) and (max-width: 1254px) {
  .pc-right_banner {
    left: -5vw;
  }
}
@media print, screen and (min-width: 910px) and (max-width: 1150px) {
  .pc-right_banner {
    left: -13vw;
  }
}


._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(1880/750*100vw);
  /* background-image: url(../images/sp/bg_01.jpg); */
}

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

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

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

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

.bg_06 {
  height: calc(1887/750*100vw);
  background-image: url(../images/sp/bg_06.jpg);
}

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

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

.bg_09 {
  height: calc(1830/750*100vw);
  background-image: url(../images/sp/bg_09.jpg);
}
.bg_10 {
  height: calc(2123/750*100vw);
  background-image: url(../images/sp/bg_10.jpg);
}


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

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

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

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

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

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

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

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

	.bg_09 {
		height: 980px;
		background-image: url(../images/bg_09.jpg);
	}
  .bg_10 {
		height: 1286px;
		background-image: url(../images/bg_10.jpg);
	}
  
}

/* ----------------------------------------------------------
common
---------------------------------------------------------- */
.block-wrap {
  color: var(--color-main);
}
/* タイトル  */
.block-ttl {
  font-family: "Lander";
  font-weight: 700;
  color: var(--color-main);
  font-size: calc(121/740*100vw);
  line-height: calc(84/104);
  text-align: center;
}
  /* 商品情報はこちら ボタン */
.btn {
  background-color: var(--color-main);
  border-radius: calc(40/750*100vw);
  height: calc(76/750*100vw);
}
.btn a {
  display: block;
  height: 100%;
  color: var(--color-white);
  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: #871010;
}
.btn._brown a {
  color: var(--color-white);
  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: 0;
  width: calc(476/750*100vw);
  height: calc(74/750*100vw);
  border: calc(4 / 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(29/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(3/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-main);
}
.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-main);
  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: 69px;
  line-height: calc(53/69);
  letter-spacing: 0.03em;
}

/* 商品情報はこちら ボタン */
.btn {
  background-color: var(--color-main);
  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(606 / 750 * 100vw);
  left: calc(159 / 750 * 100vw);
  display: inline-block;
  width: calc(314 / 750 * 100vw);
  height: calc(485 / 750 * 100vw);
  z-index: 1;
}

.block-kv-text-link_01 {
  position: absolute;
  top: calc(530 / 750 * 100vw);
  left: calc(246 / 750 * 100vw);
  display: inline-block;
  width: calc(254 / 750 * 100vw);
  height: calc(75 / 750 * 100vw);
  z-index: 1;
}

.block-kv-link_02 {
  position: absolute;
  top: calc(796 / 750 * 100vw);
  left: calc(331 / 750 * 100vw);
  display: inline-block;
  width: calc(374 / 750 * 100vw);
  height: calc(605 / 750 * 100vw);
  z-index: 1;
}

.block-kv-text-link_02 {
  position: absolute;
  top: calc(1390 / 750 * 100vw);
  left: calc(260 / 750 * 100vw);
  display: inline-block;
  width: calc(250 / 750 * 100vw);
  height: calc(68 / 750 * 100vw);
  z-index: 1;
}


.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: 352px;
    left: 93px;
    width: 178px;
    height: 264px;
  }
  .block-kv-text-link_01 {
    top: 304px;
    left: 143px;
    width: 148px;
    height: 40px;
  }
  .block-kv-link_02 {
    top: 452px;
    left: 193px;
    width: 211px;
    height: 354px;
  }
  .block-kv-text-link_02 {
    top: 795px;
    left: 150px;
    width: 138px;
    height: 44px;
  }

  
  .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(258 / 750 * 100vw);
  left: calc(179 / 750 * 100vw);
}
.block-disc-item._02 {
  top: calc(1323 / 750 * 100vw);
  left: calc(77 / 750 * 100vw);
}
.block-disc-item._03 {
  top: calc(2474 / 750 * 100vw);
  left: calc(291 / 750 * 100vw);
}



.block-disc-item-title {
  font-size: calc(32/750*100vw);
  line-height: calc(44/32);
  font-weight: bold;
  color: var(--color-main);
}
.block-disc-item-text {
  font-size: calc(30/750*100vw);
  line-height: calc(48/30);
  font-weight: 400;
  margin-top: calc(9/750*100vw);
  color: var(--color-main);
}
.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: var(--color-main);
  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: 149px;
    left: 105px;
  }
  .block-disc-item._02 {
    top: 757px;
    left: 45.5px;
  }
  .block-disc-item._03 {
    top: 1418.5px;
    left: 164.5px;
  }

  
  
  .block-disc-item-title {
    font-size: 18px;
    line-height: calc(44/32);
  }
  .block-disc-item-text {
    font-size: 17px;
    line-height: calc(27 / 17);
    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(69 / 750 * 100vw);
}
.block-beverage-text._02 .btn._s {
  margin-top: calc(27 / 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(277 / 750 * 100vw);
  left: calc(-1 / 750 * 100vw);
  right: 0;
  width: calc(360 / 750 * 100vw);
  height: auto;
  margin: auto;
}
.block-beverage-image01 a {
  display: block;
  
}
.block-beverage-text._01 {
  width: fit-content;
  position: absolute;
  top: calc(966 / 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(1508 / 750 * 100vw);
  left: calc(196 / 750 * 100vw);
  width: calc(353 / 750 * 100vw);
  height: calc(524 / 750 * 100vw);
}
.block-beverage-image02 a {
  display: block;
}
.block-beverage-text._02 {
  width: fit-content;
  position: absolute;
  top: calc(2092 / 750 * 100vw);
  left: calc(132 / 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: 42px;
    margin-left: 3px;
  }
  .block-beverage-text._02 .btn._s {
    margin-top: 20px;
    margin-left: 0;
  }
  .block-beverage-text .btn._s a {
    font-size: 18.335px;
    line-height: calc(100/32);
  }
  
  .block-beverage-image01 {
    top: 155.5px;
    left: -0.5px;
    width: 210px;
    height: 384px;
  }
  .block-beverage-text._01 {
    top: 552.5px;
    left: 76px;
  }
  .block-beverage-text._01 .bev-price .sub {
    top: -2px;
    border: 1px solid var(--color-main);
    border-radius: 2px;
    padding: 2px 11px;
    font-size: 10px;
    line-height: 16px;
    margin-left: 15.5px;
  }
  
  
  .block-beverage-image02 {
    top: 865px;
    left: 111.5px;
    width: 203.5px;
    height: 264.5px;
  }
  .block-beverage-text._02 {
    top: 1196px;
    left: 77.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-banana
---------------------------------------------------------- */
.block-banana-inner {
  width: calc(650/750*100vw);
  padding-top: calc(62/750*100vw);
  margin: 0 auto;
}
.block-banana-bg {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.block-banana-badge {
  position: absolute;
  top: calc(62 / 750 * 100vw);
  left: calc(40 / 750 * 100vw);
  width: calc(180 / 750 * 100vw);
  height: calc(180 / 750 * 100vw);
}
.block-banana-title {
  position: absolute;
  top: calc(64 / 750 * 100vw);
  left: calc(143 / 750 * 100vw);
  width: calc(450 / 750 * 100vw);
  height: calc(222 / 750 * 100vw);
}
.block-banana-link {
  position: absolute;
  top: calc(192 / 750 * 100vw);
  left: calc(171 / 750 * 100vw);
  width: calc(307 / 750 * 100vw);
  height: calc(531 / 750 * 100vw);
}
.block-banana-bev {
  position: absolute;
  top: calc(1242 / 750 * 100vw);
  left: calc(80 / 750 * 100vw);
}
.block-banana-bev a {
  display: block;
  font-size: calc(36/750*100vw);
  line-height: calc(48/36);
  font-weight: bold;
  color: var(--color-white);
}
.block-banana-price {
  display: flex;
  align-items: center;
  position: absolute;
  top: calc(1293 / 750 * 100vw);
  left: calc(81 / 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-banana-price ._size {
  font-size: calc(35.98/750*100vw);
  line-height: calc(56/35.98);
  letter-spacing: 0.03em;
  margin-right: calc(6 / 750 * 100vw);
}
.block-banana-price ._border {
  font-family: "Noto Sans JP", sans-serif;
  border: calc(3 / 750 * 100vw) solid var(--color-white);
  border-radius: 4px;
  padding: 0px calc(10 / 750 * 100vw);
  font-size: calc(22 / 750 * 100vw);
  line-height: calc(32 / 22);
  font-weight: 500;
  color: var(--color-white);
  margin-left: calc(19 / 750 * 100vw);
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
.block-banana-bg ._note {
  position: absolute;
  top: calc(1350 / 750 * 100vw);
  left: calc(81 / 750 * 100vw);
  font-size: calc(20/750*100vw);
  line-height: calc(28/20);
  font-weight: 300;
  color: var(--color-white);
}
.block-banana-lead {
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: calc(63 / 750 * 100vw);
  left: calc(358 / 750 * 100vw);
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(44 / 28);
  font-weight: 600;
  color: #10421f;
}
.block-banana-text {
  position: absolute;
  top: calc(1050 / 750 * 100vw);
  left: calc(60 / 750 * 100vw);
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(48 / 26);
  font-weight: 300;
  text-align: center;
  color: var(--color-white);
}
.block-banana-bg .btn {
  position: absolute;
  top: calc(1427 / 750 * 100vw);
  left: calc(85 / 750 * 100vw);
}
.block-banana-bg .btn a {
  font-size: calc(32 / 750 * 100vw);
  line-height: calc(104 / 750 * 100vw);
  font-weight: bold;
  color: #10421f;
}

@media print, screen and (min-width: 910px) {
  .block-banana-inner {
    width: 372.45px;
    padding-top: 38.5px;
  }
  .block-banana-title {
    top: 101px;
    left: 82px;
    width: 258px;
    height: 110px;
  }
  .block-banana-badge {
    top: 35px;
    left: 22px;
    width: 104px;
    height: 103.5px;
  }
  .block-banana-lead {
    top: 36px;
    left: 204px;
    font-size: 16px;
    line-height: calc(25.21 / 16);
  }
  .block-banana-link {
    top: 105px;
    left: 98px;
    width: 175.5px;
    height: 308px;
  }
  .block-banana-bev {
    top: 709px;
    left: 47px;
  }
  .block-banana-bev a {
    font-size: 20.63px;
    line-height: calc(56/40);
  }
  .block-banana-price {
    top: 738px;
    left: 48px;
    font-size: 19.99px;
    line-height: calc(71/39.97);
  }
  .block-banana-price ._size {
    font-size: 17.99px;
    line-height: calc(56/35.98);
    letter-spacing: 0.03em;
    margin-right: 7px;
  }
  .block-banana-price ._border {
    border: 1.5px solid var(--color-white);
    border-radius: 2px;
    padding: 0px 12px;
    font-size: 11px;
    line-height: calc(16 / 11);
    margin-left: 11px;
  }
  .block-banana-bg ._note {
    top: 772px;
    left: 45px;
    font-size: 11.46px;
    line-height: calc(16.045 / 11.46);
  }
  .block-banana-text {
    top: 600px;
    left: 35.5px;
    font-size: 14.9px;
    line-height: calc(27.505 / 14.9);
  }
  .block-banana-bg .btn {
    top: 814.5px;
    left: 49px;
  }
  .block-banana-bg .btn a {
    font-size: 18.335px;
    line-height: 59.59px;
  }
}

/* ----------------------------------------------------------
block-bev-archive
---------------------------------------------------------- */
.block-bev-archive-inner {
  padding-top: calc(2564/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: 1471px;
  }
  .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(267/750*100vw) 0 calc(160/750*100vw);
  margin: 0 auto;
}

/* _02 _03 */
.block-food-flex {
  position: relative;
  left: calc(95/750*100vw);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: calc(302/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-ttl a {
  font-feature-settings: "palt";
}
.block-food-flex ._01 .bev-price {
  padding-top: calc(25/750*100vw);
}
.block-food-flex ._02 .bev-price {
  padding-top: calc(10/750*100vw);
}
.block-food-flex ._03 .bev-price {
  padding-top: calc(9/750*100vw);
} 
.block-food-flex .bev-text {
  position: relative;
  padding-top: calc(20/750*100vw);
  padding-bottom: calc(33/750*100vw);
  letter-spacing: 0.02em;
}
.block-food-item .btn._brown {
  background-color: var(--color-main);
}
.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(622/750*100vw);
  margin: 0;
  flex: 1;
}
.block-food-flex .block-food-item._01 .block-food-item-text {
  position: relative;
  top: calc(-10 / 750 * 100vw);
  left: calc(33 / 750 * 100vw);
}
.block-food-flex .block-food-item._01 .block-food-item-text::before {
  content: "";
  background-image: url(../images/food/food_img01_sub.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(120/750*100vw);
  height: calc(133/750*100vw);
  position: absolute;
  top: calc(48 / 750 * 100vw);
  right: calc(115 / 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(566 / 750 * 100vw);
  margin: calc(142 / 750 * 100vw) auto 0;
  flex: 1;
  position: relative;
  left: calc(-66 / 750 * 100vw);
}
.block-food-flex .block-food-item._02 .block-food-item-text {
  position: relative;
  top: calc(-7 / 750 * 100vw);
  left: calc(-82 / 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(548 / 750 * 100vw);
  margin: calc(191 / 750 * 100vw) auto 0;
  flex: 1;
  position: relative;
  left: calc(-86 / 750 * 100vw);
}
.block-food-flex .block-food-item._03 .block-food-item-text {
  position: relative;
  top: calc(4 / 750 * 100vw);
  left: calc(-79 / 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 {
  padding-top: calc(40 / 750 * 100vw);
  padding-bottom: calc(77 / 750 * 100vw);
  margin-left: calc(-40 / 750 * 100vw);
}
.block-food .bev-note li {
  font-size: calc(26/750*100vw);
  line-height: calc(40/26);
  color: var(--color-main);
  letter-spacing: 0.02em;
  text-align: left;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}


/* フード一覧はこちら */
.block-food .list-btn {
  left: 0;
  height: calc(76 / 750 * 100vw);
  margin: calc(298/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: 165px 0 80px;
  }
  /* _02 _03 */
  .block-food-flex {
    position: relative;
    left: 8.5px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 101px;
    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 ._01 .bev-price {
    padding-top: 17px;
  }
  .block-food-flex ._02 .bev-price {
    padding-top: 4px;
  }
  .block-food-flex ._03 .bev-price {
    padding-top: 2px;
  }
  .block-food-flex .bev-text {
    left: 0;
    padding-top: 10px;
    padding-bottom: 17px;
  }
  .block-food-item .btn._brown {
    background-color: var(--color-main);
  }


  .block-food-flex .block-food-item._01 {
    top: 0;
    left: -23px;
  }
  .block-food-flex .block-food-item._01 .block-food-item-text {
    width: fit-content;
    top: -6px;
    left: 18px;
  }
  
  .block-food-item._01 .block-food-item-img {
    width: 357.5px;
    padding-top: 15.5px;
  }
  .block-food-flex .block-food-item._01 .block-food-item-text::before {
    width: 70px;
    height: 78px;
    top: 28px;
    right: 14px;
  }
  .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: 326px;
    left: 6px;
    margin: 6px auto 0;
  }
  .block-food-flex .block-food-item._02 .block-food-item-text {
    top: 2px;
    left: 0;
  }
  .block-food-item._02 .bev-ttl {
    padding-top: 17.5px;
  }
  .block-food-item._02 .bev-text {
    width: 295px;
    padding-bottom: 20px;
  }
  .block-food-item._02 .btn._brown {
    left: 36px;
  }

  .block-food-item._03 {
    top: 13px;
    left: 5px;
    width: 100%;
    flex-shrink: 0;
  }
  .block-food-item._03 .block-food-item-img {
    width: 316px;
    margin: 0 auto 0;
    left: -14px;
  }
  .block-food-flex .block-food-item._03 .block-food-item-text {
    top: 6px;
    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 {
    margin-left: -23px;
    padding-top: 25px;
    padding-bottom: 43px;
  }
  .block-food .bev-note li {
    font-size: 14.6px;
    line-height: calc(23 / 14.6);
  }
  
  /* フード一覧はこちら */
  .block-food .list-btn {
    left: 0;
    height: 46px;
    margin: 160px 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(383/750*100vw) 0 calc(160/750*100vw);
  margin: 0 auto;
}
.block-coffee .block-ttl {
  color: #871010;
}

.block-coffee-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  left: calc(-4 / 750 * 100vw);
  margin-top: calc(200 / 750 * 100vw);
  gap: 0;
}
.block-coffee-item-img {
  flex-shrink: 0;
  width: calc(440/750*100vw);
  position: relative;
  left: calc(74 / 750 * 100vw);
}
.block-coffee-item-img a {
  display: block;
}
.block-coffee-item-text .bev-ttl a {
  color: #871010;
}
.block-coffee-item-text {
  width: calc(494/750*100vw);
  margin-top: calc(47/750*100vw);
  color: #871010;
}
.block-coffee-item-text .bev-text {
  margin-top: calc(15/750*100vw);
  color: #871010;
}
.block-coffee-item-text .bev-price {
  padding-top: calc(12 / 750 * 100vw);
  padding-left: calc(5 / 750 * 100vw);
  color: #871010;
}
.block-coffee-item-text .bev-price span {
  display: block;
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(40 / 24);
  color: #871010;
}
.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 {
    position: relative;
    left: -10px;
  }
  .block-coffee-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    left: -6px;
    margin-top: 117px;
    gap: 0;
  }
  .block-coffee-item-img {
    flex-shrink: 0;
    width: 252px;
    left: 46px;

  }
  .block-coffee-item-text {
    width: 281px;
    margin-top: 31.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-coffee-add
---------------------------------------------------------- */
.block-coffee-add {
  position: relative;
}
.block-coffee-add-badge {
  position: absolute;
  top: calc(32/750*100vw);
  left: calc(18/750*100vw);
  width: calc(280/750*100vw);
  height: calc(280/750*100vw);
}
.block-coffee-add-inner {
  width: calc(560/750*100vw);
  padding: calc(383/750*100vw) 0 calc(160/750*100vw);
  margin: 0 auto;
}
.block-coffee-add-ttl {
  position: absolute;
  top: calc(401 / 750 * 100vw);
  left: calc(135 / 750 * 100vw);
  color: var(--colo-green);
  font-size: calc(32 / 750 * 100vw);
  line-height: calc(52 / 32);
  text-align: center;
  font-weight: bold;
}
.block-coffee-add-img {
  position: absolute;
  top: calc(568/750*100vw);
  left: calc(240/750*100vw);
  width: calc(429/750*100vw);
  height: calc(560/750*100vw);
}
.block-coffee-add-bev {
  position: absolute;
  top: calc(1176 / 750 * 100vw);
  left: calc(119 / 750 * 100vw);
}
.block-coffee-add-bev a {
  font-weight: bold;
  color: var(--colo-green);
  font-size: calc(36 / 750 * 100vw);
  line-height: calc(48 / 36);
}
.block-coffee-add-text._01 {
  position: absolute;
  top: calc(1389 / 750 * 100vw);
  left: calc(123 / 750 * 100vw);
  color: var(--colo-green);
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(40 / 26);
}
.block-coffee-add-text._02 {
  position: absolute;
  top: calc(2092 / 750 * 100vw);
  left: calc(99 / 750 * 100vw);
  color: var(--colo-green);
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(40 / 26);
}
.block-coffee-add-price {
  font-family: "SoDoSans";
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: calc(1278 / 750 * 100vw);
  left: calc(122 / 750 * 100vw);
  color: var(--colo-green);
  font-size: calc(36 / 750 * 100vw);
  line-height: calc(48 / 2436);
}
.block-coffee-add-price span {
	font-family: "SoDoSans SemiBold";
	font-style: normal;
	font-weight: 400;
  display: block;
  font-size: calc(24/750*100vw);
  line-height: calc(40 / 24);
  padding-bottom: calc(26/750*100vw);
}

.block-coffee-add-bev-btn {
  position: absolute;
  top: calc(1552 / 750 * 100vw);
  left: calc(194 / 750 * 100vw);
  border: 1px solid var(--colo-green);
  background-color: var(--colo-green);
  border-radius: 22px;
  padding: calc(22 / 750 * 100vw) calc(40 / 750 * 100vw);
  text-align: center;
  width: calc(279 / 750 * 100vw);
  margin: 0 auto;
}
.block-coffee-add-bev-btn a {
  font-weight: bold;
  color: var(--color-white);
  font-size: calc(30/750*100vw);
}


.block-coffee-add-btn {
  position: absolute;
  top: calc(2222/750*100vw);
  left: calc(134/750*100vw);
  border: 1px solid var(--colo-green);
  background-color: var(--color-white);
  border-radius: 22px;
  padding: calc(22/750*100vw) calc(40/750*100vw);
  text-align: center;
  width: calc(398/750*100vw);
  margin: 0 auto;
}
.block-coffee-add-btn a {
  font-weight: bold;
  color: var(--colo-green);
  font-size: calc(28/750*100vw);
}
@media print, screen and (min-width: 910px) {
  .block-coffee-add-inner {
    width: 333px;
    padding: 148px 0 80px;
  }
 .block-coffee-add-ttl {
  top: 228px;
  left: 79px;
  text-align: center;
  font-size: 18px;
  line-height: calc(30 / 18);
  }
  .block-coffee-add-badge {
    top: 19px;
    left: 9px;
    width: 160px;
    height: 160px;
  }
  .block-coffee-add-img {
    top: 326px;
    left: 137px;
    width: 243px;
    height: 320px;
  }
  .block-coffee-add-bev {
    top: 673px;
    left: 68px;
  }
  .block-coffee-add-bev a {
    font-size: 21px;
    line-height: calc(27 / 21);
  }
  .block-coffee-add-text._01 {
    top: 792px;
    left: 69px;
    font-size: 15px;
    line-height: calc(24 / 15);
  }
  .block-coffee-add-text._02 {
    top: 1198px;
    left: 55px;
    font-size: 15px;
    line-height: calc(23 / 15);
  }
  .block-coffee-add-price {
    top: 736px;
    left: 70px;
    font-size: 20px;
  }
  .block-coffee-add-price span {
    font-size: 13.5px;
    line-height: calc(15 / 13.5);
    padding-bottom: 18px;
  }

  .block-coffee-add-bev-btn {
    top: 892px;
    left: 110px;
    width: 208px;
    padding: 11px 22px;
  }
  .block-coffee-add-bev-btn a {
    font-size: 17px;
    line-height: calc(22 / 17);
}

  .block-coffee-add-btn {
    top: 1272px;
    left: 77px;
    width: 275px;
    padding: 11px 22px;
  }
  .block-coffee-add-btn a {
    font-size: 16px;
    line-height: calc(22 / 16);
}
}

/* ----------------------------------------------------------
block-goods
---------------------------------------------------------- */
.block-goods-inner {
  width: calc(626/750*100vw);
  padding: calc(260/750*100vw) 0 calc(160/750*100vw);
  margin: 0 auto;
}
.block-goods .block-ttl {
  color: #871010;
}
.block-goods-item .bev-ttl a {
  color: #871010;
}
.block-goods-item .bev-text {
  color: #871010;
}
.block-goods-item .bev-price {
  color: #871010;
}


/* _01 */
.block-goods-item._01 {
  margin-top: calc(163/750*100vw);
}
.block-goods-item._01 .block-goods-item-img {
  width: calc(531/750*100vw);
  margin: 0 auto;
}

.block-goods-item._01 .block-card-item-text {
  width: calc(584 / 750 * 100vw);
  margin: calc(46 / 750 * 100vw) 0 0 calc(23 / 750 * 100vw);
}
.block-goods-item._01 .bev-text {
  padding-top: calc(27/750*100vw);
}
.block-goods-item._01 .btn._brown {
  margin: calc(33 / 750 * 100vw) auto 0;
}


.block-goods-item._02 {
  margin-top: calc(224/750*100vw);
}
.block-goods-item._02 .block-goods-item-img {
  width: calc(258/750*100vw);
  margin: 0 auto;
}
.block-goods-item._02 .block-card-item-text {
  width: calc(550 / 750 * 100vw);
  margin: calc(53 / 750 * 100vw) 0 0 calc(41 / 750 * 100vw);
}
.block-goods-item._02 .bev-text {
  padding-top: calc(24/750*100vw);
}
.block-goods-item._02 .btn._brown {
  margin: calc(41 / 750 * 100vw) auto 0;
}

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

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

  .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: 25.5px auto 0;
  }
  
  /* _01 */
  .block-goods-item._01 {
    margin-top: 97px;
  }
  .block-goods-item._01 .block-goods-item-img {
    width: 305px;
  }
  .block-goods-item._01 .block-card-item-text {
    width: 345px;
    margin: 27.5px auto 0 0;
  }

  .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: 127px;
  }
  .block-goods-item._02 .block-goods-item-img {
    width: 147.5px;
    margin: 0 auto;
  }
  .block-goods-item._02 .block-card-item-text {
    width: 310px;
    margin: 33.5px auto 0 9px;
  }
  .block-goods-item._02 .bev-text {
    padding-top: 12px;
  }
  .block-goods-item._02 .btn._brown {
    margin: 20.5px auto 0;
  }
  
  /* シーズナルグッズ特集はこちら */
  .block-goods .list-btn {
    margin: 114px auto 0;
    width: 272.75px;
    height: 46.4px;
    border: 2px solid #871010;
  }
}

/* ----------------------------------------------------------
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(240 / 750 * 100vw) 0 calc(160 / 750 * 100vw);
  margin: 0 auto;
}
.block-card-sbcard .block-card-ttl {
  color: #871010;
  text-align: center;
  font-size: calc(100 / 750 * 100vw);
  line-height: calc(120 / 100);
}



.block-card-sbcard .block-card-item {
  position: relative;
  flex-direction: column;
  align-items: center;
  left: 0;
  margin-top: calc(193 / 750 * 100vw);
  gap: calc(79 / 750 * 100vw);
}
.block-card-sbcard .block-card-item-img {
  width: calc(507/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: #871010;
  text-align: center;
  font-size: calc(36 / 750 * 100vw);
  line-height: calc(48 / 36);
  position: relative;
  left: calc(-11 / 750 * 100vw);
}
.block-card-sbcard .bev-note {
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(40 / 26);
  color: #871010;
  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: #871010;
}
.block-card-sbcard .btn._l a {
  line-height: calc(80 / 750 * 100vw);
  color: var(--color-white);
}

.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(39 / 750 * 100vw);
  width: calc(563 / 750 * 100vw);
  height: calc(74 / 750 * 100vw);
  border-radius: calc(48 / 750 * 100vw);
  margin-top: calc(142 / 750 * 100vw);
  border: calc(2 / 750 * 100vw) solid #871010;
}
.block-card-sbcard .list-btn a {
  color: #871010;
}




/* DIGITAL STARBUCKS CARD */
.block-dssbcard-inner {
  width: calc(648 / 750 * 100vw);
  padding: calc(237 / 750 * 100vw) 0 calc(160 / 750 * 100vw);
  margin: 0 auto;
}
.block-card-dssbcard .block-card-ttl {
  color: #871010;
  text-align: center;
  font-size: calc(100 / 750 * 100vw);
  line-height: calc(120 / 100);
}

.block-card-dssbcard .block-card-item {
  align-items: center;
  flex-direction: column;
  gap: calc(112 / 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(508/750*100vw);
  margin-top: calc(67/750*100vw);
}
.block-card-dssbcard .list-btn._l {
  width: calc(658 / 750 * 100vw);
  height: calc(74 / 750 * 100vw);
  left: calc(-4 / 750 * 100vw);
  padding: 0;
  margin-top: calc(130 / 1440 * 100vw);
  border: calc(4 / 750 * 100vw) solid #871010;
}
.block-card-dssbcard .list-btn a {
  font-size: calc(29 / 750 * 100vw);
  line-height: calc(74 / 750 * 100vw);
  color: #871010;
}

@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: 365px;
    padding: 136px 0 80px;
  }
  .block-card-sbcard .block-card-ttl {
    font-size: 57px;
    line-height: calc(68 / 57);
  }
  .block-card-sbcard .block-card-item {
    position: relative;
    flex-direction: column;
    align-items: center;
    gap: 47px;
    left: 0;
    margin-top: 111px;
  }
  .block-card-sbcard .block-card-item-img {
    width: 290.5px;
    margin-top: 4px;
  }
  .block-card-item-text {
    width: 260px;
  }
  .block-card-sbcard .bev-ttl a {
    font-weight: 500;
    color: #871010;
    text-align: center;
    font-size: 21px;
    position: relative;
    left: -7px;
  }
  .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: 21.5px auto 0 27px;
    background-color: #871010;
  }
  .block-card-sbcard .btn._l a {
    font-size: 17.19px;
    line-height: 45.84px;
    color: var(--color-white);
  }
  .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: 16px;
    width: 328.59px;
    height: 45.4px;
    border-radius: 22px;
    margin-top: 101.5px;
    border: 2px solid #871010;
  }
  .block-card-sbcard .list-btn a {
    line-height: 38px;
    color: #871010;
  }
  
  /* DIGITAL STARBUCKS CARD */
  .block-dssbcard-inner {
    width: 374px;
    padding: 203px 0 80px;
  }
  .block-card-dssbcard .block-card-ttl {
    font-size: 57px;
    line-height: calc(68 / 57);
  }
  .block-card-dssbcard .block-card-lead {
    margin-top: 25.5px;
  }
  .block-card-dssbcard .block-card-item {
    align-items: center;
    flex-direction: column;
    gap: 98px;
    position: relative;
    left: 0;
    margin-top: 109.5px;
  }
  .block-card-dssbcard .block-card-item-img {
    width: 293px;
    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: -2px;
    padding: 0;
    margin-top: 3px;
    border: 2px solid #871010;
  }
  .block-card-dssbcard .list-btn a {
    font-size: 16.615px;
    line-height: 42.4px;
    color: #871010;
  }
}

/* ----------------------------------------------------------
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;
  }
}
