@charset "UTF-8";

@font-face {
	font-family: "SoDoSans";
	font-style: normal;
	font-weight: 400;
  src: url("/common/fonts/SoDoSans/SoDoSans-Regular.woff") format("woff"),
  url("/common/fonts/SoDoSans/SoDoSans-Regular.woff2") 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.woff2") format("woff2"),
  url("/common/fonts/SoDoSans/SoDoSans-Bold.woff") format("woff");
}

@font-face {
	font-family: "SoDoSans Black";
	font-style: normal;
	font-weight: 700;
	src: url("/common/fonts/SoDoSans/SoDoSans-Black.woff2") format("woff2"),
  url("/common/fonts/SoDoSans/SoDoSans-Black.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: #fa3b00;
  --color-white: #ffffff;
  --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 {
    display: none;
  }

  .pc-right_bg {
    position: fixed;
    bottom: 16px;
    right: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
    height: 0;
  }


}
@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: #ffc961;
  }


	.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);
    z-index: 2;
  }
  .pc-left_bg {
    width: calc(50vw - 97px);
  }

  .pc-left_bgIn {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: calc(50vw - 215px);
    height: 81vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .pc-left_bgIn img {
    width: 188.5px;
    display: block;
  }

  .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 16px 0px #a2896e;
    z-index: 1;
	}
  .ContentsBox::before {
    content: "";
    background: url(../images/shadow_left.webp) no-repeat center center / cover;
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    display: block;
  }
  .ContentsBox::after {
    content: "";
    background: url(../images/shadow_right.webp) no-repeat center center / cover;
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    display: block;
  }


  
  

  .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;
  }
 

}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg_13 {
  height: calc(1406/750*100vw);
  background-image: url(../images/sp/bg_13.webp);
}
@media print, screen and (min-width: 910px) {
  ._bg {
    margin-top: 0;
  }
	.bg_01 {
		height: 978px;
		background-image: url(../images/bg_01.webp);
	}

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

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

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

	.bg_05 {
		height: 884px;
		background-image: url(../images/bg_05.webp);
    background-size: 100%;
	}


	.bg_06 {
		height: 954px;
		background-image: url(../images/bg_06.webp);
    background-size: 100%;
	}

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

	.bg_08 {
		height: 1955px;
		background-image: url(../images/bg_08.webp);
    background-size: 100%;
	}

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

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

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

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

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

}

/* ----------------------------------------------------------
common
---------------------------------------------------------- */
.block-wrap {
  position: relative;
  color: var(--color-main);
  z-index: 2;
}
/* タイトル  */
.block-ttl {
  font-family: "SoDoSans Black";
  font-weight: 700;
  font-style: normal;
  color: var(--color-main);
  font-size: calc(120/740*100vw);
  line-height: calc(46.67/120);
  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(482/750*100vw);
  height: calc(76/750*100vw);
  background-color: var(--color-main);
}
.btn._brown a {
  color: #fff;
  font-size: calc(28/750*100vw);
  line-height: calc(73/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(479 / 750 * 100vw);
  height: calc(73 / 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(24/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-feature-settings: "palt";
  font-size: calc(40/750*100vw);
  line-height: calc(56/40);
  font-weight: bold;
  text-align: left;
  color: #726664;
}
.bev-price {
  font-family: "SoDoSans SemiBold";
	font-style: normal;
	font-weight: 400;
  font-size: calc(40/750*100vw);
  line-height: calc(56/40);
  text-align: left;
  color: #726664;
  padding-top: calc(11/750*100vw);
}
.bev-text {
  font-size: calc(28/750*100vw);
  line-height: calc(44/28);
  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(27 / 69);
}

/* 商品情報はこちら ボタン */
.btn {
  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: 16.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: 15.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: 14.045px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--color-main);
}

/* 商品パーツ共通 */
.bev-ttl a {
  font-size: 20.5px;
  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: 13.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: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
}
.block-kv-text {
  position: absolute;
}
.block-kv-text a {
  display: block;
  height: 100%;
}

.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 a span {
  display: block;
  position: relative;
  font-weight: 500;
}

.block-kv-text._01 {
  top: calc(739 / 750 * 100vw);
  left: 0;
  width: calc(245 / 750 * 100vw);
  height: calc(459 / 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-link_01 {
    top: 152px;
    width: 220px;
    height: 364px;
  }
  
  
  .block-kv-text._01 {
    top: 635px;
    left: 70px;
    width: 146px;
    height: 96px;
  }
  
  .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 {
  position: relative;
}
.block-lead-text {
  position: absolute;
  width: calc(527 / 750 * 100vw);
  top: calc(77 / 750 * 100vw);
  left: 0;
  right: 0;
  margin: auto;
}

.block-lead-text-disc {
  color: var(--color-main);
  position: absolute;
}
.block-lead-text-disc._01 {
  top: calc(208 / 750 * 100vw);
  left: calc(65 / 750 * 100vw);
}
.block-lead-text-disc._02 {
  top: calc(1470 / 750 * 100vw);
  left: calc(64 / 750 * 100vw);
}
.block-lead-text-disc._02 .block-lead-text-disc-img {
  width: 94%;
  margin: 12px 0 0 -5px;
}
.block-lead-text-disc._03 {
  top: calc(2622 / 750 * 100vw);
  left: calc(328 / 750 * 100vw);
}

.block-lead-text-disc-title {
  font-size: calc(32/750*100vw);
  line-height: calc(44/32);
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: calc(17/750*100vw);
}
.block-lead-text-disc-text {
  font-size: calc(30/750*100vw);
  line-height: calc(44/30);
  font-weight: 500;
}


@media print, screen and (min-width: 910px) {
  .block-lead-text {
    width: 303px;
    top: 77px;
  }

  .block-lead-text-disc._01 {
    top: 120px;
    left: 39px;
  }
  .block-lead-text-disc._02 {
    top: 842px;
    left: 39px;
  }
  .block-lead-text-disc._02 .block-lead-text-disc-img {
    width: 93%;
    margin: 16px 0 0 -6px;
  }
  .block-lead-text-disc._03 {
    top: 1502px;
    left: 189px;
  }

  .block-lead-text-disc-title {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .block-lead-text-disc-text {
    font-size: 16px;
    line-height: calc(25.5 / 16);
    letter-spacing: 0.06em;
  }
}


/* ----------------------------------------------------------
block-beverage
---------------------------------------------------------- */
.block-beverage {
  position: relative;
}
.block-beverage-text .bev-ttl a {
  font-size: calc(40 / 750 * 100vw);
  line-height: calc(56 / 40);
  color: var(--color-main);
  letter-spacing: 0.12em;
}
.block-beverage-text .bev-ttl a span {
  display: block;
  font-size: calc(40 / 750 * 100vw);
  line-height: calc(56 / 40);
  color: var(--color-main);
  font-weight: bold;
  text-align: left;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.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);
  padding-top: calc(10 / 750 * 100vw);
  color: var(--color-main);

}
.block-beverage-text .bev-price span {
  font-size: calc(40 / 750 * 100vw);
  line-height: calc(56 / 40);
  letter-spacing: 0.02em;
}
.block-beverage-text .bev-note {
  font-weight: 500;
  margin-top: calc(19 / 750 * 100vw);
  font-size: calc(24.07 / 750 * 100vw);
  line-height: calc(40.12 / 24.07);
}
.block-beverage-text .btn._s {
  position: relative;
  left: calc(-48 / 750 * 100vw);
  width: calc(560 / 750 * 100vw);
  height: calc(104 / 750 * 100vw);
  border-radius: calc(52 / 750 * 100vw);
  margin-top: calc(19 / 750 * 100vw);
  background-color: var(--color-white);
}
.block-beverage-text .btn._s a {
  font-size: calc(32/750*100vw);
  line-height: calc(100/32);
  font-weight: bold;

  color: var(--color-main);
}

.block-beverage-image01 {
  position: absolute;
  top: calc(259 / 750 * 100vw);
  left: 0;
  right: 0;
  width: calc(401 / 750 * 100vw);
  height: auto;
  margin: auto;
}
.block-beverage-image01 a {
  display: block;
  
}
.block-beverage-text._01 {
  width: fit-content;
  position: absolute;
  top: calc(999 / 750 * 100vw);
  left: calc(143 / 750 * 100vw);
}
.block-beverage-text._01 .bev-price .sub {
  position: relative;
  top: calc(-5 / 750 * 100vw);
  border: calc(2 / 750 * 100vw) solid var(--color-main);
  border-radius: calc(8 / 750 * 100vw);
  padding: calc(2 / 750 * 100vw) calc(9 / 750 * 100vw);
  font-size: calc(21 / 750 * 100vw);
  font-weight: 500;
  margin-left: calc(30 / 750 * 100vw);
}



@media print, screen and (min-width: 910px) {
  .block-beverage-text .bev-ttl a {
    font-size: 23px;
    line-height: 33px;
  }
  .block-beverage-text .bev-ttl a span {
    display: block;
    font-size: 23px;
    line-height: 33px;
    color: var(--color-main);
    font-weight: bold;
    text-align: left;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  .block-beverage-text .bev-price {
    font-size: 23.63px;
    line-height: 28px;
    padding-top: 3px;
  }
  .block-beverage-text .bev-price span {
    font-size: 17.99px;
    line-height: 28px;
    letter-spacing: 0.1em;
  }
  .block-beverage-text .bev-note {
    font-weight: 500;
    margin-top: 11px;
    font-size: 13.5px;
  }
  .block-beverage-text .btn._s {
    width: 322px;
    height: 59.59px;
    border-radius: 29.5px;
    margin-top: 16px;
    left: -30px;

  }
  .block-beverage-text .btn._s a {
    font-size: 18.335px;
    line-height: calc(100/32);
  }
  
  .block-beverage-image01 {
    top: 148.5px;
    left: 0;
    width: 229px;
    height: 411px;
  }
  .block-beverage-text._01 {
    top: 572.5px;
    left: 84px;
}
  .block-beverage-text._01 .bev-price .sub {
    top: -4px;
    border: 1px solid var(--color-main);
    border-radius: 2px;
    padding: 2px 4px;
    font-size: 11px;
    line-height: 1;
    margin-left: 11.5px;
  }
  
}

/* ----------------------------------------------------------
block-chillax
---------------------------------------------------------- */
.block-chillax {
  position: relative;
}

.block-chillax-inner {
  width: calc(650/750*100vw);
  padding-top: calc(199/750*100vw);
  margin: 0 auto;
}

.block-chillax-lead {
  position: relative;
  left: 5px;
  width: fit-content;
  margin: 0 auto;
  color: var(--color-white);
  font-size: calc(28/750*100vw);
  line-height: calc(44/28);
  font-weight: 500;
  text-align: center;
}

.block-chillax-image01 {
  position: absolute;
  top: calc(204 / 750 * 100vw);
  left: calc(70 / 750 * 100vw);
  right: 0;
  width: calc(331 / 750 * 100vw);
  height: calc(491 / 750 * 100vw);
  margin: auto;
}
.block-chillax-image01 a {
  display: block;
  height: 100%;
}


.block-chillax-bev {
  position: absolute;
  top: calc(843 / 750 * 100vw);
  left: calc(147 / 750 * 100vw);
}
.block-chillax-bev a {
  display: block;
  font-size: calc(40/750*100vw);
  line-height: calc(56/40);
  font-weight: bold;
  color: var(--color-white);
}
.block-chillax-price {
  position: absolute;
  top: calc(962 / 750 * 100vw);
  left: calc(145 / 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-chillax-price span {
  font-size: calc(35.98/750*100vw);
  line-height: calc(56/35.98);
  letter-spacing: 0.03em;
}
.block-chillax-price span.sub {
  position: relative;
  top: calc(-4 / 750 * 100vw);
  border: calc(2 / 750 * 100vw) solid var(--color-white);
  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(32 / 750 * 100vw);
}
.block-chillax-text {
  position: absolute;
  top: calc(1027 / 750 * 100vw);
  left: calc(143 / 750 * 100vw);
  color: var(--color-white);
  letter-spacing: 0.01em;
  font-size: calc(30 / 750 * 100vw);
  line-height: calc(44 / 30);
}
.block-chillax-note {
  position: absolute;
  top: calc(1226 / 750 * 100vw);
  left: calc(141 / 750 * 100vw);
  color: var(--color-white);
  text-indent: -1em;
  padding-left: 1em;
}
.block-chillax-note li {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(40 / 24);
  font-weight: 400;
}
.block-chillax .btn {
  position: absolute;
  top: calc(1289 / 750 * 100vw);
  left: calc(96 / 750 * 100vw);
  width: calc(560 / 750 * 100vw);
  height: calc(104 / 750 * 100vw);
  background-color: #fea700;
  border-radius: calc(52 / 750 * 100vw);
}
.block-chillax .btn a {
  font-size: calc(32 / 750 * 100vw);
  line-height: calc(104 / 750 * 100vw);
  font-weight: bold;
  color: var(--color-white);
}

@media print, screen and (min-width: 910px) {
  .block-chillax-inner {
    width: 372.45px;
    padding-top: 113px;
  }

  .block-chillax-lead {
    left: 5px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.07em;
    margin: 0 auto;
  }

  .block-chillax-image01 {
    width: 203px;
    height: 266px;
    top: 121px;
    left: 35px;
  }

  .block-chillax-bev {
    top: 481px;
    left: 84px;
  }
  .block-chillax-bev a {
    font-size: 23.4px;
    line-height: calc(32 / 23.4);
  }
  .block-chillax-price {
    top: 552px;
    left: 83px;
    font-size: 24px;
  }
  .block-chillax-price span {
    font-size: 17.99px;
    line-height: calc(56/35.98);
    letter-spacing: 0.03em;
    margin-right: 2px;
  }
  .block-chillax-price span.sub {
    top: -2px;
    border: 1px solid var(--color-white);
    border-radius: 2px;
    padding: 2px 11px;
    font-size: 10px;
    line-height: 16px;
    margin-left: 13.5px;
  }
  .block-chillax-text {
    top: 588px;
    left: 83px;
    font-size: 17px;
    line-height: calc(25 / 17);
  }
  .block-chillax-note {
    top: 705px;
    left: 79px;
  }
  .block-chillax-note li {
    font-size: 14px;
    line-height: calc(20 / 14);
  }
  .block-chillax .btn {
    top: 740.5px;
    left: 54px;
    width: 320px;
    height: 60px;
    border-radius: 29px;
  }
  .block-chillax .btn a {
    font-size: 18.335px;
    line-height: 59.59px;
  }
}

/* ----------------------------------------------------------
block-tea
---------------------------------------------------------- */
.block-tea {
  position: relative;
}

.block-tea-inner {
  width: calc(650/750*100vw);
  padding-top: calc(428/750*100vw);
  margin: 0 auto;
}

.block-tea-lead {
  position: relative;
  left: 5px;
  width: fit-content;
  margin: 0 auto;
  color: var(--color-white);
  font-size: calc(28/750*100vw);
  line-height: calc(44/28);
  font-weight: 500;
  text-align: center;
}

.block-tea-image01 {
  position: absolute;
  top: calc(252 / 750 * 100vw);
  left: calc(-14 / 750 * 100vw);
  right: 0;
  width: calc(319 / 750 * 100vw);
  height: calc(469 / 750 * 100vw);
  margin: auto;
}
.block-tea-image01 a {
  display: block;
  height: 100%;
}


.block-tea-bev {
  position: absolute;
  top: calc(893 / 750 * 100vw);
  left: calc(144 / 750 * 100vw);
}
.block-tea-bev a {
  display: block;
  font-size: calc(40/750*100vw);
  line-height: calc(56/40);
  font-weight: bold;
  color: var(--color-white);
}
.block-tea-price {
  position: absolute;
  top: calc(1068 / 750 * 100vw);
  left: calc(147 / 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-tea-price span {
  font-size: calc(35.98/750*100vw);
  line-height: calc(56/35.98);
  letter-spacing: 0.03em;
}

.block-tea-text {
  position: absolute;
  color: var(--color-white);
  letter-spacing: 0.01em;
  top: calc(1134 / 750 * 100vw);
  left: calc(147 / 750 * 100vw);
  font-size: calc(30/750*100vw);
  line-height: calc(44/30);
}

.block-tea-note {
  position: absolute;
  top: calc(1334 / 750 * 100vw);
  left: calc(145 / 750 * 100vw);
  color: var(--color-white);
  text-indent: -1em;
  padding-left: 1em;
}
.block-tea-note li {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(40 / 24);
  font-weight: 400;
}

.block-tea .btn {
  position: absolute;
  top: calc(1398 / 750 * 100vw);
  left: calc(95 / 750 * 100vw);
  width: calc(560 / 750 * 100vw);
  height: calc(104 / 750 * 100vw);
  background-color: #fea700;
  border-radius: calc(52 / 750 * 100vw);
}
.block-tea .btn a {
  font-size: calc(32 / 750 * 100vw);
  line-height: calc(104 / 750 * 100vw);
  font-weight: bold;
  color: var(--color-white);
}

@media print, screen and (min-width: 910px) {
  .block-tea-inner {
    width: 372.45px;
    padding-top: 244px;
  }

  .block-tea-lead {
    left: 5px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.07em;
    margin: 0 auto;
  }

  .block-tea-image01 {
    width: 184px;
    height: 256px;
    top: 147px;
    left: -8px;
  }

  .block-tea-bev {
    top: 511px;
    left: 84px;
  }
  .block-tea-bev a {
    font-size: 23.4px;
    line-height: calc(32 / 23.4);
  }
  .block-tea-price {
    top: 609px;
    left: 83px;
    font-size: 24px;
  }
  .block-tea-price span {
    font-size: 17.99px;
    line-height: calc(56/35.98);
    letter-spacing: 0.03em;
    margin-right: 2px;
  }

  .block-tea-text {
    top: 649px;
    left: 83px;
    font-size: 17px;
    line-height: calc(25 / 17);
  }

  .block-tea-note {
    top: 765px;
    left: 81px;
  }
  .block-tea-note li {
    font-size: 14px;
    line-height: calc(20 / 14);
  }

  .block-tea .btn {
    top: 800.5px;
    left: 54px;
    width: 320px;
    height: 60px;
    border-radius: 29px;
  }
  .block-tea .btn a {
    font-size: 18.335px;
    line-height: 59.59px;
  }
}

/* ----------------------------------------------------------
block-bev-archive
---------------------------------------------------------- */
.block-bev-archive-inner {
  padding-top: calc(45/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: 28px;
  }
  .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(271/750*100vw) 0 calc(160/750*100vw);
  margin: 0 auto;
}
.block-food-ttl {
  width: calc(511 / 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(196/750*100vw);
  gap: calc(185/750*100vw);
}
.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 {
  color: var(--color-main);
  letter-spacing: 0.07em;
}
.block-food-flex .bev-price {
  color: var(--color-main);

}
.block-food-flex .bev-text {
  position: relative;
  padding-top: calc(6/750*100vw);
  padding-bottom: calc(29/750*100vw);
}
.block-food-flex .btn._s {
  margin: 0 auto;
}


.block-food-item._01 .block-food-item-img {
  position: relative;
  width: calc(530/750*100vw);
  margin: 0 auto;
  flex: 1;
}
.block-food-flex .block-food-item._01 .block-food-item-text {
  position: relative;
  top: calc(5 / 750 * 100vw);
  left: calc(62 / 750 * 100vw);
}
.block-food-item-img a {
  display: block;
}
.block-food-item._01 .bev-text {
  word-break: keep-all;
  line-height: 1.56;
}
.block-food-item._01 .btn._brown {
  position: relative;
  left: calc(-37 / 750 * 100vw);
  background-color: var(--color-white);
}
.block-food-item._01 .btn._brown a {
  color: var(--color-main);
}



.block-food-item._02 .block-food-item-img {
  position: relative;
  left: calc(21 / 750 * 100vw);
  width: calc(369 / 750 * 100vw);
  margin: 0 auto;
  flex: 1;
}
.block-food-flex .block-food-item._02 .block-food-item-text {
  position: relative;
  top: calc(-7 / 750 * 100vw);
  left: calc(60 / 750 * 100vw);
}
.block-food-item-img a {
  display: block;
}
.block-food-item._02 .bev-text {
  word-break: keep-all;
  line-height: 1.56;
}
.block-food-item._02 .btn._brown {
  position: relative;
  left: calc(-38 / 750 * 100vw);
  background-color: var(--color-white);
}
.block-food-item._02 .btn._brown a {
  color: var(--color-main);
}



.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(173/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: 154px 0 80px;
  }
  .block-food-ttl {
    width: 100%;
  }
  .block-food-flex {
    position: relative;
    left: 12px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 109px;
    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-ttl a {
    font-size: 22.5px;
  }
  .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 .block-food-item-text {
    width: fit-content;
    top: -3px;
    left: 18px;
  }
  
  .block-food-item._01 .block-food-item-img {
    left: -19px;
    width: 306px;
    padding-top: 4.5px;
  }

  .block-food-item._01 .bev-text {
    font-size: 15.9px;
    padding-top: 9px;
    padding-bottom: 17px;
    line-height: 1.56;
  }
  .block-food-item._01 .btn._brown {
    left: -22px;
    width: 274px;
  }
  
  .block-food-item._02 {
    position: relative;
    left: -11.5px;
    width: 100%;
    flex-shrink: 0;
  }
  .block-food-item._02 .block-food-item-img {
    width: 212px;
    left: 0;
    margin: -32px auto 0;
  }
  .block-food-flex .block-food-item._02 .block-food-item-text {
    top: -3px;
    left: 29px;
  }
  .block-food-item._02 .bev-ttl {
    padding-top: 17.5px;
  }
  .block-food-item._02 .bev-text {
    width: 284px;
    font-size: 15.9px;
    padding-top: 9px;
    padding-bottom: 17px;
    line-height: 1.56;
  }
  .block-food-item._02 .btn._brown {
    left: -22px;
    width: 274px;
  }

  .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: 98px auto 0;
    border-radius: 22px;
  }
  .block-food .info-link {
    margin: 33.5px auto 0;
  }
}

/* ----------------------------------------------------------
block-coffee
---------------------------------------------------------- */
.block-coffee-inner {
  width: calc(636 / 750 * 100vw);
  padding: calc(271 / 750 * 100vw) 0 calc(160 / 750 * 100vw);
  margin: 0 auto;
}
.block-coffee-ttl { 
  position: relative;
  width: calc(655.5 / 740 * 100vw);
  margin-bottom: calc(141 / 750 * 100vw);
}
.block-coffee-head {
  text-align: center;
  margin-bottom: calc(112 / 750 * 100vw);
}
.block-coffee-head img {
  width: 100%;
  margin-bottom: calc(94 / 750 * 100vw);
}
.block-coffee-head-ttl {
  font-weight: bold;
  font-size: calc(40 / 750 * 100vw);
  line-height: calc(56 / 40);
  margin-bottom: calc(8 / 750 * 100vw);

}
.block-coffee-head-price {
	font-family: "SoDoSans";
	font-style: normal;
	font-weight: 400;
  font-size: calc(40 / 750 * 100vw);
  line-height: calc(56 / 40);
  margin-bottom: calc(14 / 750 * 100vw);
}
.block-coffee-head-text {
  position: relative;
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(52 / 28);
}
.block-coffee-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(52 / 750 * 100vw);
  margin-bottom: calc(44 / 750 * 100vw);
}
.block-coffee-item._01 {
  left: calc(6 / 750 * 100vw);
}
.block-coffee-item._02 {
  flex-direction: row-reverse;
}
.block-coffee-item._03 {
  left: calc(4 / 750 * 100vw);
}

.block-coffee-item img {
  width: 100%;
}
.block-coffee-item-img {
  width: calc(256 / 750 * 100vw);
  flex-shrink: 0;
}
._02 .block-coffee-item-img {
  width: calc(259 / 750 * 100vw);
}
._03 .block-coffee-item-img {
  width: calc(258 / 750 * 100vw);
}
.block-coffee-item-text {
  flex: 1;
  position: relative;
  top: -3px;
  left: -6px;
}
.block-coffee-item-text-artist {
  font-size: calc(26 / 750 * 100vw);
  line-height: 1;
  font-weight: 500;
  padding-left: calc(59 / 750 * 100vw);
  margin-bottom: calc(8 / 750 * 100vw);
}
.block-coffee-item-text-name {
  font-size: calc(32 / 750 * 100vw);
  line-height: 1;
  font-weight: bold;
  padding-left: calc(59 / 750 * 100vw);
  margin-bottom: calc(8 / 750 * 100vw);
}

.block-coffee-item .btn {
  position: relative;
  top: 4px;
  left: 8px;
  width: calc(319 / 750 * 100vw);
  background-color: var(--color-white);
}
.block-coffee-item .btn a {
  color: var(--color-main);
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(74 / 750 * 100vw);
}
.block-coffee-inner .list-btn {
  margin: calc(180 / 750 * 100vw) auto 0;
}
@media print, screen and (min-width: 910px) {
  .block-coffee-inner {
    width: 368.45px;
    padding: 150px 0 80px;
  }
  .block-coffee-head {
    margin-bottom: 65px;
  }
  .block-coffee-ttl {
    width: 374px;
    margin-bottom: 82px;
    left: 4px;
  }
  .block-coffee-head img {
    margin-bottom: 53px;
  }
  .block-coffee-head-ttl {
    font-size: 23px;
    line-height: calc(33 / 23);
    margin-bottom: 0;
  }
  .block-coffee-head-price {
    font-size: 22.9px;
    margin-bottom: 10px;
  }
  .block-coffee-head-text {
    font-size: 16px;
    line-height: calc(29.5 / 16);
    letter-spacing: 0.01em;
    left: 3px;
  }
  .block-coffee-item {
    position: relative;
    gap: 28px;
    margin-bottom: 27px;
  }
  .block-coffee-item._01 {
    left: 6px;
  }
  .block-coffee-item._02 {
    left: -4px;
    gap: 13px;
  }
  .block-coffee-item._03 {
    left: 6px;
  }


  .block-coffee-item-img {
    width: 146px;
    height: 350px;
  }
  ._02 .block-coffee-item-img {
    width: 146px;
    height: 350px;
  }
  ._03 .block-coffee-item-img {
    width: 145px;
    height: 350px;
  }
  .block-coffee-item-text {
    top: -4px;
  }
  .block-coffee-item-text-artist {
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    padding-left: 33px;
    margin-bottom: 4px;
  }
  ._02 .block-coffee-item-text-artist {
    padding-left: 39px;
  }
  ._03 .block-coffee-item-text-artist {
    padding-left: 29px;
  }

  .block-coffee-item-text-name {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    padding-left: 34px;
    margin-bottom: 4px;
  }
  ._02 .block-coffee-item-text-name {
    padding-left: 39px;
  }
  ._03 .block-coffee-item-text-name {
    padding-left: 28px;
  }

  .block-coffee-item .btn {
    top: 4px;
    left: 3px;
    width: 185px;
    height: 46px;
    border-radius: 22px;
    margin: 0 auto;
  }
  .block-coffee-item .btn a {
    font-size: 16px;
    line-height: 46px;
  }
  .block-coffee-inner .list-btn {
    margin: 106px auto 0;
  }
}

/* ----------------------------------------------------------
block-discovery
---------------------------------------------------------- */
.block-discovery-inner {
  width: calc(636 / 750 * 100vw);
  padding: calc(191 / 750 * 100vw) 0 calc(160 / 750 * 100vw);
  margin: 0 auto;
}
.block-discovery-ttl {
  position: relative;
  left: calc(14 / 740 * 100vw);
  width: calc(598 / 740 * 100vw);
  margin-bottom: calc(41 / 750 * 100vw);
}
.block-discovery-lead {
  text-align: center;
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(52 / 28);
  font-weight: 500;
  margin-bottom: calc(30 / 750 * 100vw);
}
.block-discovery-lead a {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  text-decoration-color: var(--color-main);
}

.block-discovery-img {
  width: 90%;
  margin: 0 auto calc(94 / 750 * 100vw);
}
.block-discovery-img a {
  display: block;
}
@media print, screen and (min-width: 910px) {
  .block-discovery-inner {
    width: 368.45px;
    padding: 105px 0 80px;
  }
  .block-discovery-ttl {
    width: 342px;
    margin-bottom: 26px;
    left: 14px;
    position: relative;
  }
  .block-discovery-lead {
    font-size: 16px;
    line-height: calc(29.5 / 16);
    letter-spacing: 0.01em;
    margin-bottom: 19px;
  }
  .block-discovery-img {
    width: 89%;
    margin: 0 auto;
  }
}
/* ----------------------------------------------------------
block-goods
---------------------------------------------------------- */
.block-goods-inner {
  width: calc(626/750*100vw);
  padding: calc(277/750*100vw) 0 calc(160/750*100vw);
  margin: 0 auto;
}
.block-goods-ttl {
  width: calc(399.5/750*100vw);
  margin: 0 auto;
}
.block-goods-item .bev-ttl a {
  font-feature-settings: normal;
  color: var(--color-main);
}
.block-goods-item .bev-price {
  color: var(--color-main);
}

/* _01 */
.block-goods-item._01 {
  margin-top: calc(138/750*100vw);
}
.block-goods-item._01 .block-goods-item-img {
  width: calc(602/750*100vw);
  margin: 0 auto;
}
.block-goods-item._01 .block-card-item-text {
  width: calc(526 / 750 * 100vw);
  margin: calc(72 / 750 * 100vw) auto 0;
}
@media screen and (max-width: 909px) {
  .block-goods-item._01 .block-card-item-text {
    margin: calc(71 / 750 * 100vw) auto 0 calc(57 / 750 * 100vw);
  }
}

.block-goods-item._01 .bev-text,
.block-goods-item._02 .bev-text {
  font-feature-settings: "palt";
  letter-spacing: 0.078em;
}
.block-goods-item._01 .bev-text {
  padding-top: calc(11/750*100vw);
}
.block-goods-item._01 .btn._brown {
  margin: calc(31 / 750 * 100vw) auto 0;
  width: calc(592 / 750 * 100vw);
  height: calc(76 / 750 * 100vw);
  position: relative;
  left: calc(-32 / 750 * 100vw);
  background-color: var(--color-white);
}
.block-goods-item._01 .btn._brown a {
  color: var(--color-main);
}


.block-goods-item._02 {
  margin-top: calc(253/750*100vw);
}
.block-goods-item._02 .block-goods-item-img {
  width: calc(413/750*100vw);
  margin: 0 auto;
}
.block-goods-item._02 .block-card-item-text {
  width: calc(560 / 750 * 100vw);
  margin: calc(53 / 750 * 100vw) auto 0 calc(38 / 750 * 100vw);
}
.block-goods-item._02 .bev-text {
  padding-top: calc(32/750*100vw);
}
.block-goods-item._02 .btn._brown {
  margin: calc(43 / 750 * 100vw) auto 0;
}


.block-goods-item._03 {
  margin-top: calc(220/750*100vw);
}
.block-goods-item._03 .block-goods-item-img {
  width: calc(564/750*100vw);
  margin: 0 auto;
}
.block-goods-item._03 .block-card-item-text {
  width: calc(560 / 750 * 100vw);
  margin: calc(53 / 750 * 100vw) auto 0 calc(38 / 750 * 100vw);
}
.block-goods-item._03 .bev-price {
  padding-top: calc(22/750*100vw);
}
.block-goods-item._03 .bev-text {
  padding-top: calc(27/750*100vw);
}
.block-goods-item._03 .btn._brown {
  margin: calc(43 / 750 * 100vw) auto 0;
}

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

@media print, screen and (min-width: 910px) {
  .block-goods-inner {
    width: 334px;
    padding: 157px 0 80px;
  }
  .block-goods-ttl {
    width: 68%;
  }
  .block-goods-item .bev-ttl a {
    font-size: 22.5px;
    line-height: 1.4;
  }
  .block-goods-item .bev-price {
    padding-top: 11px;
    font-size: 21.865px;
  }
  .block-goods-item .bev-text {
    padding-top: 13px;
    font-size: 16px;
  }
  .block-goods-item._01 .btn._brown,
  .block-goods-item._02 .btn._brown {
    margin: 18.5px auto 0;
    width: 338px;
    height: 44px;
    left: -22px;
  }
  
  /* _01 */
  .block-goods-item._01 {
    margin-top: 81px;
  }
  .block-goods-item._01 .block-goods-item-img {
    width: 345px;
    position: relative;
    left: -5px;
  }
  .block-goods-item._01 .block-card-item-text {
    width: 294px;
    margin: 39px auto 0;
  }

  .block-goods-item._01 .bev-text,
  .block-goods-item._02 .bev-text {
    padding-top: 11px;
    font-size: 16px;
    line-height: calc(25 / 16);
    letter-spacing: 0.09em;
  }

  .block-goods-item._01 .btn._l {
    width: 240px;
    height: 38px;
    font-size: 14px;
    margin: 16.5px auto 0;
  }
 
  
  .block-goods-item._02 {
    margin-top: 144px;
  }
  .block-goods-item._02 .block-goods-item-img {
    width: 236.5px;
    margin: 0 auto;
  }
  .block-goods-item._02 .block-card-item-text {
    width: 321px;
    margin: 33.5px auto 0;
  }
  .block-goods-item._02 .bev-text {
    padding-top: 17px;
    font-size: 15px;
  }
  .block-goods-item._02 .btn._brown {
    margin: 24.5px auto 0;
  }

  .block-goods-item._03 {
    margin-top: 126px;
  }
  .block-goods-item._03 .block-goods-item-img {
    width: 323.5px;
    margin: 0 auto;
  }
  .block-goods-item._03 .block-card-item-text {
    width: 311.5px;
    margin: 33.5px 0 0;
  }
  .block-goods-item._03 .bev-price {
    padding-top: 8px;
  }
  .block-goods-item._03 .bev-text {
    padding-top: 17px;
    font-size: 15px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }
  .block-goods-item._03 .btn._brown {
    margin: 24.5px auto 0;
  }
  
  /* シーズナルグッズ特集はこちら */
  .block-goods .list-btn {
    margin: 100px auto 0 11px;
    width: 339.75px;
    height: 46.4px;
    border: 2px solid var(--color-main);
    left: -14px;
  }
}


/* ----------------------------------------------------------
block-daytrip
---------------------------------------------------------- */
.block-daytrip-inner {
  width: calc(626 / 750 * 100vw);
  padding: calc(194 / 750 * 100vw) 0 calc(160 / 750 * 100vw);
  margin: 0 auto;
}
.block-daytrip-text {
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(40 / 26);
  font-weight: 500;
  text-align: center;
  margin-top: calc(73 / 750 * 100vw);
  margin-left: calc(16 / 750 * 100vw);
}
.block-daytrip .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(1179 / 1440 * 100vw) auto 0 calc(69 / 750 * 100vw);
}
.block-daytrip .list-btn a {
  font-size: calc(29 / 750 * 100vw);
}
@media print, screen and (min-width: 910px) {
  .block-daytrip-inner {
    width: 372.45px;
    padding-top: 74px;
  }
  .block-daytrip-text {
    font-size: 15px;
    line-height: 23px;
    margin-top: 78px;
    margin-left: 8px;
  }
  .block-daytrip .list-btn {
    margin: 353px auto 0 40px;
    width: 272.75px;
    height: 46.4px;
    border: 2px solid var(--color-main);
}
.block-daytrip .list-btn a {
  font-size: 17px;
}
}


/* ----------------------------------------------------------
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(675 / 750 * 100vw);
  padding: calc(271 / 750 * 100vw) 0 calc(160 / 750 * 100vw);
  margin: 0 auto;
}
.block-card-sbcard .block-card-ttl {
  width: calc(640/750*100vw);
  letter-spacing: 0.09em;
  position: relative;
  margin: 0 auto;
  margin-bottom: calc(45 / 750 * 100vw);
}
.block-card-sbcard .block-card-item {
  position: relative;
  flex-direction: column;
  align-items: center;
  left: 0;
  margin-top: calc(80/750*100vw);
  gap: calc(40/750*100vw);
}
.block-card-sbcard .bev-ttl {
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(44 / 28);
  text-align: center;
  margin-top: 0px;
  position: relative;
  letter-spacing: 0;
  font-weight: 500;
  left: calc(8 / 750 * 100vw);
}
.block-card-sbcard .bev-note {
  font-size: calc(24 / 750 * 100vw);
  line-height: calc(36 / 24);
  color: var(--color-main);
  text-align: center;
  font-weight: 500;
  margin-top: calc(30 / 750 * 100vw);
  margin-left: calc(9 / 750 * 100vw);
  word-break: keep-all;
}
.block-card-sbcard .bev-link {
  margin-bottom: calc(70 / 750 * 100vw);
}
.block-card-sbcard .bev-link a {
  text-align: center;
  display: block;
  margin-top: calc(48 / 750 * 100vw);
  margin-left: calc(-2 / 750 * 100vw);
  letter-spacing: 0;
  font-size: calc(28 / 750 * 100vw);
  line-height: calc(28 / 750 * 100vw);
  color: var(--color-main);
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: calc(2 / 750 * 100vw);
  text-underline-offset: calc(14 / 750 * 100vw);
  text-decoration-color: var(--color-main);
}
.block-card-sbcard .block-card-text {
  position: relative;
  left: calc(8 / 750 * 100vw);
  font-size: calc(32/750*100vw);
  line-height: calc(64/32);
  text-align: center;
  font-weight: 500;
}
.block-card-sbcard .block-card-item-img {
  width: 100%;
  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-main);
  text-align: center;
}
/* .block-card-sbcard .bev-note {
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(40 / 26);
  color: var(--color-main);
  text-align: center;
  font-weight: 500;
  margin-top: calc(24 / 750 * 100vw);
  margin-left: calc(9 / 750 * 100vw);
  word-break: keep-all;
} */
.block-card-sbcard .btn._l {
  width: calc(483 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
  border-radius: calc(40 / 750 * 100vw);
  margin: calc(150 / 750 * 100vw) auto 0;
  background-color: var(--color-white);
}
.block-card-sbcard .btn._l a {
  line-height: calc(80 / 750 * 100vw);
  color: var(--color-main);
}

.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(98 / 750 * 100vw);
  width: calc(476 / 750 * 100vw);
  height: calc(74 / 750 * 100vw);
  border-radius: calc(48 / 750 * 100vw);
  margin-top: calc(40 / 750 * 100vw);
}




/* DIGITAL STARBUCKS CARD */
.block-dssbcard-inner {
  width: calc(698 / 750 * 100vw);
  padding: calc(106 / 750 * 100vw) 0 calc(160 / 750 * 100vw);
  margin: 0 auto;
}
.block-card-dssbcard .block-card-ttl {
  width: calc(640/750*100vw);
  margin: 0 auto;
}
.block-card-dssbcard .block-card-item {
  align-items: center;
  flex-direction: column;
  gap: calc(59 / 750 * 100vw);
  position: relative;
  left: 0;
  margin-top: calc(122/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: 98%;
  margin-top: calc(-19/750*100vw);
}
.block-card-dssbcard .list-btn._l {
  width: calc(476 / 750 * 100vw);
  height: calc(94 / 750 * 100vw);
  left: 0;
  padding: 0;
  margin-top: calc(80 / 1440 * 100vw);
  border-radius: calc(60 / 750 * 100vw);
}
.block-card-dssbcard .list-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(26 / 750 * 100vw);
  line-height: calc(38 / 750 * 100vw);
  height: 100%;

}

@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: 387px;
    padding: 149px 0 80px;
  }
  .block-card-sbcard .block-card-ttl {
    width: 368px;
    margin-bottom: 26px;
  }
  .block-card-sbcard .block-card-text {
    position: relative;
    left: 4px;
    font-size: 16.5px;
    line-height: calc(36 / 16.5);
    text-align: center;
    letter-spacing: 0.09em;
    font-weight: 500;
  }
  .block-card-sbcard .block-card-item {
    position: relative;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    left: 0;
    margin-top: 48px;
  }
  .block-card-sbcard .block-card-item-img {
    width: 100%;
    margin-top: 4px;
  }
  .block-card-item-text {
    width: 360px;
  }

  .block-card-sbcard .bev-ttl {
    font-size: 15px;
    line-height: calc(26 / 15);
    text-align: center;
    margin-top: 0px;
    position: relative;
    letter-spacing: 0.07em;
    left: 4px;
  }
  .block-card-sbcard .bev-note {
    font-size: 12.9px;
    line-height: 22px;
    margin-top: 15.5px;
    margin-left: 6px;
    letter-spacing: 0.07em;
  }
  .block-card-sbcard .bev-link {
    margin-bottom: 33px;
  }
  .block-card-sbcard .bev-link a {
    text-align: center;
    display: block;
    margin-top: 23.5px;
    margin-left: 6px;
    letter-spacing: 0.07em;
    font-size: 15px;
    line-height: 22px;
    color: var(--color-main);
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
    text-decoration-color: var(--color-main);
  }
  .block-card-sbcard .btn._l {
    width: 278px;
    height: 45.84px;
    border-radius: 22.5px;
    margin-top: 84.5px;
  }
  .block-card-sbcard .btn._l a {
    font-size: 17.19px;
    line-height: 45.84px;
    color: var(--color-main);
  }
  .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: 56px;
    width: 273.59px;
    height: 45.4px;
    border-radius: 22px;
    margin-top: 21.5px;
}
  .block-card-sbcard .list-btn a {
    line-height: 38px;
  }
  
  /* DIGITAL STARBUCKS CARD */
  .block-dssbcard-inner {
    width: 395px;
    padding: 44px 0 80px;
  }
  .block-card-dssbcard .block-card-ttl {
    width: 367px;
  }
  .block-card-dssbcard .block-card-lead {
    margin-top: 25.5px;
  }
  .block-card-dssbcard .block-card-item {
    align-items: center;
    flex-direction: column;
    gap: 42px;
    position: relative;
    left: 0;
    margin-top: 62.5px;
  }
  .block-card-dssbcard .block-card-item-img {
    width: 100%;
    margin-top: -7px;
  }
  .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: 275.89px;
    height: 55.4px;
    left: 0;
    padding: 0;
    margin-top: 16px;
    border-radius: 30px;
  }
  .block-card-dssbcard .list-btn a {
    font-size: 15px;
    line-height: 22px;
    height: 100%;
  }
}


/* ----------------------------------------------------------
section_30years
---------------------------------------------------------- */
.section_30years {
  position: relative;
  content: "";
  background: url(/cafe/peach2026/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: 53px;
  }
  .section_30years_text {
    font-size: 16.045px;
    margin-bottom: 30px;
  }
  .section_30years_btn {
    left: 4px;
    width: 375px;
    height: 61px;
    border-radius: 30px;
  }
  .section_30years_btn a {
    font-size: 18.5px;
    line-height: 61px;
  }
}
