




@charset "utf-8";
/* ==========================================================================
Base
========================================================================== */
/*!
 * @acab/reset.css
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* もちろん、より直感的なbox-sizingに設定 */
  margin: 0; /* マージンは0に */
  padding: 0; /* パディングも常に0に */
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important; /* hiddenは非表示を意味します */
}

:where(html) {
  -webkit-text-size-adjust: none; /* iOSのランドスケープでテキストが調整されないようにする */
  color-scheme: dark light; /* ユーザーがダークテーマを好む場合、自動的にダークテーマになる */
height: -webkit-fill-available;

}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth; /* 何かにフォーカスがある場合のみスムーズスクロール */
  }
}
:where(body) {
  -webkit-font-smoothing: antialiased; /* テキストのレンダリングを改善 */
  block-size: 100%; /* サファリ以外のブラウザのフォールバック */
  block-size: 100dvb; /* 1dvbは動的ビューポートの長さの1%、100dvbで高さいっぱいに */
  font-family: system-ui, sans-serif; /* timeの代わりにシステムフォントを使用 */
  line-height: 1.5; /* アクセシブルな行の高さ */
height: -webkit-fill-available;

}

:where(input, button, textarea, select) {
  color: inherit; /* カラーも継承 */
  font: inherit; /* フォーム コントロールは親フォントを継承 */
}

:where(textarea) {
  resize: vertical; /* テキストエリアの水平リサイズを無効に */
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer; /* インタラクティブなものにカーソルを合わせる */
}

:where(:disabled) {
  cursor: not-allowed; /* フォームコントロール無効時のカーソルを許可しない */
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed; /* ラベルにもカーソルを許可しない */
}

:where(button) {
  border-style: solid; /* ボタンのボーダーのスタイルを設定しやすくする */
}

:where(a) {
  text-underline-offset: 0.2ex; /* 下線の上にスペースを追加する */
}

:where(ul, ol) {
  list-style: none; /* ビュレットを削除、必要に応じて手動で追加する */
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block; /* 置換された要素をより予測可能にする */
}

:where(img, picture, svg) {
  block-size: auto; /* アスペクト比を保持 */
  max-inline-size: 100%; /* images should never overflow past the available space */
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word; /* 長い単語は改行 */
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem); /* 見出しの行の高さを減らす */
}
h2{
	margin: 0
}
:where(hr) {
  block-size: 0;
  /* より一貫性のある、スタイリッシュなhr */
  border: none;
  -webkit-border-before: 1px solid;
  border-block-start: 1px solid;
  color: inherit;
  overflow: visible;
}

:where(:focus-visible) {
  /* より一貫性のある、カスタマイズ可能なフォーカスのアウトライン */
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

/* .visually-hiddenは後のカスケードレイヤーを上書きするために!importantを使用 */
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

:root {
  --line-height-l: 2;
  --line-height-m: 1.75;
  --line-height-s: 1.5;
  --line-height-xs: 1.3;
  --letter-spacing-l: 0.12em;
  --letter-spacing-m: 0.08em;
  --letter-spacing-s: 0em;
}

/* Base
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-l);
}


:where(a) {
  color: inherit;
  text-decoration: none;
}
:where(a):hover {
  text-decoration: none;
}
:where(ol),
:where(ul),
:where(dl) {
  list-style: none;
}

:where(em),
:where(i) {
  font-style: normal;
}

:where(h1),
:where(h2),
:where(h3),
:where(h4),
:where(h5),
:where(h6) {
  font-size: 1.6rem;
  font-weight: 700;
:where(p) {
}

  font-size: 14px;
  font-weight: 700;
  line-height: var(--line-height-m);
  margin-top: 15px;
}
@media print, screen and (min-width:768px) {
  :where(p) {
    font-size: 15px;
    margin-top: 0;
  }
}
:where(p).-center {
  text-align: center;
}

:where(em) {
  font-style: normal;
  font-weight: 500;
}

:where(img) {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width:768px) {
  .sp-only {
    display: none;
  }
}
@media print, screen and (max-width:767px) {
  .sp-only {
    display: block;
  }
}
inut,
select,
textarea,
legend,
label,
form,
button {
  display: block;
  background-color: transparent;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  appearance: none;
}
button:focus-visible {
  outline-offset: 4px;
  border-radius: 4px;
}
::placeholder {
  color: #333;
}
/* visually-hidden */
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip-path: inset(50%);
}


/* ==========================================================================
Layout
========================================================================== */
/* ==========================================================================
Component
========================================================================== */
main{
	padding:0
}
@media (max-width: 767px) {
    header.global.common .header_ec_list {
        right: 50px;
        top: 42%;
    }
}
header.global {
    position: relative;
    z-index: 1000;
    background: #fff;
    padding: 0 0 10px;
}
#gohoubipalet-top{
  color: #333;
  position: relative;
  display: flex;
  justify-content:center;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 900;
    font-style: normal;
}
#gohoubipalet-top .item-box{
  opacity:0;
  position: relative;
}
#gohoubipalet-top .item-box.displayed{
  animation: fadeUp 1s forwards;
}
@keyframes fadeUp{
  0%{opacity:0; transform: translateY(20px);}
100%{opacity:1; transform: translateY(0);}
}
#gohoubipalet-top section.right-section,#gohoubipalet-top section.left-section{
  position: fixed;
  width: calc((100% - 800px) / 2);
  /* max-width: calc((100% - 800px) / 2); */
  left: 0;
  top: 0;
  /* transform: translateY(-50%); */
  display:flex;
  justify-content:center;
  height: 100vh;
  align-items:center;
  flex-direction: column;
  overflow: hidden;
  z-index: 5;
  background: #FBE1E2;
  background: linear-gradient(125deg, rgba(251, 225, 226, 1) 0%, rgba(255, 251, 245, 1) 50%, rgba(255, 245, 218, 1) 100%);
}
#gohoubipalet-top section.left-section .lead-wrap{
	width:100%
}
#gohoubipalet-top section.main-section{
  padding: 0;
  max-width: 800px;
  width: 57%;
  box-shadow: 0 0 23px #00000054;
  overflow: hidden;
  z-index: 1;
}
#gohoubipalet-top section.main-section .lead-wrap p{
	text-align:center;
	font-size: clamp(15px,2.5vw,20px);
	margin: 20px auto 0;
}
main-section::after{
	display:none
}
@media screen and (min-width:1401px){
	#gohoubipalet-top section.left-section .ank-wrap, #gohoubipalet-top section.left-section h3{
		display:none
	}
}
@media screen and (max-width:1400px){
#gohoubipalet-top section.left-section{
  width: calc(100% - 57%);
}
	#gohoubipalet-top section.right-section{
		display:none;
		opacity: 0;
	}
	#gohoubipalet-top section.left-section .ank-wrap{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin: 18px auto 0;
		gap: 10px;
		padding: 0 10px;
		width: 100%;
	}
	#gohoubipalet-top section.left-section p{
		font-size: 15px!important;
	}
	#gohoubipalet-top section.left-section h3{
		margin: 30px 0 0;
		aspect-ratio: 355/52;
		width: 60%;
		height: 4vh;
	}
	#gohoubipalet-top section.left-section h1 img,#gohoubipalet-top section.left-section h3 img{
		height:100%;
		object-fit: contain;
	}
	#gohoubipalet-top section.left-section .ank-wrap li{
		height: 9vh;
	}
	#gohoubipalet-top{
	display: block;
	}
#gohoubipalet-top section.main-section{
	box-shadow: none;
	margin: 0 0 0 auto;
}
}
#gohoubipalet-top::after{
	display:none
}
@media screen and (max-height:765px) and (min-width:800px){
  #gohoubipalet-top section.left-section .ank-wrap{
	  gap:5px
	}
	#gohoubipalet-top section.left-section h3{
		margin-top:15px
	}
	#gohoubipalet-top section.left-section .ank-wrap li{height: 10vh;}
	#gohoubipalet-top section.left-section .ank-wrap li a{padding: 8px 10px;}
	#gohoubipalet-top h1{
		height: 42vh!important;
	}
}
#gohoubipalet-top h1{
	max-width: 600px;
	margin: 0 auto;
	width: 95%;
	height: 37vh;
}
#gohoubipalet-top h1 img{
	height:100%;
	object-fit:contain
}
.lead-text{
	margin: 0 0 0 auto;
	padding: 5vh 3px 5vh 3vw;
	background: #fff;
	border:2px solid;
	border-top-left-radius: 4vw;
	border-bottom-left-radius: 4vw;
	line-height: 1.9;
	font-size: clamp(13px,0.7vw,17px);
	position: relative;
	border-right:none;
	width: 89%;
	max-width: 380px;
}
.mv-visual {
    position: relative;
}
.mv-visual h1{
	display: flex;
	justify-content: center;
	align-items: center;
}
@media print, screen and (width < 768px){
	.mv-visual h1{
		height: 43vh;
		margin-bottom:2vh
	}
}
.mv-visual h1 figure{
	width: 20vw;
	transform: translate(-1%,-11%);
}
@media print, screen and (width < 768px){
	.mv-visual h1 figure{
		width: 70vw;
		height:100%;
		transform: none;
	}
	.mv-visual h1 figure img{
		height:100%;
		object-fit:contain
	}
}
.mv-visual > figure {
    position: absolute;
    width: 20vw;
    z-index: 10;
}
.mv-visual > figure {
    position: absolute;
    width: 20vw;
    z-index: 10;
}
.mv-visual > figure:nth-of-type(1){
	top: -17%;
	left: 2%;
	transform: rotate(12deg);
	width: 3vw;
	aspect-ratio: 155/176;
}
.mv-visual > figure:nth-of-type(2){
	bottom: -4%;
	left: 1%;
	width: 8vw;
	aspect-ratio: 61/47;
}
.mv-visual > figure:nth-of-type(3){
	top: -6%;
	right: 1%;
	width: 8vw;
	transform: rotate(-5deg);
	aspect-ratio: 155/69;
}
.mv-visual > figure:nth-of-type(4){
	bottom: -109%;
	left: 1%;
	width: 8vw;
	transform: rotate(5deg);
	aspect-ratio: 338/141;
}
.mv-visual > figure:nth-of-type(5){
	bottom: -22%;
	right: 3%;
	width: 7vw;
	transform: rotate(15deg);
	aspect-ratio: 134/119;
}
.mv-visual > figure:nth-of-type(6){
	top: 118%;
	right: -5%;
	width: 6vw;
	transform: rotate(5deg);
	aspect-ratio: 239/308;
}
@media print, screen and (width < 768px){
	.lead-text{
		width:70%
	}

}
.lead-text::before{
	content:"TOKYU DEPERTMENT STORE SUMMER GIFT";
	position:absolute;
	transform: translateY(-50%);
	top:50%;
	left: 0;
	font-size:11px;
	border-right: 1px solid;
	padding:0 10px;
	writing-mode: vertical-lr;
	white-space: nowrap;
}
.lead-text span{
	font-size: clamp(20px,2.5vw,28px);
}
@media print, screen and (max-width: 900px){
	#gohoubipalet-top section.left-section{
		display:none
	}
	#gohoubipalet-top h1{
		width:90%;
		max-width:600px;
		height: auto;
	}

} 

#gohoubipalet-top section.right-section{
  left:auto;
  right:0;
  background: #FBE1E2;
  background: linear-gradient(13deg, rgb(252 228 228) 3%, rgb(255 254 253) 10%,rgb(255 254 253) 70%, rgba(255, 245, 218, 1) 100%);
}
#gohoubipalet-top section.right-section nav > h2{
	font-size:20px;
	border-bottom:dashed;
	margin: 0 auto 30px;
	width:80%
}
#gohoubipalet-top section.right-section nav {
    width: 100%;
}
#gohoubipalet-top section.right-section nav ul{
	overflow:scroll;
	height:70vh;
	display: grid;
	grid-template-rows: 1fr;
	width: 95%;
	margin: 0 auto;
	max-width: 365px;
	padding-right: 22px;
}
@media screen and (max-width:900px){
	#gohoubipalet-top section.right-section nav ul{
		height: auto;
		overflow: visible;
		grid-template-rows: 1fr;
		padding-right: 0;
	}
}
#gohoubipalet-top section.right-section nav ul li button{
    width:100%;
}
#gohoubipalet-top section.right-section nav ul li a {
    display: grid;
    grid-template-columns: auto 80px;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    align-items: center;
}
#gohoubipalet-top section.right-section nav ul li.bolujuku a{
	display:block;
	margin:20px 0 30px
}
#gohoubipalet-top section.right-section nav ul li a > figure{
	width:80px
}
#gohoubipalet-top section.right-section nav ul li a > figure img{
	height:100%;
	object-fit:cover
}
#gohoubipalet-top section.right-section nav ul li:first-of-type a h2{
	color:#4dc4e7;
}
#gohoubipalet-top section.right-section nav ul li:nth-of-type(2) a h2{
	color:#78c25e;
}
#gohoubipalet-top section.right-section nav ul li:nth-of-type(3) a h2{
	color:#6d5b33;
}
#gohoubipalet-top section.right-section nav ul li:nth-of-type(4) a h2{
	color:#d8a03e;
}
#gohoubipalet-top section.right-section nav ul li:nth-of-type(5) a h2{
	color:#1b2d54;
}
#gohoubipalet-top section.right-section nav ul li:nth-of-type(6) a h2{
	color:#424242;
}
#gohoubipalet-top section.right-section nav ul li:nth-of-type(7) a h2{
	color:#dfb20c;
}
#gohoubipalet-top section.right-section nav ul li a h2 .main-title{
	font-size: clamp(15px, 1.8vw, 18px);
	margin-left:3px
}
#gohoubipalet-top section.right-section nav ul li a h2 .sub-title{
	font-size: clamp(7px,0.6vw,8px);
	text-align:center;
	white-space: nowrap;
	display: inline-flex;
	flex-direction: column;
} 
#gohoubipalet-top section.right-section nav ul li a h2 .sub-title span{
	display: block;
	font-size: clamp(36px, 2.8vw, 51px);
	margin: 0 0 2px;
	font-family: "oskar", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.0;
}
#gohoubipalet-top section.right-section .buy-bt{
  font-size:20px
}
@media print, screen and (max-width: 900px){
    #gohoubipalet-top{
  display:block
  }
  #gohoubipalet-top section.right-section{
  display: block;
  position: relative;
  height: auto;
  opacity: 1;
  width: 100%;
  padding: 30px 0 20px;
  }

#gohoubipalet-top section.main-section{
	max-width:100%;
	width:100%;
}
}
@media screen and (max-width:900px){
	#gohoubipalet-top section.right-section{
z-index:10000
}
	#gohoubipalet-top section.right-section .ank-link{
		position:fixed;
		top:0;
		right:0;
		width: 87%;
		transform:translateX(100%);
		transition: 0.3s;
		background: #FBE1E2;
		background: linear-gradient(13deg, rgb(252 228 228) 3%, rgb(255 254 253) 10%, rgb(255 254 253) 70%, rgba(255, 245, 218, 1) 100%);
		padding: 23px 0;
		height: 100dvh; /* ←変更 */
		overflow-y: auto; /* ←scrollじゃなくauto */
		-webkit-overflow-scrolling: touch;
		z-index:10000;
		border-left: 1px solid;
	}
	#gohoubipalet-top section.right-section .ank-link.active{
		transform:translateX(0%)
	}
	#gohoubipalet-top section.right-section .menu-button{
		position:fixed;
		top:50%;
		right: 0;
		background:#fff;
		writing-mode: vertical-rl;
		padding: 25px 4px;
		border: 1px solid;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
		transition:0.3s;
		display:block;
		border-right: none;
	}
	#gohoubipalet-top section.right-section{
		padding:0
	}
	#gohoubipalet-top section.right-section .menu-button:has(+ .ank-link.active){
		right: 87%;
	}
}
.store-ank .storename span::before {
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(https://www.tokyu-dept.co.jp/images/sp_common/sprite_icon.png);
    background-position: -346px 0;
    background-size: 500px auto;
    vertical-align: middle;
    content: " ";
    transform: translateY(-50%);
}
body.no-scroll{
	overflow:hidden
}

.buy-bt {
  width: 250px;
  margin: 20px auto 0;
  text-align: center;
  border-radius: 100vh;
  overflow: hidden;
  box-shadow: 0 5px 0 #0f202e;
  letter-spacing: 0.15em;
  font-size: 13px;
  transition: 0.05s;
  position:relative;
  max-width: 400px;
  z-index: 100;
}
.buy-bt.top-bt{
	display:none
}
@media screen and (max-width: 1400px) and (min-width: 900px){
  #gohoubipalet-top .buy-bt.top-bt{
	  display:block;
	  box-shadow: 0 5px 0 #392f26;
	 }
}
.buy-bt::after{
  content:"";
  display:block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 20px solid #ffffff;
  border-right: 0;
  position:absolute;
  top:50%;
  right: 14px;
  transform:translateY(-50%)
}
.buy-bt:hover{
    transform:translateY(3px);
    box-shadow: none;  
}
.buy-bt a{
    padding: 11px 23px 12px 14px;
    text-align:center;
    font-weight:600;
    width: 100%;
    height: 100%;
    display: block;
    background: #283e53;
    color: #fff;
    font-size: 16px;
    font-family: "fot-chiaro-std", sans-serif;
}
.buy-bt a:hover{
	text-decoration:none
}
.left-section .buy-bt, .right-section .buy-bt, #gohoubipalet-top .buy-bt.top-bt{
	box-shadow:0 3px 5px #324145
}
.left-section .buy-bt:hover, .right-section .buy-bt:hover, #gohoubipalet-top .buy-bt.top-bt:hover{
	box-shadow:none
}
.left-section .buy-bt a, .right-section .buy-bt a, #gohoubipalet-top .buy-bt.top-bt a{
    padding: 9px 23px 9px 14px;
    font-size: 14px;
    background: #3EBCDF;
    background: linear-gradient(125deg, rgba(62, 188, 223, 1) 0%, rgba(49, 181, 164, 1) 100%);
}
.right-section .buy-bt.chugen-top{
	box-shadow:0 3px 5px #333333
}
.right-section .buy-bt.chugen-top a{
	background: #214679;
}
.buy-bt a span{
	margin:0 6px 0 0;
	font-size:12px;
	padding: 2px 7px 2px 8px;
	border:1px solid;
	background: #fff;
	color: #e39090;
	letter-spacing: 0;
	border-radius: 100vh;
}
section.myself-sweets .buy-bt a span{
	color: #856a53;
}
section.gohoubi a{
	text-decoration: none;
	color: #fff
}
section.myself-sweets a{
	color: #ffffff;
	text-decoration: none;
}
section.myself-sweets .buy-bt{
	box-shadow: 0 5px 3px #564030;
}
section.myself-sweets .buy-bt:hover{
	box-shadow:none
}
section.myself-sweets .buy-bt a{
	/* color: #574230; */
	background: #856a53;
}
section.myself-sweets .package-img {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 22px;
}
section img{
	width: 100%
}
section.gohoubi.kawaii-sweets{
	padding: 0 0 100px;
	border-left: 30px solid #d6eaa9;
	border-right: 30px solid #f7cabd;
	background: #fff;
	position: relative;
	height: 100%;
}
section.gohoubi.kawaii-sweets h2{
	width: 94%;
	aspect-ratio: 277/90;
	background: url(https://www.tokyu-dept.co.jp/gohobipallete/ochugen2026/kirei-title.svg) no-repeat center/contain;
	margin: 0 auto;
	max-width: 800px;
}
section.gohoubi.kawaii-sweets .lead-wrap {
	text-align: center;
	padding: 50px 0;
	max-width: 500px;
	margin: 0 auto;
}
section.gohoubi .lead-wrap p{
	line-height: 2.3;
	font-weight: 600;
	font-size: 15px;
	width: 95%;
	margin: 20px auto 0;
}
section.gohoubi .item-wrap{
	max-width: 1500px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
}
section.gohoubi .item-wrap .item-box{
	width: 100%;
	/* max-width: 468px; */
	position:relative;
	margin: 100px 0;
}
section.gohoubi .item-wrap .item-box:last-of-type{
	margin:0
}

section.gohoubi .item-wrap .item-box:nth-of-type(4){
	background:#fff;
	padding: 0 30px;
}
section.gohoubi .item-wrap .item-box:nth-of-type(1){
	margin: 0px;
}

section.gohoubi .item-wrap .item-box figure{
	z-index: -1;
	aspect-ratio:32/19;
	width: 100%;
}
section.gohoubi .item-wrap .item-box:nth-of-type(2) figure{
	margin: 0 0 0 auto;
	aspect-ratio:336/263;
	width: 76%;
	transform: translateX(-30%);
}
section.gohoubi .item-wrap .item-box:nth-of-type(3) figure{
	aspect-ratio: 729/512;
	transform: translateX(17%);
	width: 88%;
}
section.gohoubi .item-wrap .item-box:nth-of-type(5) figure{
	aspect-ratio: 800/197;
	width: 74%;
	margin: 0 auto;
}
section.gohoubi .item-wrap .item-box:nth-of-type(5) figure img{
	object-position: left;
}
section.gohoubi .item-wrap .item-box:nth-of-type(6) figure{
	transform: translateX(7%);
	aspect-ratio: 242/161;
	width: 91%;
}
section.gohoubi .item-wrap .item-box figure a{
	display: block;
	height: 100%
}
section.gohoubi .item-wrap .item-box.huffu:nth-of-type(1) figure{
	width: 100%;
	z-index: 1000;
	position: relative;
	transform: translateX(-6%);
	aspect-ratio: 832/494;
}
section.gohoubi .item-wrap .item-box.huffu figure{
	width: calc((100% + 60px));
	transform: translateX(-30px);
}
section.gohoubi .item-wrap .item-box.huffu figure img{
	object-fit:cover
}
section.gohoubi .item-wrap figure img{
	height: 100%;
	object-fit: contain;
	object-position: center;
}
section.gohoubi .item-wrap .item-box .item-info{
	width: 80%;
	max-width: 395px;
	position: relative;
	margin: 20px auto 0;
}

section.gohoubi .item-wrap .item-box.huffu .item-info{
	margin: 30px auto;
}
section.gohoubi .item-wrap .buy-bt{
	font-weight: 600;
	text-align: center;
	box-shadow: 0 5px 0 #894722;
}
section.gohoubi .item-wrap .buy-bt:hover{
	box-shadow:none
}
section.gohoubi .item-wrap .buy-bt a{
	display: block;
	height: 100%;
	padding-right: 35px;
	background: #f37e7e;
}
@media print, screen and (max-width:1015px){
	section.gohoubi .item-wrap .item-box:last-of-type{
	margin:0
}
section.gohoubi .item-wrap .item-box figure{
	width: 100%;
}
section.gohoubi .item-wrap .item-box:nth-of-type(3) figure{
	width: 106%;
	transform: translateX(6%);
}
section.gohoubi .item-wrap .item-box:nth-of-type(5) figure{
	transform: translateX(6%);
	width: 86%;
}
section.gohoubi .item-wrap .item-box:nth-of-type(6) figure{
	width: 108%;
	transform: translateX(1%);
}
section.gohoubi .item-wrap .item-box.huffu:nth-of-type(1) figure{
	width: 100%;
}
}
@media screen and (max-width:765px){
	section.gohoubi .item-wrap .item-box:nth-of-type(4){
		margin-bottom:70px
	}
	section.gohoubi .item-wrap .item-box:nth-of-type(5){
		margin-top: 70px;
	}
	section.gohoubi .item-wrap .item-box:nth-of-type(2) figure{
		width: 95%;
		transform: translateX(-13%);
	}
}

.item-info{
	margin: 20px auto 0;
}
.item-info .item-brand{
	margin: 0 0 11px;
	padding: 0 0 6px 0px;
	line-height: 1.0;
	font-weight: 600;
	font-size: 18px;
	border-bottom: 2px dotted;
	white-space: nowrap;
}
.item-info .item-name{
	margin-bottom: 0;
	line-height: 1.3;
	font-size: 18px;
}
.item-info .item-name span {
	margin-top: 6px;
	font-size: 13px;
}
.item-info .item-price{
	margin: 10px 0 0;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.2;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	position: relative;
}
/*.item-info .item-price::after{
	content:"円";
	font-size:13px;
	margin-left:3px;
}*/
.item-info .item-price:nth-of-type(2){
	margin: 5px 0 0;
}
.item-info .item-price a{
	color: #000;
}
.item-info .item-price span{
	margin: 0 8px 0 3px;
	font-size: 16px;
}
.item-info .item-price span.num{
	margin-right: 13px;
	font-size: 14px;
}
.item-info .item-price span.tax{
	font-size: 10px;
  font-weight: 500;
  display: block;
}



/*とっておきの自分時間*/
section.myself-sweets {
    background: #fff6d5;
    padding: 0 0 60px;
}
section.myself-sweets .lead-wrap{
    width: 100%;
    aspect-ratio: 388/241;
    background: url(https://www.tokyu-dept.co.jp/oseibo/gohoubi/image/section02-title-bg-02.webp) no-repeat center/contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 0 0 43px; */
}
@media screen and (max-width:1100px) and (min-width:768px){
  section.myself-sweets .lead-wrap{
	aspect-ratio: 775/722;
	background: url(https://www.tokyu-dept.co.jp/oseibo/gohoubi/image/section02-title-bg.webp) no-repeat center/contain;
	}
}
@media screen and (max-width:600px){
  section.myself-sweets .lead-wrap{
	aspect-ratio: 775/722;
	background: url(https://www.tokyu-dept.co.jp/oseibo/gohoubi/image/section02-title-bg.webp) no-repeat center/contain;
	}
}
section.myself-sweets .lead-wrap h2{
	width: 85%;
	aspect-ratio: 760/259;
	background: url(https://www.tokyu-dept.co.jp/oseibo/gohoubi/image/section02-title.webp) no-repeat center/contain;
	margin: 0 auto;
	max-width: 717px;
}
.item-box.mv {
    position: relative;
}
.item-box.mv .item-info {
    width:80%;
    margin: 29px auto 0;
    max-width: 100%;
}
section.myself-sweets h2 span{
	width:1px;
	height: 1px;
	display: block;
	overflow: hidden;
}
section.myself-sweets .lead-wrap p{
	text-align:center;
	max-width: 90%;
	letter-spacing: 0.2em;
	padding: 10px 0 0;
	margin: 10px auto 0;
	border-top: 1px solid;
	color: #333;
}
section.myself-sweets .item-wrap .item-box{
	margin:80px auto;
	max-width: 600px;
}
section.myself-sweets .item-wrap .item-box:nth-of-type(1){
	margin: 42px auto;
	padding: 0 30px 0 0;
}
section.myself-sweets .item-wrap .item-box:nth-of-type(4) {
	padding: 0 30px 0 0px;
}

section.myself-sweets .item-info {
	font-size: 14px;
	max-width: 450px;
	box-sizing: border-box;
}
@media screen and (max-width:768px){
	section.myself-sweets .item-info{
		max-width:300px
	}
}
section.myself-sweets .item-info .item-price{
	font-size: 19px;
}
section.myself-sweets .item-info .item-price span:nth-of-type(1){
	margin: 0 5px 0 0;
	font-size: 13px;
}
section.myself-sweets .item-info .item-brand{
	font-size: 17px;
}
.item-info section.gochisou-section .item-wrap {
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
section.gochisou-section .item-wrap {
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
details{
	margin: 10px 0 0;
	padding: 3px 10px 8px;
	border:1px solid;
}
details[open] summary::before{
	transform:rotate(-45deg) translateY(40%);
}
details summary::before{
	content:"";
	display:block;
	width:10px;
	height:10px;
	border-top:2px solid;
	border-right:2px solid;
	transform:rotate(135deg) translateY(40%);
	position:absolute;
	top:30%;
	right:20px;
}
details summary {
    padding: 0;
    font-weight: 600;
    font-size: 13px;
		position: relative;
}
details summary::-webkit-details-marker,
details summary::marker {
 display: none!important; /* iOSで▼を消す */
	list-style: none;
}


section.dining-section .buy-bt a span {
	color: #283e53;
}
section.gochisou-section {
    background: #fff;
    color: #6a3906;
    padding: 0 0 60px;
}
section.gochisou-section .buy-bt{
    box-shadow: 0 5px 0 #ad8a4a;
}
section.gochisou-section .buy-bt:hover{
	box-shadow:none
}
section.gochisou-section .buy-bt a{
    background: #ecb758;
}
section.gochisou-section .lead-wrap {
	padding: 9px 0 40px;
	text-align: center;
	background: url(https://www.tokyu-dept.co.jp/oseibo/gohoubi/image/section03-title-bg.webp) no-repeat center top/100%;
	aspect-ratio: 267/272;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
}
@media screen and (min-width:1200px){
section.gochisou-section .lead-wrap{
	background: url(https://www.tokyu-dept.co.jp/oseibo/gohoubi/image/section03-title-bg-02.webp) no-repeat center top/100%;
	aspect-ratio: 267/208;
}
}
section.gochisou-section .lead-wrap h2{
	width: 80%;
	aspect-ratio: 725/421;
	background: url(https://www.tokyu-dept.co.jp/oseibo/gohoubi/image/section03-title.webp) no-repeat center/contain;
	margin: 0 auto;
	max-width: 500px;
}
section.gochisou-section h2 span{
	width:1px;
	height: 1px;
	display: block;
	overflow: hidden;
}
section.gochisou-section .lead-wrap p{
	margin: 30px auto 0;
	line-height: 2.3;
	font-weight: 600;
	font-size: 17px;
	max-width: 80%;
	color: #6a3906;
}
@media screen and (max-width:400px){
	section.gochisou-section .lead-wrap p{
	margin: 15px auto 0;
	max-width: 95%;
	font-size: 15px;
	}
}
section.gochisou-section .item-wrap {
    padding: 0 0 80px;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    flex-direction: column;
    gap: 80px;
    margin-top: -40px;
}
section.gochisou-section .item-box{
	max-width:660px;
	margin:0 auto;
	width: 83%;
}
section.gochisou-section .item-box:nth-of-type(1), section.gochisou-section .item-box:nth-of-type(4),section.gochisou-section .item-box:nth-of-type(7) {
	max-width:100%;
	width: 100%;
}
section.gochisou-section .item-box .item-info{
	max-width:500px
}
@media screen and (max-width:550px){
	section.gochisou-section .item-box .item-info{
	max-width:320px
  }
}
p.item-explanation {
    margin: 0 0 38px;
    background-color: #fff;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #653c27 1px, transparent 1px);
    background-size: 8px 100%, 100% 2.0em;
    border-bottom: 1px dashed #6a3906d6;
    line-height: 2.0em;
    font-size: clamp(13px,1.5vw,15px);
    letter-spacing: 0.1em;
}
section.myself-sweets p.item-explanation{
    background-color: #fff6d5;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff6d5 50%, #fff6d5 100%), linear-gradient(180deg, #000000 1px, transparent 1px);
    border-bottom: 1px dashed #7777776e;
}

section.dining-section{
	background: #fff;
	padding: 0 0 60px;
}
section.dining-section .lead-wrap {
	padding: 30px 0 40px;
	text-align: center;
}
section.dining-section .lead-wrap h2{
	width: 80%;
	aspect-ratio: 940/386;
	background: url(https://www.tokyu-dept.co.jp/oseibo/gohoubi/image/section04-title.webp) no-repeat center/contain;
	margin: 0 auto;
	max-width: 800px;
}
section.dining-section h2 span,section.gohoubi.kawaii-sweets h2 span{
	width:1px;
	height: 1px;
	display: block;
	overflow: hidden;
}
section.dining-section .lead-wrap p{
	margin: 30px auto 0;
	line-height: 2.3;
	font-weight: 600;
	font-size: 17px;
	max-width: 80%;
}
section.dining-section .item-wrap {
    padding: 50px 20px 80px;
    display: flex;
    flex-direction: column;
    gap: 80px;
    max-width: 680px;
    margin: 0 auto;
}
section.dining-section .item-wrap::after{
	display:none
}
section.dining-section .item-info{
	margin: 20px auto 0;
	max-width: 80%;
}

#gohoubipalet-top:has(section.tabioyatsu-section) .main-section {
    padding: 50px 28px;
    background: #fff;
}
section.tabioyatsu-section .lead-wrap {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
section.tabioyatsu-section h2 {
    height: 36vh;
}

section.tabioyatsu-section h2 img {
    height: 100%;
    object-fit: contain;
}
section.tabioyatsu-section .item-wrap {
    padding: 50px 0 80px;
    display: grid;
    flex-direction: column;
    gap: 60px 36px;
    max-width: 800px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width:580px){
	section.tabioyatsu-section .item-wrap {
    grid-template-columns: 1fr;
		width:90%;
		max-width:480px
  }
}
section.tabioyatsu-section .item-box.yellow{
	background: #fef1ce;
	padding: 0 0 20px;
	border-radius: 20px;
}
@media screen and (max-width:580px){
	section.tabioyatsu-section .item-box.yellow {
    padding-bottom:50px
  }
}
section.tabioyatsu-section .item-box.green{
	background: #d4e499;
	padding: 0 0 45px;
	border-radius: 20px;
}
section.tabioyatsu-section .item-box .item-info{
	 width:87%
}
section.tabioyatsu-section .item-box.green p.item-explanation {
    background-color: #d4e499;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #d4e499 50%, #d4e499 100%), linear-gradient(180deg, #653c27 1px, transparent 1px);
}

section.tabioyatsu-section .item-box.yellow p.item-explanation {
    background-color: #fef1ce;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #feefc2 50%, #feeec1 100%), linear-gradient(180deg, #653c27 1px, transparent 1px);
}
section.tabioyatsu-section .buy-bt {
	box-shadow: 4px 5px #d4e499b3;
	border:1px solid;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}
section.tabioyatsu-section .item-wrap > .buy-bt,section.tabioyatsu-section .buy-bt.category-bt{
	position:relative;
	transform: none;
	margin-top:60px;
	left: 0;
}
section.tabioyatsu-section .item-wrap > .buy-bt:hover,section.tabioyatsu-section .buy-bt.category-bt:hover{
	transform:translateY(3px)
}
section.tabioyatsu-section .item-box.yellow .buy-bt{
	box-shadow: 4px 5px #fef1ced9;
}
section.tabioyatsu-section .buy-bt a,section.papalunch-section .buy-bt a{
	background:#ffffffd4;
	color:#000;
	padding: 9px 23px 9px 14px;
}
section.tabioyatsu-section .buy-bt:hover,section.tabioyatsu-section .item-box.yellow .buy-bt:hover{
	transform: translate(-50%, 55%);
	box-shadow: none;
}
#gohoubipalet-top:has(section.papalunch-section) .main-section {
    padding: 50px 0;
    background: #fffded;
}
section.papalunch-section .lead-wrap {
    max-width: 500px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
section.papalunch-section .item-wrap {
    display: flex;
    flex-direction: column;
    padding: 50px 0 80px;
    gap: 80px;
    margin: 0px auto;
}
section.papalunch-section .item-wrap .item-box:nth-of-type(1),section.papalunch-section .item-wrap .item-box:nth-of-type(4){
	width:90%;
    margin: 0px auto;
}
section.papalunch-section .item-wrap .item-box:nth-of-type(2), section.papalunch-section .item-wrap .item-box:nth-of-type(6){
	width:90%;
    margin: 0px auto;
}
section.papalunch-section .item-wrap .item-box:nth-of-type(2) figure, section.papalunch-section .item-wrap .item-box:nth-of-type(6) figure{
	width:70%;
}
@media screen and (max-width:768px){
	section.papalunch-section .item-wrap .item-box:nth-of-type(2) figure, section.papalunch-section .item-wrap .item-box:nth-of-type(6) figure{
	width: 102%;
	}
}
section.papalunch-section .item-wrap .item-box:nth-of-type(2) .item-info{
	margin-top: -7%;
}
section.papalunch-section .item-wrap .item-box:nth-of-type(3) figure, section.papalunch-section .item-wrap .item-box:nth-of-type(5) figure{
	width:70%;
	margin:0 0 0 auto
}
section.papalunch-section .item-wrap .item-box:nth-of-type(3) .item-info{
	margin: -2% auto 0 33px;
}
section.papalunch-section .item-wrap .item-box:nth-of-type(5) .item-info{
	max-width: 400px;
	margin: -20% auto 0 33px;
	width:70%
}
section.papalunch-section .item-wrap .item-box:nth-of-type(6) .item-info{
	max-width: 400px;
	margin-top: -7%;
	width:70%
}
section.papalunch-section .item-wrap .item-info{max-width: 80%;margin: 1% 0 0 auto;}
section.papalunch-section .item-wrap .item-info p.item-explanation {
    background-color: #fffded;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fffded 50%, #fffded 100%), linear-gradient(180deg, #653c27 1px, transparent 1px);
}
section.papalunch-section .buy-bt{
	box-shadow: 4px 5px #fff532b3;
	border:1px solid;
}
section.papalunch-section .buy-bt a{
	background:#ffeded00
}
section.papalunch-section .buy-bt:hover{
	box-shadow: none;
}
#gohoubipalet-top:has(section.cool-section) .main-section {
    padding: 50px 28px;
	position:relative;
}
#gohoubipalet-top:has(section.cool-section) .main-section .cool-bg{
    position: fixed;
    top:0;
    left:0;
inset: 0;
width: auto;
	height: auto;
    background: url(/gohobipallete/ochugen2026/top/cool-bg.webp) repeat center/100%;
	z-index: -1;
	transform: translateZ(0); /* Safari対策 */
	will-change: transform;
}
@media screen and (max-width:768px){
	#gohoubipalet-top:has(section.cool-section) .main-section .cool-bg{
    background: url(/gohobipallete/ochugen2026/top/cool-bg.webp) repeat center/cover;
  }
}
section.cool-section .lead-wrap{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	text-align:left;
	gap:20px;
	align-items:center
}
@media screen and (max-width:450px){
	section.cool-section .lead-wrap{
	width:90%;
		margin:0 auto;
	grid-template-columns:1fr;
}
	section.cool-section .lead-wrap img{
		width:70%;
		margin:0 auto
	}
}
#gohoubipalet-top section.main-section .cool-section .lead-wrap p{
	text-align:left;
}
section.cool-section .item-wrap{
	max-width: 1500px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	display:flex;
	flex-direction:column;
	gap: 100px;
}
section.cool-section .item-wrap .item-box:nth-of-type(4) {
	padding: 0 30px 0 0px;
}
section.cool-section .item-wrap .item-box:last-of-type{
	margin:0
}

section.cool-section .item-wrap .item-box:nth-of-type(4){
	padding: 0 30px;
}
section.cool-section .item-wrap .item-box:nth-of-type(1){
	margin: 0px;
}

section.cool-section .item-wrap .item-box figure{
	z-index: -1;
	/* aspect-ratio:32/19; */
	width: 100%;
}
section.cool-section .item-wrap .item-box:nth-of-type(2) figure{
	margin: 0 0 0 auto;
	aspect-ratio: 418/327;
	width: 91%;
}
section.cool-section .item-wrap .item-box:nth-of-type(3) figure{
	aspect-ratio: 121/85;
	transform: translateX(-7%);
	width: 98%;
}
section.cool-section .item-wrap .item-box:nth-of-type(5) figure{
	aspect-ratio: 407/368;
	transform: translateX(42%);
	width: 89%;
}
section.cool-section .item-wrap .item-box:nth-of-type(5) figure img{
	object-position: left;
}
section.cool-section .item-wrap .item-box:nth-of-type(6) figure{
	transform: translateX(-13%);
	aspect-ratio: 500/333;
	width: 103%;
}
section.cool-section .item-wrap .item-box figure a{
	display: block;
	height: 100%
}
section.cool-section .item-wrap figure img{
	height: 100%;
	object-fit: contain;
	object-position: center;
}
section.cool-section .item-wrap .item-box .item-info{
	width: 80%;
	max-width: 395px;
	position: relative;
	margin: 20px auto 0;
}
section.cool-section p.item-explanation{
	background:transparent;
	border:none
}
section.cool-section .item-wrap .buy-bt{
	border:1px solid;
	box-shadow: 9px 8px 1px #feff3b7a;
	color:#333;
}
section.cool-section .item-wrap .buy-bt a span{
	color:#333;
}
section.cool-section .item-wrap .buy-bt::after{
	
border-left: 20px solid #333;
}
section.cool-section .item-wrap .buy-bt a{
	background: #fff9a2fa;
	color:#333;
}
.buy-bt.category-bt {
    margin-top: 100px;
    box-shadow: 0 4px 6px #f4a769;
    max-width: 350px;
    width: 80%;
    font-size: clamp(18px,20vw,40px);
}
.category-view{
	position:relative;
}
.category-view span::before,.category-view span::after{
	content:"";
	display:inline-block;
	width:2px;
	height:20px;
	background:#000;
	transform:rotate(35deg);
}
.category-view span::before{
	transform:rotate(-35deg);
}
.category-view span{
	position:absolute;
	top:-10px;
	left:50%;
	font-size:13px;
	white-space:nowrap;
	transform:translate(-50%,-100%);
	display:flex;
	align-items:flex-end;
	gap:10px;
	animation:fuwa 1.5s infinite linear;
}
@keyframes fuwa{
	0%,100%{
		top:-10px;
	}
	50%{
		top:-15px;
	}
}
.buy-bt.category-bt:hover {
    box-shadow: none
}
.buy-bt.category-bt a {
    background: #EC7984;
    background: linear-gradient(125deg, rgba(236, 121, 132, 1) 0%, rgba(244, 167, 105, 1) 100%);
    padding: 17px 20px 19px 14px;
    font-size: clamp(18px, 2.5vw, 22px);
}



