﻿@charset "utf-8";

img {
	max-width: 100%;
}

#divBottomArea {
	display: none;
}

.listWrap {
	/*display: none;*/
}

.text-23 {
    position: relative;
    display: inline-block;
}

.text-23:after {
    display: block;
    content: "（2~3名様分）";
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    width: max-content;
    bottom: -25px;
    left: -10px;
}

.text-4 {
    position: relative;
    display: inline-block;
}

.text-4:after {
    display: block;
    content: "（4名様分）";
    font-family: "Shippori Mincho", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    width: max-content;
    bottom: -25px;
    left: -10px;
}

.plus-text {
    font-family: "Shippori Mincho", serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
}

.lineButton {
	width: 100%;
	height: 100px;
	max-width: 800px;
	margin: 0 auto 0;
}

.lineButton a {
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background: rgb(180,0,8);
	background: -moz-linear-gradient(90deg, rgba(180,0,8,1) 0%, rgba(152,0,7,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(180,0,8,1) 0%, rgba(152,0,7,1) 100%);
	background: linear-gradient(90deg, rgba(180,0,8,1) 0%, rgba(152,0,7,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b40008",endColorstr="#980007",GradientType=1);
}

.lineButton.blueButton a {
	background: rgb(0,36,103);
	background: -moz-linear-gradient(180deg, rgba(0,36,103,1) 0%, rgba(0,22,64,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,36,103,1) 0%, rgba(0,22,64,1) 100%);
	background: linear-gradient(180deg, rgba(0,36,103,1) 0%, rgba(0,22,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002467",endColorstr="#001640",GradientType=1);
}

.lineButton a .icon {
	width: 26px;
	margin: 0 20px 0 0;
}

.lineButton a .tex {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.lineButton a .tex b {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	color: #fff;
}

.lineButton a .tex small {
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	color: #fff;
}

.lineButton a .leftLine {
	width: 100%;
	max-width: 120px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
}

.lineButton a .rightLine {
	width: 100%;
	max-width: 120px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100px;
}

.lineButton a .leftLine img {
	height: 100px;
	width: 100%;
}

.lineButton a .rightLine img {
	height: 100px;
	width: 100%;
}

.lineButton-flex {
    display: flex;
    justify-content: space-between;
}

.lineButton-flex .lineButton {
    width: 580px;
    margin: 0;
}

.lineHead {
	margin-bottom: 46px;
}

.lineHead .enTex {
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: "EB Garamond", serif;
	color: #B09548;
	margin-bottom: 18px;
}

.lineHead h2 {
	position: relative;
	text-align: center;
}

.lineHead h2:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #002467;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.lineHead h2 span {
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	color: #444444;
	background: #F5F5F5;
	padding: 0 30px;
	position: relative;
	z-index: 1;
}

.lineHead h2 span:before {
	content: '';
	width: 26px;
	height: 1px;
	background: #002467;
	position: absolute;
	left: -22px;
	top: 22px;
	transform: rotate(-47deg);
	-webkit-transform: rotate(-47deg);
	-ms-transform: rotate(-47deg);
}

.lineHead h2 span:after {
	content: '';
	width: 26px;
	height: 1px;
	background: #002467;
	position: absolute;
	right: -22px;
	top: 22px;
	transform: rotate(-47deg);
	-webkit-transform: rotate(-47deg);
	-ms-transform: rotate(-47deg);
}

/*----------------------------------------------------
 #worningArea
----------------------------------------------------*/

#worningArea {
	padding: 38px 0 5px 0;
	background: #F5F5F5;
}

#worningArea .inner {
	width: 100%;
	max-width: 1037.5px;
	margin: 0 auto 0;
}

#worningArea .wornigBox {
	background: #fff;
	padding: 45px 61px 35px;
}

#worningArea .wornigBox .head {
	margin: 0 0 31px;
	padding: 0 0 14px 0;
	border-bottom: 1px solid #E5E5E5;
}

#worningArea .wornigBox .head h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	color: #9D1219;
}

#worningArea ul {
	display: flex;
	flex-direction: column;
	padding: 0 0 0 21px;
}

#worningArea ul li {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0;
	text-align: left;
	color: #444444;
	margin-bottom: 16px;
}

#worningArea ul li:last-child {
	margin-bottom: 0;
}

#worningArea ul li:before {
	content: '※';
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0;
	color: #444444;
	position: absolute;
	left: -19px;
	top: -2px;
}

#worningArea ul li b {
	font-size: 15px;
	font-weight: 500;
	color: #9D1219;
	background: #FEE9E8;
	padding: 0 1px;
}

/*----------------------------------------------------
 #secNav
----------------------------------------------------*/

#secNav .topArea {
	padding: 78px 0 43px 0;
	background: #F5F5F5;
}

#secNav .bottomArea {
	padding: 81px 0 45px 0;
	background: #ffffff;
}

#secNav .navList ul {
	display: flex;
	flex-wrap: wrap;
}

#secNav .bottomArea .navList ul li {
	margin-bottom: 14px;
}

#secNav .navList ul li {
	width: 224px;
	margin-right: 20px;
	margin-bottom: 19px;
}

#secNav .navList ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.3s ease;
}

#secNav .navList ul li a .image {
	width: 100%;
	margin-bottom: 11px;
}

#secNav .navList ul li a .tex {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	color: #444444;
	margin-bottom: 1px;
}

#secNav .navList ul li a .arrow {
	width: 8px;
}

#secNav .navList ul li.osechiNav {
	width: 468px;
	height: 124px;
	margin-right: 20px;
	margin-bottom: 19px;
}

#secNav .navList ul li.osechiNav a {
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	background: #002467;
	overflow: hidden;
	transition: all 0.3s ease;
}

#secNav .navList ul li.osechiNav a:before {
	content: '';
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	position: absolute;
	left: 7px;
	top: 7px;
	border: 1px solid #fff;
}

#secNav .navList ul li.osechiNav a .bgLeft {
	width: 104px;
	position: absolute;
	left: 17px;
	top: 12px;
}

#secNav .navList ul li.osechiNav a .bgRight {
	width: 112px;
	position: absolute;
	right: 5px;
	bottom: 8px;
}

#secNav .navList ul li.osechiNav a .tex {
	position: relative;
	z-index: 1;
	font-size: 25px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.1em;
	font-family: "Shippori Mincho", serif;
	color: #fff;
	margin: 0 0 0 15px;
}

#secNav .navList ul li.osechiNav a .arrow {
	width: 17px;
}

/*----------------------------------------------------
 .secItem
----------------------------------------------------*/

.secItem .fullImage {
	width: 100%;
	display: flex;
	justify-content: center;
}

.secItem .fullImage img {
	min-width: 1440px;
}

.secItem .contents {
	padding: 48px 0 119px;
}

.secItem .contents .head {
	display: flex;
	justify-content: center;
	margin-bottom: 44px;
}

.secItem .contents .head h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	font-family: "Shippori Mincho", serif;
	color: #444444;
}

.secItem .contents .head .price {
	display: flex;
	align-items: flex-end;
	margin: 0 0 0 35px;
}

.secItem .contents .head .price small {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	font-family: "Shippori Mincho", serif;
	color: #444444;
	margin: 0 15px 0 0;
	transform: translate(-4px, -1px);
	-webkit-transform: translate(-4px, -1px);
	-ms-transform: translate(-4px, -1px);
}

.secItem .contents .head .price b {
	display: flex;
	align-items: flex-end;
}

.secItem .contents .head .price b span:nth-child(1) {
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	font-family: "Shippori Mincho", serif;
	color: #444444;
	transform: translate(-7px, -1px);
	-webkit-transform: translate(-7px, -1px);
	-ms-transform: translate(-7px, -1px);
}

.secItem .contents .head .price b span:nth-child(2) {
	font-size: 27px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	font-family: "Shippori Mincho", serif;
	color: #444444;
}

.secItem .contents .head .price b span:nth-child(3) {
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	font-family: "Shippori Mincho", serif;
	color: #444444;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
}

.secItem .imageHead {
	background: #1A1311;
}

.secItem .imageHead .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.secItem.reverse .imageHead .inner {
	flex-direction: row-reverse;
}

.secItem .imageHead .inner .bgImage {
	width: 620px;
	height: 100%;
}

.secItem .imageHead .inner .conts {
	width: 522px;
}

.secItem .imageHead .inner .conts ul {
	display: flex;
	justify-content: space-between;
}

.secItem .imageHead .inner .conts ul li {
	width: 240px;
}

.secItem .imageHead .inner .conts ul li a {
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease;
}

.secItem .imageHead .inner .conts ul li .image {
	margin-bottom: 10px;
}

.secItem .imageHead .inner .conts ul li .itemInfo {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 195px);
}

.secItem .imageHead .inner .conts ul li .itemInfo .tex {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.625;
	letter-spacing: 0;
	font-family: "Shippori Mincho", serif;
	color: #ffffff;
}

.secItem .imageHead .inner .conts ul li .itemInfo .sizeArea {
	display: flex;
	flex-direction: column;
	margin-top: 17px;
}

.secItem .imageHead .inner .conts ul li .itemInfo .size {
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	font-family: "Shippori Mincho", serif;
	color: #ffffff;
	margin-bottom: -8px;
}

.secItem .imageHead .inner .conts ul li .itemInfo .price {
	display: flex;
	align-items: flex-end;
	margin-top: 17px;
}

.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	font-family: "Shippori Mincho", serif;
	color: #ffffff;
	margin-right: 4px;
	transform: translate(1px, -1px);
	-webkit-transform: translate(1px, -1px);
	-ms-transform: translate(1px, -1px);
}

.secItem .imageHead .inner .conts ul li .itemInfo .price b {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	font-family: "Shippori Mincho", serif;
	color: #ffffff;
}

.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	font-family: "Shippori Mincho", serif;
	color: #ffffff;
	transform: translate(-3px, -2px);
	-webkit-transform: translate(-3px, -2px);
	-ms-transform: translate(-3px, -2px);
}

#sec03.secItem .imageHead {
	background: #F7F7F1;
}

#sec03.secItem .imageHead .inner .conts ul li .itemInfo .tex,
#sec03.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
#sec03.secItem .imageHead .inner .conts ul li .itemInfo .price b,
#sec03.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
	color: #444444;
}

#sec05.secItem .imageHead {
	background: #E4DDCB;
}

#sec05.secItem .imageHead .inner .conts ul li .itemInfo .tex,
#sec05.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
#sec05.secItem .imageHead .inner .conts ul li .itemInfo .price b,
#sec05.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
	color: #444444;
}

#sec06.secItem .imageHead {
	background: #E4DDCB;
}

#sec06.secItem .imageHead .inner .conts ul li .itemInfo .tex,
#sec06.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
#sec06.secItem .imageHead .inner .conts ul li .itemInfo .price b,
#sec06.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
	color: #444444;
}

#sec07.secItem .contents {
	padding: 48px 0 102px;
}

#sec08.secItem .imageHead {
	background: #6D6574;
}

#sec09.secItem .imageHead {
	background: #B0A485;
}

#sec10.secItem .imageHead {
	background: #B9AA96;
}

#sec11.secItem .imageHead {
	background: #F5F2EC;
}

#sec11.secItem .imageHead .inner .conts ul li .itemInfo .tex,
#sec11.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
#sec11.secItem .imageHead .inner .conts ul li .itemInfo .price b,
#sec11.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
	color: #444444;
}

#sec12.secItem .imageHead {
	background: #F5F2EC;
}

#sec12.secItem .imageHead .inner .conts ul li .itemInfo .tex,
#sec12.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
#sec12.secItem .imageHead .inner .conts ul li .itemInfo .price b,
#sec12.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
	color: #444444;
}

#sec13.secItem .imageHead {
	background: #F5F2EC;
}

#sec13.secItem .imageHead .inner .conts ul li .itemInfo .tex,
#sec13.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
#sec13.secItem .imageHead .inner .conts ul li .itemInfo .price b,
#sec13.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
	color: #444444;
}

#sec14.secItem .imageHead {
	background: #F5F2EC;
}

#sec14.secItem .imageHead .inner .conts ul li .itemInfo .tex,
#sec14.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
#sec14.secItem .imageHead .inner .conts ul li .itemInfo .price b,
#sec14.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
	color: #444444;
}

#sec14.secItem .contents {
	padding: 48px 0 102px;
}

#sec15.secItem .imageHead {
	background: #F5F2EC;
}

#sec15.secItem .imageHead .inner .conts ul li .itemInfo .tex,
#sec15.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
#sec15.secItem .imageHead .inner .conts ul li .itemInfo .price b,
#sec15.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
	color: #444444;
}

#sec16.secItem .imageHead {
	background: #F5F2EC;
}

#sec16.secItem .imageHead .inner .conts ul li .itemInfo .tex,
#sec16.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
#sec16.secItem .imageHead .inner .conts ul li .itemInfo .price b,
#sec16.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
	color: #444444;
}

#sec17.secItem .imageHead {
	background: #F5F2EC;
}

#sec17.secItem .imageHead .inner .conts ul li .itemInfo .tex,
#sec17.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
#sec17.secItem .imageHead .inner .conts ul li .itemInfo .price b,
#sec17.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
	color: #444444;
}

#sec18.secItem .imageHead {
	background: #F5F2EC;
}

#sec18.secItem .imageHead .inner .conts ul li .itemInfo .tex,
#sec18.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
#sec18.secItem .imageHead .inner .conts ul li .itemInfo .price b,
#sec18.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
	color: #444444;
}

#sec19.secItem .imageHead {
	background: #F5F2EC;
}

#sec19.secItem .imageHead .inner .conts ul li .itemInfo .tex,
#sec19.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
#sec19.secItem .imageHead .inner .conts ul li .itemInfo .price b,
#sec19.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
	color: #444444;
}

#sec20.secItem .imageHead {
	background: #F5F2EC;
}

#sec20.secItem .imageHead .inner .conts ul li .itemInfo .tex,
#sec20.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
#sec20.secItem .imageHead .inner .conts ul li .itemInfo .price b,
#sec20.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
	color: #444444;
}

#sec21.secItem .imageHead {
	background: #F5F2EC;
}

#sec21.secItem .imageHead .inner .conts ul li .itemInfo .tex,
#sec21.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
#sec21.secItem .imageHead .inner .conts ul li .itemInfo .price b,
#sec21.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
	color: #444444;
}

#sec22.secItem .imageHead {
	background: #F5F2EC;
}

#sec22.secItem .imageHead .inner .conts ul li .itemInfo .tex,
#sec22.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
#sec22.secItem .imageHead .inner .conts ul li .itemInfo .price b,
#sec22.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
	color: #444444;
}

/*----------------------------------------------------
 #buttonsArea
----------------------------------------------------*/

#buttonsArea {
	padding: 79px 0 63px 0;
	position: relative;
	overflow: hidden;
	background: #E7ECF8;
}

#buttonsArea.mbButtons {
	margin-bottom: 100px;
}

#buttonsArea .bg {
	width: 1386px;
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#buttonsArea .buttonsFlex {
	margin-bottom: 33px;
	padding: 0 30px;
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 1;
}

#buttonsArea .buttonsFlex .orderButton {
	width: 560px;
	height: 90px;
}

#buttonsArea .buttonsFlex .orderButton a {
	position: relative;
	height: 100%;
	border-radius: 6px;
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 0 0 0 66px;
	transition: all 0.3s ease;
}

#buttonsArea .buttonsFlex .orderButton a:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	border-radius: 6px;
	background: rgb(176,149,72);
	background: -moz-linear-gradient(180deg, rgba(176,149,72,1) 0%, rgba(142,125,74,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(176,149,72,1) 0%, rgba(142,125,74,1) 100%);
	background: linear-gradient(180deg, rgba(176,149,72,1) 0%, rgba(142,125,74,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b09548",endColorstr="#8e7d4a",GradientType=1);
	transition: all 0.3s ease;
}

#buttonsArea .buttonsFlex .orderButton a:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 6px;
	background: #B09548;
	transition: all 0.3s ease;
}

#buttonsArea .buttonsFlex .orderButton a .mark {
	width: 43px;
	margin: 0 13px 0 0;
}

#buttonsArea .buttonsFlex .orderButton a .tex {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	margin: 0 17px 0 0;
}

#buttonsArea .buttonsFlex .orderButton a .icon {
	position: relative;
	width: 26px;
	height: 26px;
}

#buttonsArea .buttonsFlex .orderButton a .icon img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease;
}

#buttonsArea .buttonsFlex .orderButton a .icon img:first-child {
	opacity: 0;
}

#buttonsArea .buttonsFlex .faqButton {
	width: 560px;
	height: 90px;
}

#buttonsArea .buttonsFlex .faqButton a {
	position: relative;
	height: 100%;
	border-radius: 6px;
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 0 0 0 155px;
}

#buttonsArea .buttonsFlex .faqButton a:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	border-radius: 6px;
	background: rgb(0,36,103);
	background: -moz-linear-gradient(180deg, rgba(0,36,103,1) 0%, rgba(0,18,52,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,36,103,1) 0%, rgba(0,18,52,1) 100%);
	background: linear-gradient(180deg, rgba(0,36,103,1) 0%, rgba(0,18,52,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002467",endColorstr="#001234",GradientType=1);
	transition: all 0.3s ease;
}

#buttonsArea .buttonsFlex .faqButton a:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 6px;
	background: #002467;
	transition: all 0.3s ease;
}

#buttonsArea .buttonsFlex .faqButton a .mark {
	width: 43px;
	margin: 0 11px 0 0;
}

#buttonsArea .buttonsFlex .faqButton a .tex {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	margin: 0 19px 0 0;
}

#buttonsArea .buttonsFlex .faqButton a .icon {
	position: relative;
	width: 26px;
	height: 26px;
}

#buttonsArea .buttonsFlex .faqButton a .icon img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease;
}

#buttonsArea .buttonsFlex .faqButton a .icon img:first-child {
	opacity: 0;
	transition: all 0.3s ease;
}

#buttonsArea p {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.06em;
	text-align: center;
	color: #888888;
	font-family: "EB Garamond", serif;
	position: relative;
	z-index: 1;
}

/*----------------------------------------------------
 #budget
----------------------------------------------------*/

#budget {
	margin: 0 0 2px;
	padding: 102px 0 100px 0;
	position: relative;
	overflow: hidden;
	background: #e5e9f0;
}

#budget .lineHead h2 span {
	background: #e5e9f0;
	padding: 0 150px;
}

#budget .budgetList ul {
	display: flex;
	flex-wrap: wrap;
}

#budget .budgetList ul li {
	width: 285px;
	height: 60px;
	margin-right: 20px;
}

#budget .budgetList ul li a {
	background: #fff;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

#budget .budgetList ul li a .tex {
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	color: #002467;
	font-family: "Shippori Mincho", serif;
	transition: all 0.3s ease;
}

/*----------------------------------------------------
 #mailingArea
----------------------------------------------------*/

#mailingArea {
	padding: 62px 0 61px 0;
	position: relative;
	overflow: hidden;
	background: #ffffff;
}

#mailingArea .wButton {
	width: 800px;
	height: 120px;
	margin: 0 auto 0;
}

#mailingArea .wButton a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border: 1px solid #002467;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	transition: all 0.3s ease;
}

#mailingArea .wButton a:before {
	content: '';
	width: calc(100% - 22px);
	height: calc(100% - 22px);
	border: 1px solid #002467;
	position: absolute;
	left: 10px;
	top: 10px;
}

#mailingArea .wButton a .tex {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	color: #002467;
	font-family: "Shippori Mincho", serif;
}

#mailingArea .wButton a .icon {
	width: 26px;
	line-height: 26px;
	margin: 0 0 0 19px;
}

/*----------------------------------------------------
 #floatingNav
----------------------------------------------------*/

#floatingNav {
	padding: 22px 0 4px 0;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #F5F5F5;
	z-index: 100;
}

#floatingNav .inner {
	width: 1372px;
	position: relative;
}

#floatingNav .secList ul {
	display: flex;
	flex-wrap: wrap;
}

#floatingNav .secList ul li {
	width: calc(100% / 6.2);
	margin-bottom: 20px;
}

#floatingNav .secList ul li a {
	display: flex;
	align-items: center;
}

#floatingNav .secList ul li a .icon {
	width: 11px;
	line-height: 6px;
	margin-right: 9px;
	opacity: 0.7;
	transition: all 0.3s ease;
}

#floatingNav .secList ul li a .tex {
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: #444444;
	font-family: "Shippori Mincho", serif;
	transition: all 0.3s ease;
}

#floatingNav .secList ul li.osechiNav {
	width: calc(100% / 3.55);
	height: 28px;
	margin-bottom: 20px;
}

#floatingNav .secList ul li.osechiNav a {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#floatingNav .secList ul li.osechiNav a:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	background: rgb(0,36,103);
	background: -moz-linear-gradient(180deg, rgba(0,36,103,1) 0%, rgba(0,18,52,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,36,103,1) 0%, rgba(0,18,52,1) 100%);
	background: linear-gradient(180deg, rgba(0,36,103,1) 0%, rgba(0,18,52,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002467",endColorstr="#001234",GradientType=1);
	transition: all 0.3s ease;
}

#floatingNav .secList ul li.osechiNav a:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: #002467;
	transition: all 0.3s ease;
}

#floatingNav .secList ul li.osechiNav a .icon {
	width: 16.47px;
	line-height: 16.47px;
	opacity: 1;
}

#floatingNav .secList ul li.osechiNav a .tex {
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	color: #fff;
	font-family: "Shippori Mincho", serif;
}

#floatingNav .oracleList {
	display: flex;
	flex-direction: column;
	position: absolute;
	right: -18px;
	top: -74px;
}

#floatingNav .oracleList .orderNav {
	width: 100px;
	height: 100px;
}

#floatingNav .oracleList .orderNav a {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.15);
}

#floatingNav .oracleList .orderNav a:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	border-radius: 6px;
	background: rgb(176,149,72);
	background: -moz-linear-gradient(180deg, rgba(176,149,72,1) 0%, rgba(142,125,74,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(176,149,72,1) 0%, rgba(142,125,74,1) 100%);
	background: linear-gradient(180deg, rgba(176,149,72,1) 0%, rgba(142,125,74,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b09548",endColorstr="#8e7d4a",GradientType=1);
	transition: all 0.3s ease;
}

#floatingNav .oracleList .orderNav a:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 6px;
	background: #B09548;
	transition: all 0.3s ease;
}

#floatingNav .oracleList .orderNav a .tex {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4857142;
	letter-spacing: 0;
	text-align: center;
	color: #fff;
	font-family: "Shippori Mincho", serif;
}

#floatingNav .oracleList .faqNav {
	width: 100px;
	height: 100px;
	margin-top: 5px;
}

#floatingNav .oracleList .faqNav a {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#floatingNav .oracleList .faqNav a:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	border-radius: 50%;
	background: rgb(0,36,103);
	background: -moz-linear-gradient(180deg, rgba(0,36,103,1) 0%, rgba(0,18,52,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,36,103,1) 0%, rgba(0,18,52,1) 100%);
	background: linear-gradient(180deg, rgba(0,36,103,1) 0%, rgba(0,18,52,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002467",endColorstr="#001234",GradientType=1);
	transition: all 0.3s ease;
}

#floatingNav .oracleList .faqNav a:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 6px;
	background: #002467;
	transition: all 0.3s ease;
}

#floatingNav .oracleList .faqNav a .tex {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4857142;
	letter-spacing: 0;
	text-align: center;
	color: #fff;
	font-family: "Shippori Mincho", serif;
}

/*----------------------------------------------------
 #visual
----------------------------------------------------*/

#visual {
	position: relative;
	overflow: hidden;
}

#visual .image {
	width: 100%;
	display: flex;
	justify-content: center;
}

#visual .image img {
	/*min-width: 2001px;*/
}

#visual .goldTitle {
	padding: 49px 0 51px;
	position: relative;
	background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/goldBg.jpg') center no-repeat;
	background-size: cover;
}

#visual .goldTitle:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 10px;
}

#visual .goldTitle:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 10px;
}

#visual .goldTitle h1 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-family: "Shippori Mincho", serif;
}

#visual .goldTitle h1 small {
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
	margin: 0 10px 0 0;
}

#visual .goldTitle h1 small span {
	font-size: 30px;
}

#visual .goldTitle h1 b {
	font-size: 47px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
}

/*----------------------------------------------------
 #visual+winter2024
----------------------------------------------------*/

#visual.winter2024 .image img {
	min-width: 1440px;
}

#visual .blueTitle {
	overflow: hidden;
	padding: 50px 0 53px;
	position: relative;
	background: #002467;
}

#visual .blueTitle .bg {
	opacity: 0.2;
	width: 1400px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#visual .blueTitle h1 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-family: "Shippori Mincho", serif;
	margin-bottom: 101px;
}

#visual .blueTitle h1 small {
	font-size: 47px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
	margin: 0 10px 0 0;
}

#visual .blueTitle h1 b {
	font-size: 47px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
}

#visual .blueTitle p {
	font-size: 22px;
	font-weight: 600;
	line-height: 2.2727272;
	letter-spacing: 0;
	text-align: center;
	color: #fff;
	font-family: "Shippori Mincho", serif;
}

/*----------------------------------------------------
 #deliver
----------------------------------------------------*/

#deliver {
	padding: 100px 0 99px;
	position: relative;
	overflow: hidden;
	background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/deliverBg.jpg') center no-repeat;
	background-size: cover;
}

#deliver .objTitle {
	/*background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/titleBg2026.png') no-repeat;
	background-size: 1300px auto;
	background-position: center 0;*/
	margin: 0 0 83px;
}

#deliver .objTitle .ribonIcon {
	width: 100%;
	max-width: 138px;
	margin: 0 auto 20px;
}

.objTitle h2 img {
    width: 100vw;
    height: auto;
    display: block;
    position: absolute;
    top: -120px;
    min-width: 1200px;
}

#pickup .objTitle h2 img {
    top: 10px;
}

#deliver .objTitle h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 2.06666;
	letter-spacing: 0;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	color: #444444;
	position: relative;
}

#deliver .objTitle h2 span {
	color: #B40008;
}

#deliver .imageContets {
	position: relative;
	height: 783px;
	margin: 0 0 64px;
	padding: 79px 0 0 0;
}

#deliver .imageContets .bg {
	width: 100%;
  max-width: 1440px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#deliver .imageContets .bg img {
	width: 100%;
}

#deliver .imageContets .texArea {
	position: relative;
	z-index: 1;
	margin: 0 0 512px;
}

#deliver .imageContets .texArea p {
	font-size: 18px;
	font-weight: 600;
	line-height: 2.5;
	letter-spacing: 0;
	text-align: right;
	font-family: "Shippori Mincho", serif;
	color: #fff;
}

#deliver .imageContets .add {
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #444444;
	font-family: "Noto Sans JP", sans-serif;
	position: absolute;
	left: 120px;
	bottom: -17px;
	z-index: 1;
}

#deliver .lineBox {
	position: relative;
	background: #fff;
	display: flex;
	justify-content: space-between;
	margin-bottom: 61px;
	padding: 90px 105px 68px 81px;
}

#deliver .lineBox:before {
	content: '';
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #B09548;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#deliver .lineBox .firstBox {
	position: relative;
	display: flex;
	z-index: 1;
	width: 485px;
}

.first-in-box {
    display: flex;
    gap: 13px;
}

.firstBox-2026 .first-in-box:nth-of-type(2) {
    margin-top: 66px;
}

.firstBox-2026 .first-in-box:nth-of-type(3) {
    margin-top: 17px;
}

.first-in-box-text {
    width: 70px;
    height: 48px;
    background: #88631ECC;
    font-size: 16px;
    font-family: 'Shippori Mincho';
}

.first-in-box p {
    font-family: 'Shippori Mincho';
    font-weight: 600;
    line-height: 26px;
    font-size: 16px;
}

.first-in-box p span {
    font-size: 14px;
}

.first-in-box-text p {
    font-family: 'Shippori Mincho';
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
}

#deliver .lineBox .firstBox h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	color: #444444;
	font-family: "Shippori Mincho", serif;
	margin: 0 40px 0 0;
	white-space: nowrap;
}

#deliver .lineBox .firstBox ul li {
	display: flex;
	margin-bottom: 12px;
}

#deliver .lineBox .firstBox ul li .icon {
	width: 16px;
	margin: 0 2px 0 0;
}

#deliver .lineBox .firstBox ul li .texArea {
	width: calc(100% - 18px);
}

#deliver .lineBox .firstBox ul li .texArea .tex {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.625;
	letter-spacing: 0;
	color: #444444;
	font-family: "Shippori Mincho", serif;
}

#deliver .lineBox .secondBox {
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 1;
	width: 480px;
}

#deliver .lineBox .secondBox h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	color: #444444;
	font-family: "Shippori Mincho", serif;
	margin: 0 40px 0 0;
	white-space: nowrap;
}

#deliver .lineBox .secondBox ul li {
	display: flex;
	margin-bottom: 12px;
}

#deliver .lineBox .secondBox ul li .icon {
	width: 16px;
	margin: 0 2px 0 0;
}

#deliver .lineBox .secondBox ul li .texArea {
	width: calc(100% - 18px);
}

#deliver .lineBox .secondBox ul li .texArea .tex {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.625;
	letter-spacing: 0;
	color: #444444;
	font-family: "Shippori Mincho", serif;
}

#deliver .lineBox ul li .addlList {
	display: flex;
	margin: 2px 0 0 0;
}

#deliver .lineBox ul li .addlList .smallIcon {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	color: #444444;
	font-family: "Shippori Mincho", serif;
	margin: 0 4px 0 0;
}

#deliver .lineBox ul li .addlList .smallTex {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	color: #444444;
	font-family: "Shippori Mincho", serif;
}

#add-2026 .lineBox {
	position: relative;
	background: #fff;
	display: flex;
	justify-content: space-between;
	margin-bottom: 61px;
	padding: 90px 105px 50px 60px;
}

#add-2026 .lineBox:before {
	content: '';
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #B09548;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#add-2026 .lineBox .firstBox {
	position: relative;
	display: flex;
	z-index: 1;
	width: 930px;
	margin-bottom: 26px;
}

#add-2026 .lineBox .firstBox h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	color: #444444;
	font-family: "Shippori Mincho", serif;
	margin: 0 40px 0 0;
	white-space: nowrap;
}

#add-2026 .lineBox .firstBox ul li {
	display: flex;
	margin-bottom: 12px;
}

#add-2026 .lineBox .firstBox ul li .icon {
	width: 30px;
	margin: 0 7px 0 0;
}

#add-2026 .add-tex {
    margin-top: 26px;
}

#add-2026 .add-tex p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0;
    color: #444444;
    font-family: "Noto Sans JP", sans-serif;
}

#add-2026 .lineBox .firstBox ul li .texArea {
	width: calc(100% - 0px);
}

#add-2026 .lineBox .firstBox ul li .texArea .tex {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.625;
	letter-spacing: 0;
	color: #444444;
	font-family: "Shippori Mincho", serif;
}

#add-2026 .lineBox .firstBox ul li .texArea .tex span img {
    position: relative;
    top: -2px;
}

#add-2026 .lineBox .secondBox {
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 1;
	width: 450px;
}

#add-2026 .lineBox .secondBox h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	color: #444444;
	font-family: "Shippori Mincho", serif;
	margin: 0 40px 0 0;
	white-space: nowrap;
}

#add-2026 .lineBox .secondBox ul li {
	display: flex;
	margin-bottom: 12px;
}

#add-2026 .lineBox .secondBox ul li .icon {
	width: 16px;
	margin: 0 2px 0 0;
}

#add-2026 .lineBox .secondBox ul li .texArea {
	width: calc(100% - 18px);
}

#add-2026 .lineBox .secondBox ul li .texArea .tex {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.625;
	letter-spacing: 0;
	color: #444444;
	font-family: "Shippori Mincho", serif;
}

#add-2026 .lineBox ul li .addlList {
	display: flex;
	margin: 2px 0 0 0;
}

#add-2026 .lineBox ul li .addlList .smallIcon {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	color: #444444;
	font-family: "Shippori Mincho", serif;
	margin: 0 4px 0 0;
}

#add-2026 .lineBox ul li .addlList .smallTex {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	color: #444444;
	font-family: "Shippori Mincho", serif;
}

/*----------------------------------------------------
 #pickup
----------------------------------------------------*/

#pickup {
	padding: 101px 0 45px;
	position: relative;
	overflow: hidden;
	background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/pickupBg.jpg') center no-repeat;
	background-size: cover;
}

#pickup .objTitle {
	/*background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/titleBg.png') no-repeat;
	background-size: 1300px auto;
	background-position: center 0;*/
	margin: 0 0 125px;
}

#pickup .objTitle .ribonIcon {
	width: 100%;
	max-width: 138px;
	margin: 0 auto 33px;
}

#pickup .objTitle .enTex {
	margin: 0 0 10px;
}

#pickup .objTitle .enTex p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #B09548;
	text-align: center;
	font-family: "EB Garamond", serif;
}

#pickup .objTitle .jnTex {
	margin: 0px 0 15px;
}

#pickup .objTitle .jnTex p {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	color: #444444;
	text-align: center;
	font-family: "Shippori Mincho", serif;
}

.add-2026-img-box {
    width: 1200px;
    margin: -75px auto 80px;
}

.add-2026-img-box p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #444444;
    font-family: "Noto Sans JP", sans-serif;
}

#pickup .objTitle h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	color: #444444;
	margin-bottom: 20px;
}

#pickup .pickupListFull {
	margin-bottom: 65px;
}

#pickup .pickupListFull .inner {
	/*padding-left: 13.6%;
	padding-right: 13.6%;
	width: initial;*/
	width: 1050px;
}

#pickup .pickupListFull .box {
	position: relative;
	display: flex;
	z-index: 2;
}

#add-2026 {
    position: relative;
    height: 600px;
}

#add-2026 .inner {
    width: 1050px;
    position: absolute;
    top: -100px;
    transform: translateX(-50%);
    left: 52.5%;
    z-index: 0;
}

#pickup .pickupListFull .box:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #B09548;
	position: absolute;
	right: -5px;
	bottom: -5px;
	z-index: 0;
}

#pickup .pickupListFull .box .image {
	width: 45.37%;
	position: relative;
	z-index: 1;
}

#pickup .pickupListFull .box .image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#pickup .pickupListFull .box .conts {
	position: relative;
	z-index: 1;
	background: #2D2B2C;
	width: calc(100% - 45.37%);
	padding: 89px 77px 0 52px;
}

#pickup .pickupListFull .box .conts .areaIcon {
	position: absolute;
	right: 33px;
	top: -30px;
	width: 121.5px;
	height: 121.5px;
	background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/areaBg.png') no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

#pickup .pickupListFull.pickup-2026 .box .conts .areaIcon {
	position: absolute;
	right: 33px;
	top: -30px;
	width: 108px;
	height: 108px;
	background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/areaBg-2026.png') no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

#pickup .pickupListFull .box .conts .areaIcon p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	transform: translateY(4px);
	-webkit-transform: translateY(4px);
}

#pickup .pickupListFull.pickup-2026 .box .conts .areaIcon p {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.1em;
	color: #B09548;
	font-family: "Shippori Mincho", serif;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-webkit-text-stroke: 0.5px #B09548;
	text-stroke: 0.5px #B09548;
}

#pickup .pickupListFull .box .conts h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.916;
	letter-spacing: 0;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	border-bottom: 1px solid #B09548;
	margin: 0 0 17px 0;
	padding: 0 0 7px 0;
}

#pickup .pickupListFull .box .conts p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.1176;
	letter-spacing: 0;
	color: #fff;
	font-family: "Shippori Mincho", serif;
}

#pickup .pickupListHerf {
	margin-bottom: 60px;
}

#pickup .pickupListHerf .inner {
	/*padding-left: 13.6%;
	padding-right: 13.6%;
	width: initial;*/
	display: flex;
	justify-content: space-between;
	width: 1050px;
}

#pickup .pickupListHerf .box {
	position: relative;
	width: 45.37894%;
	display: flex;
	flex-direction: column;
}

#pickup .pickupListHerf .box:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #B09548;
	position: absolute;
	right: -5px;
	bottom: -5px;
	z-index: 0;
}

#pickup .pickupListHerf .box .image {
	position: relative;
	z-index: 1;
	width: 100%;
}

#pickup .pickupListHerf .box .conts {
	position: relative;
	z-index: 1;
	background: #2D2B2C;
	width: 100%;
	height: 100%;
	padding: 58px 59px 57px 52px;
}

#pickup .pickupListHerf .box .conts .areaIcon {
	position: absolute;
	right: -29px;
	top: -49px;
	width: 121.5px;
	height: 121.5px;
	background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/areaBg.png') no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

#pickup .pickupListHerf .box .conts .areaIcon p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	font-family: "Shippori Mincho", serif;
}

#pickup .pickupListHerf .box .conts h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.916;
	letter-spacing: 0;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	border-bottom: 1px solid #B09548;
	margin: 0 0 17px 0;
	padding: 0 0 7px 0;
}

#pickup .pickupListHerf .box .conts p {
	font-size: 16px;
	font-weight: 600;
	line-height: 2.1176;
	letter-spacing: 0;
	color: #fff;
	font-family: "Shippori Mincho", serif;
}

#pickup.faq-sec {
    background: url(https://shop.rtg.jp/Contents/ImagesPkg/add_lp/itemBg.jpg) center no-repeat;
    background-size: cover;
}

/*----------------------------------------------------
 #item
----------------------------------------------------*/

#item {
	padding: 108px 0 100px;
	position: relative;
	overflow: hidden;
	background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/itemBg.jpg') center no-repeat;
	background-size: cover;
}

#item .inner {
	/*width: initial;
	padding-left: 15%;
	padding-right: 15%;*/
	width: 1200px;
}

#item .itemList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

#item .itemList .box {
	width: 22.83333%;
	margin: 0 2.88883% 44px 0;
}

#item .itemList .box .iconHead {
	display: flex;
	margin-bottom: 8px;
}

#item .itemList .box .iconHead .icon {
	width: 16px;
	margin: 0 2px 0 0;
	transform: translateY(3px);
	-webkit-transform: translateY(3px);
}

#item .itemList .box .iconHead .tex {
	width: calc(100% - 20px);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.625;
	letter-spacing: 0;
	color: #444444;
	font-family: "Shippori Mincho", serif;
}

#item .itemList .box .image {
	margin-bottom: 20px;
}

#item .itemList .box p {
	font-size: 14px;
	font-weight: 400;
	line-height: 2.1428571;
	letter-spacing: 0;
	color: #444444;
	font-family: "Noto Sans JP", sans-serif;
	position: relative;
	z-index: 1;
}

/*----------------------------------------------------
 PC
----------------------------------------------------*/
@media screen and  (min-width: 1201px) {



	/*------------------------
	#item
	------------------------*/



}

@media screen and (min-width: 769px) {
	.pc_hidden {
		display: none !important;
	}

	#item .itemList .box:nth-child(4n) {
		margin-right: 0;
	}

	#secNav .navList ul li:nth-child(5n) {
		margin-right: 0;
	}

	#secNav .navList ul li a:hover {
		opacity: 0.7;
	}

	#budget .budgetList ul li:nth-child(4n) {
		margin-right: 0;
	}

	#floatingNav .secList ul li a:hover {
		opacity: 1;
	}

	#floatingNav .secList ul li a:hover .tex {
		color: #002467;
	}

	#floatingNav .secList ul li a:hover .icon {
		opacity: 1;
	}

	#buttonsArea .buttonsFlex .orderButton a:hover {
		opacity: 1;
	}

	#buttonsArea .buttonsFlex .orderButton a:hover:after {
		opacity: 0;
	}

	#buttonsArea .buttonsFlex .orderButton a:hover .icon img:first-child {
		opacity: 1;
	}

	#buttonsArea .buttonsFlex .orderButton a:hover .icon img:last-child {
		opacity: 0;
	}

	#buttonsArea .buttonsFlex .faqButton a:hover {
		opacity: 1;
	}

	#buttonsArea .buttonsFlex .faqButton a:hover:after {
		opacity: 0;
	}

	#buttonsArea .buttonsFlex .faqButton a:hover .icon img:first-child {
		opacity: 1;
	}

	#buttonsArea .buttonsFlex .faqButton a:hover .icon img:last-child {
		opacity: 0;
	}

	#floatingNav .oracleList .orderNav a:hover {
		opacity: 1;
	}

	#floatingNav .oracleList .orderNav a:hover:after {
		opacity: 0;
	}

	#floatingNav .oracleList .faqNav a:hover {
		opacity: 1;
	}

	#floatingNav .oracleList .faqNav a:hover:after {
		opacity: 0;
	}

	#floatingNav .secList ul li.osechiNav a:hover .tex {
		color: #fff;
	}

	#floatingNav .secList ul li.osechiNav a:hover:after {
		opacity: 0;
	}

	#budget .budgetList ul li a:hover {
		opacity: 1;
		background: #002467;
	}

	#budget .budgetList ul li a:hover .tex {
		color: #fff;
	}

}

/*----------------------------------------------------
 SP
----------------------------------------------------*/

@media screen and (max-width: 768px) {
	.sp_hidden {
		display: none !important;
	}

	.inner {
		min-width: initial;
	}

	.lineButton {
		height: 16vw;
		max-width: 77.333vw;
	}

	.lineButton a .icon {
		width: 3.769vw;
		margin: 0 2.667vw 0 0;
	}

	.lineButton a .tex b {
		font-size: 3.733vw;
	}

	.lineButton a .tex small {
		font-size: 3.2vw;
	}

	.lineButton a .leftLine {
		max-width: 16vw;
	}

	.lineButton a .rightLine {
		max-width: 16vw;
	}

	.lineButton.blueButton {
		height: 18.48vw;
		max-width: 89.333vw;
	}

	.lineButton.blueButton a .tex b {
		font-size: 4.133vw;
		line-height: 1.6;
	}

	.lineButton.blueButton a .rightLine {
		top: initial;
		bottom: 0;
	}

	.lineHead {
		margin-bottom: 7.467vw;
	}

	.lineHead .enTex {
		font-size: 3.2vw;
		margin-bottom: 2.4vw;
	}

	.lineHead h2:before {
		content: '';
		width: 100%;
		height: 0.267vw;
		background: #002467;
		position: absolute;
		top: 50%;
		left: 0%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}

	.lineHead h2 span {
		font-size: 5.333vw;
		padding: 0 2.667vw;
	}

	.lineHead h2 span:before {
		width: 4.267vw;
		left: -4vw;
		top: 4.267vw;
		transform: rotate(-48deg);
		-webkit-transform: rotate(-48deg);
		-ms-transform: rotate(-48deg);
	}

	.lineHead h2 span:after {
		width: 4.267vw;
		right: -4vw;
		top: 4.267vw;
		transform: rotate(-48deg);
		-webkit-transform: rotate(-48deg);
		-ms-transform: rotate(-48deg);
	}

	/*---------------------------------
	#worningArea
	---------------------------------*/

	#worningArea {
		padding: 5.6vw 0 0 0;
	}

	#worningArea .inner {
		width: 100%;
		padding: 0 6.533vw;
		box-sizing: border-box;
		max-width: initial;
		margin: 0 auto 0;
	}

	#worningArea .wornigBox {
		padding: 5.867vw 4.6vw 4.8vw;
	}

	#worningArea .wornigBox .head {
		margin: 0 0 2.667vw;
		padding: 0 0 2.933vw 0;
	}

	#worningArea .wornigBox .head h2 {
		font-size: 4vw;
	}

	#worningArea ul {
		display: flex;
		flex-direction: column;
		padding: 0 0 0 5.6vw;
	}

	#worningArea ul li {
		font-size: 3.467vw;
		line-height: 1.8461538;
		margin-bottom: 4.267vw;
	}

	#worningArea ul li:last-child {
		margin-bottom: 0;
	}

	#worningArea ul li:before {
		font-size: 3.467vw;
		left: -4.533vw;
		top: 0;
	}

	#worningArea ul li b {
		font-size: 3.733vw;
	}

	/*---------------------------------
	#secNav
	---------------------------------*/

	#secNav .topArea {
		padding: 10.667vw 0 5.333vw 0;
	}

	#secNav .bottomArea {
		padding: 10.667vw 0 5.467vw 0;
	}

	#secNav .navList {
		padding: 0 5.333vw;
	}

	#secNav .navList ul {
		display: flex;
		flex-wrap: wrap;
	}

	#secNav .bottomArea .navList ul li {
		margin-bottom: 3.467vw;
	}

	#secNav .navList ul li {
		width: 31.53961%;
		margin-right: 2.690585%;
		margin-bottom: 2.933vw;
	}

	#secNav .navList ul li:nth-child(3n) {
		margin-right: 0;
	}

	#secNav .navList ul li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		transition: all 0.3s ease;
	}

	#secNav .navList ul li a .image {
		width: 100%;
		margin-bottom: 1.867vw;
	}

	#secNav .navList ul li a .tex {
		font-size: 3.467vw;
		line-height: 1.1845153;
		height: 8.208vw;
		margin-bottom: -0.8vw;
	}

	#secNav .navList ul li a .tex.singleHeight {
		height: 3.467vw;
	}

	#secNav .navList ul li a .arrow {
		width: 2.133vw;
	}

	#secNav .navList ul li.osechiNav {
		width: 100%;
		height: 18.9vw;
		margin-top: -0.533vw;
		margin-right: 0;
		margin-bottom: 5.067vw;
	}

	#secNav .navList ul li.osechiNav a:before {
		width: calc(100% - 2.453vw);
		height: calc(100% - 2.453vw);
		left: 0.96vw;
		top: 0.96vw;
	}

	#secNav .navList ul li.osechiNav a .bgLeft {
		width: 21.333vw;
		left: 5.333vw;
		top: 0.533vw;
	}

	#secNav .navList ul li.osechiNav a .bgRight {
		width: 24.267vw;
		right: 1.333vw;
		bottom: 0.267vw;
	}

	#secNav .navList ul li.osechiNav a .tex {
		font-size: 3.733vw;
		line-height: 2.2;
		margin: 0 0 0 2.667vw;
	}

	#secNav .navList ul li.osechiNav a .icon {
		width: 3.384vw;
	}

	/*---------------------------------
	.secItem
	---------------------------------*/

	.secItem .fullImage img {
		min-width: 100%;
	}

	.secItem .contents {
		padding: 5.6vw 0 16vw;
	}

	.secItem .contents .head {
		flex-direction: column;
		align-items: center;
		margin-bottom: 5.6vw;
	}

	.secItem .contents .head h2 {
		font-size: 4.667vw;
		line-height: 1.4285714;
		text-align: center;
	}

	.secItem .contents .head .price {
		margin: 4.267vw 0 0 0;
	}

	.secItem .contents .head .price small {
		font-size: 3.2vw;
		margin: 0 3.467vw 0 0;
		transform: translate(0.267vw, -0.267vw);
		-webkit-transform: translate(0.267vw, -0.267vw);
		-ms-transform: translate(0.267vw, -0.267vw);
	}

	.secItem .contents .head .price b span:nth-child(1) {
		font-size: 3.6vw;
		transform: translate(-1.333vw, -0.267vw);
		-webkit-transform: translate(-1.333vw, -0.267vw);
		-ms-transform: translate(-1.333vw, -0.267vw);
	}

	.secItem .contents .head .price b span:nth-child(2) {
		font-size: 4.667vw;
	}

	.secItem .contents .head .price b span:nth-child(3) {
		font-size: 2.8vw;
		transform: translate(-0.533vw, -0.267vw);
		-webkit-transform: translate(-0.533vw, -0.267vw);
		-ms-transform: translate(-0.533vw, -0.267vw);
	}

	.secItem .imageHead {
		background: #1A1311;
	}

	.secItem .imageHead .inner {
		flex-direction: column;
	}

	.secItem.reverse .imageHead .inner {
		flex-direction: column;
	}

	.secItem .imageHead .inner .bgImage {
		width: 100%;
		height: 100%;
	}

	.secItem .imageHead .inner .conts {
		width: 100%;
		padding: 5.333vw 5.333vw 9.333vw;
	}

	.secItem .imageHead .inner .conts ul li {
		width: 48%;
	}

	.secItem .imageHead .inner .conts ul li a {
		display: flex;
		flex-direction: column;
		transition: all 0.3s ease;
	}

	.secItem .imageHead .inner .conts ul li .image {
		margin-bottom: 2.667vw;
	}

	.secItem .imageHead .inner .conts ul li .itemInfo {
		height: calc(100% - 35.717vw);
	}

	.secItem .imageHead .inner .conts ul li .itemInfo .tex {
		font-size: 3.733vw;
		line-height: 1.7857142;
	}

	.secItem .imageHead .inner .conts ul li .itemInfo .sizeArea {
    margin-top: 3.2vw;
	}

	.secItem .imageHead .inner .conts ul li .itemInfo .size {
    font-size: 3.733vw;
    margin-bottom: -1.6vw;
	}

	.secItem .imageHead .inner .conts ul li .itemInfo .price {
		margin-top: 3.2vw;
	}

	.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child {
		font-size: 3.067vw;
		margin-right: 1.6vw;
		transform: translate(0.533vw, 0);
		-webkit-transform: translate(0.533vw, 0);
		-ms-transform: translate(0.533vw, 0);
	}

	.secItem .imageHead .inner .conts ul li .itemInfo .price b {
		font-size: 5.333vw;
	}

	.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
		font-size: 3.067vw;
		transform: translate(-0.8vw, -0.267vw);
		-webkit-transform: translate(-0.8vw, -0.267vw);
		-ms-transform: translate(-0.8vw, -0.267vw);
	}

	#sec03.secItem .imageHead {
		background: #F7F7F1;
	}

	#sec03.secItem .imageHead .inner .conts ul li .itemInfo .tex,
	#sec03.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
	#sec03.secItem .imageHead .inner .conts ul li .itemInfo .price b,
	#sec03.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
		color: #444444;
	}

	#sec05.secItem .imageHead {
		background: #E4DDCB;
	}

	#sec05.secItem .imageHead .inner .conts ul li .itemInfo .tex,
	#sec05.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
	#sec05.secItem .imageHead .inner .conts ul li .itemInfo .price b,
	#sec05.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
		color: #444444;
	}

	#sec06.secItem .imageHead {
		background: #E4DDCB;
	}

	#sec06.secItem .imageHead .inner .conts ul li .itemInfo .tex,
	#sec06.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
	#sec06.secItem .imageHead .inner .conts ul li .itemInfo .price b,
	#sec06.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
		color: #444444;
	}

	#sec07.secItem .contents {
		padding: 5.6vw 0 13.067vw;
	}

	#sec08.secItem .imageHead {
		background: #6D6574;
	}

	#sec09.secItem .imageHead {
		background: #B0A485;
	}

	#sec10.secItem .imageHead {
		background: #B9AA96;
	}

	#sec11.secItem .imageHead {
		background: #F5F2EC;
	}

	#sec11.secItem .imageHead .inner .conts ul li .itemInfo .tex,
	#sec11.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
	#sec11.secItem .imageHead .inner .conts ul li .itemInfo .price b,
	#sec11.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
		color: #444444;
	}

	#sec12.secItem .imageHead {
		background: #F5F2EC;
	}

	#sec12.secItem .imageHead .inner .conts ul li .itemInfo .tex,
	#sec12.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
	#sec12.secItem .imageHead .inner .conts ul li .itemInfo .price b,
	#sec12.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
		color: #444444;
	}

	#sec13.secItem .imageHead {
		background: #F5F2EC;
	}

	#sec13.secItem .imageHead .inner .conts ul li .itemInfo .tex,
	#sec13.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
	#sec13.secItem .imageHead .inner .conts ul li .itemInfo .price b,
	#sec13.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
		color: #444444;
	}

	#sec14.secItem .imageHead {
		background: #F5F2EC;
	}

	#sec14.secItem .imageHead .inner .conts ul li .itemInfo .tex,
	#sec14.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
	#sec14.secItem .imageHead .inner .conts ul li .itemInfo .price b,
	#sec14.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
		color: #444444;
	}

	#sec14.secItem .contents {
		padding: 5.6vw 0 13.067vw;
	}

	#sec15.secItem .imageHead {
		background: #F5F2EC;
	}

	#sec15.secItem .imageHead .inner .conts ul li .itemInfo .tex,
	#sec15.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
	#sec15.secItem .imageHead .inner .conts ul li .itemInfo .price b,
	#sec15.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
		color: #444444;
	}

	#sec16.secItem .imageHead {
		background: #F5F2EC;
	}

	#sec16.secItem .imageHead .inner .conts ul li .itemInfo .tex,
	#sec16.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
	#sec16.secItem .imageHead .inner .conts ul li .itemInfo .price b,
	#sec16.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
		color: #444444;
	}

	#sec17.secItem .imageHead {
		background: #F5F2EC;
	}

	#sec17.secItem .imageHead .inner .conts ul li .itemInfo .tex,
	#sec17.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
	#sec17.secItem .imageHead .inner .conts ul li .itemInfo .price b,
	#sec17.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
		color: #444444;
	}

	#sec18.secItem .imageHead {
		background: #F5F2EC;
	}

	#sec18.secItem .imageHead .inner .conts ul li .itemInfo .tex,
	#sec18.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
	#sec18.secItem .imageHead .inner .conts ul li .itemInfo .price b,
	#sec18.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
		color: #444444;
	}

	#sec19.secItem .imageHead {
		background: #F5F2EC;
	}

	#sec19.secItem .imageHead .inner .conts ul li .itemInfo .tex,
	#sec19.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
	#sec19.secItem .imageHead .inner .conts ul li .itemInfo .price b,
	#sec19.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
		color: #444444;
	}

	#sec20.secItem .imageHead {
		background: #F5F2EC;
	}

	#sec20.secItem .imageHead .inner .conts ul li .itemInfo .tex,
	#sec20.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
	#sec20.secItem .imageHead .inner .conts ul li .itemInfo .price b,
	#sec20.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
		color: #444444;
	}

	#sec21.secItem .imageHead {
		background: #F5F2EC;
	}

	#sec21.secItem .imageHead .inner .conts ul li .itemInfo .tex,
	#sec21.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
	#sec21.secItem .imageHead .inner .conts ul li .itemInfo .price b,
	#sec21.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
		color: #444444;
	}

	#sec22.secItem .imageHead {
		background: #F5F2EC;
	}

	#sec22.secItem .imageHead .inner .conts ul li .itemInfo .tex,
	#sec22.secItem .imageHead .inner .conts ul li .itemInfo .price small:first-child,
	#sec22.secItem .imageHead .inner .conts ul li .itemInfo .price b,
	#sec22.secItem .imageHead .inner .conts ul li .itemInfo .price small:last-child {
		color: #444444;
	}

	/*---------------------------------
	#buttonsArea
	---------------------------------*/

	#buttonsArea {
		overflow: hidden;
		padding: 10.933vw 0 8.533vw 0;
	}

	#buttonsArea.mbButtons {
		margin-bottom: 13.333vw;
	}

	#buttonsArea .bg {
		width: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	#buttonsArea .buttonsFlex {
		margin-bottom: 5.333vw;
		padding: 0 5.333vw;
	}

	#buttonsArea .buttonsFlex .orderButton {
		width: 48%;
		height: 28.4vw;
	}

	#buttonsArea .buttonsFlex .orderButton a {
		border-radius: 0;
		flex-direction: column;
		align-items: center;
		padding: 1.067vw 0 0;
	}

	#buttonsArea .buttonsFlex .orderButton a:before {
		border-radius: 0;
	}

	#buttonsArea .buttonsFlex .orderButton a:after {
		border-radius: 0;
	}

	#buttonsArea .buttonsFlex .orderButton a .mark {
		width: 5.268vw;
		margin: 0 0 0.8vw 0;
	}

	#buttonsArea .buttonsFlex .orderButton a .tex {
		font-size: 4vw;
		line-height: 1.6;
		text-align: center;
		margin: 0 0 1.067vw 0;
	}

	#buttonsArea .buttonsFlex .orderButton a .icon {
		width: 3.357vw;
		height: 3.357vw;
	}

	#buttonsArea .buttonsFlex .faqButton {
		width: 48%;
		height: 28.4vw;
	}

	#buttonsArea .buttonsFlex .faqButton a {
		border-radius: 0;
		flex-direction: column;
		align-items: center;
		padding: 1.867vw 0 0;
	}

	#buttonsArea .buttonsFlex .faqButton a:before {
		border-radius: 0;
	}

	#buttonsArea .buttonsFlex .faqButton a:after {
		border-radius: 0;
	}

	#buttonsArea .buttonsFlex .faqButton a .mark {
		width: 6.667vw;
		margin: 0 0 3.467vw 0;
	}

	#buttonsArea .buttonsFlex .faqButton a .tex {
		font-size: 4vw;
		line-height: 1.6;
		text-align: center;
		margin: 0 0 3.467vw 0;
	}

	#buttonsArea .buttonsFlex .faqButton a .icon {
		width: 3.357vw;
		height: 3.357vw;
	}

	#buttonsArea p {
		font-size: 3.467vw;
	}

	/*---------------------------------
	#budget
	---------------------------------*/

	#budget {
		margin: 0 0 0.533vw;
		padding: 15.2vw 0 7.733vw 0;
	}

	#budget .lineHead h2 span {
		padding: 0 23.467vw;
	}

	#budget .budgetList ul {
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
	}

	#budget .budgetList ul li {
		width: 74%;
		height: 15.6vw;
		margin-right: initial;
		margin-bottom: 5.333vw;
	}

	#budget .budgetList ul li a .tex {
		font-size: 4.667vw;
	}

	/*---------------------------------
	#mailingArea
	---------------------------------*/

	#mailingArea {
		padding: 10.933vw 0 10.4vw 0;
	}

	#mailingArea .wButton {
		width: 90%;
		height: 18.933vw;
		margin: 0 auto 0;
	}

	#mailingArea .wButton a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		border: 0.267vw solid #002467;
		box-shadow: 0 0 2.667vw rgba(0,0,0,0.3);
		transition: all 0.3s ease;
	}

	#mailingArea .wButton a:before {
		width: calc(100% - 2.667vw);
		height: calc(100% - 2.667vw);
		left: 1.067vw;
		top: 1.067vw;
	}

	#mailingArea .wButton a .tex {
		font-size: 4vw;
		line-height: 1.6;
	}

	#mailingArea .wButton a .icon {
		width: 3.357vw;
		line-height: 3.357vw;
		margin: 0 0 0 2.667vw;
	}

	/*---------------------------------
	#floatingNav
	---------------------------------*/

	#floatingNav {
		padding: 0 0 0 0;
		box-shadow: 0 -2.667vw 5.333vw rgba(0,0,0,0.2);
		transform: translateY(calc(100% - 24.6vw));
		-webkit-transform: translateY(calc(100% - 24.6vw));
		-ms-transform: translateY(calc(100% - 24.6vw));
		transition: all 0.5s ease;
	}

	#floatingNav.active {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
	}

	#floatingNav .inner {
		width: calc(100% - 10.667vw);
		margin: 0 auto 0;
		padding: 4vw 0 0;
		position: relative;
	}

	#floatingNav .secList ul li {
		width: calc(100% / 2);
		margin-bottom: 5.333vw;
	}

	#floatingNav .secList ul li a .icon {
		margin-right: 1.6vw;
		opacity: 1;
	}

	#floatingNav .secList ul li a .tex {
		font-size: 3.2vw;
	}

	#floatingNav .navList {
		position: absolute;
		left: 0;
		top: 11.8vw;
		width: 100%;
		display: flex;
		justify-content: space-between;
		z-index: 1;
	}

	#floatingNav .navList .orderNav {
		width: 50%;
		height: 12.8vw;
	}

	#floatingNav .navList .orderNav a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		background: #B09548;
	}

	#floatingNav .navList .orderNav a .tex {
		font-size: 3.467vw;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0;
		text-align: center;
		font-family: "Shippori Mincho", serif;
		color: #fff;
	}

	#floatingNav .navList .faqNav {
		width: 50%;
		height: 12.8vw;
	}

	#floatingNav .navList .faqNav a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		background: #002467;
	}

	#floatingNav .navList .faqNav a .tex {
		font-size: 3.467vw;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0;
		text-align: center;
		font-family: "Shippori Mincho", serif;
		color: #fff;
	}

	#floatingNav .navHead  {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 11.8vw;
		background: #F5F5F5;
		border-bottom: 0.267vw solid #ABB5CA;
		box-sizing: border-box;
	}

	#floatingNav .navHead .tex {
		font-size: 3.467vw;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 0;
		text-align: center;
		font-family: "Shippori Mincho", serif;
		color: #002467;
	}

	#floatingNav .navHead .icon {
		width: calc(4.429vw / 2);
		line-height: calc(4.843vw / 2);
		margin: 0 0 0 1.333vw;
		transition: all 0.3s ease;
	}

	#floatingNav.active .navHead .icon {
		transform: translateY(0.533vw) rotate(180deg);
		-webkit-transform: translateY(0.533vw) rotate(180deg);
		-ms-transform: translateY(0.533vw) rotate(180deg);
	}

	#floatingNav .secList ul li.osechiNav {
		width: 100%;
		height: 13.496vw;
		margin-bottom: 5.333vw;
	}

	#floatingNav .secList ul li.osechiNav a {
		position: relative;
		width: 100%;
		height: 100%;
	}

	#floatingNav .secList ul li.osechiNav a .bg {
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		left: 0;
		top: 0;
	}

	#floatingNav .secList ul li.osechiNav a .icon {
		width: 3.384vw;
		line-height: 3.384vw;
		opacity: 1;
	}

	/*---------------------------------
		#visual
	---------------------------------*/

	#visual .image {
		width: 100%;
		max-width: 100%;
	}

	#visual .image img {
		min-width: initial;
	}

	#visual .goldTitle {
    padding: 7.467vw 0 8vw;
    position: relative;
    background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/goldBg-sp.jpg') center no-repeat;
    background-size: cover;
	}

	#visual .goldTitle h1 {
		flex-direction: column;
		align-items: center;
    display: block;
    text-align: center;
	}

	#visual .goldTitle:before {
		display: none;
	}

	#visual .goldTitle:after {
		display: none;
	}

	#visual .goldTitle h1 small {
		font-size: 4.533vw;
		margin: 0 0 2.133vw 0;
	}

	#visual .goldTitle h1 small span {
		font-size: 5.2vw;
		margin: 0 -1.6vw 0 0;
	}

	#visual .goldTitle h1 b {
		font-size: 5.867vw;
	}

.plus-text {
    font-size: 5.867vw;
}

.text-23:after {
    font-size: 2.667vw;
        bottom: -4.5vw;
        left: -1vw;
}

.text-4:after {
    font-size: 2.667vw;
        bottom: -4.5vw;
        left: -1vw;
}

.objTitle h2 img {
    display: none;
}

	/*---------------------------------
	#visual+winter2024
	---------------------------------*/

	#visual.winter2024 .image img {
		min-width: 100%;
	}

	#visual .blueTitle {
		padding: 8.9vw 0 6.767vw;
	}

	#visual .blueTitle .bg {
		opacity: 1;
		width: 100%;
		bottom: 0;
	}

	#visual .blueTitle h1 {
		margin-bottom: 13.4vw;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#visual .blueTitle h1 small {
		font-size: 7.333vw;
		line-height: 1.2;
		margin: 0 0 0 0;
	}

	#visual .blueTitle h1 b {
		font-size: 9.333vw;
		line-height: 1.2;
	}

	#visual .blueTitle p {
		font-size: 4vw;
		line-height: 2;
	}

	/*---------------------------------
		#deliver
	---------------------------------*/

	#deliver {
		padding: 12.067vw 0 10.933vw;
		background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/deliverBg-sp.jpg') center no-repeat;
		background-size: cover;
	}

	#deliver .objTitle {
		position: relative;
		margin: 0 0 5.6vw;
	}

	#deliver .objTitle:before {
		content: '';
		width: 100vw;
		height: 65.867vw;
		background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/titleBg2026-2-sp.png') no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: -11.4vw;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	#deliver .objTitle .ribonIcon {
		max-width: 17.693vw;
		margin: 0 auto 2.4vw;
	}

	#deliver .objTitle h2 {
		font-size: 5.067vw;
		line-height: 2.0789473;
	}

	#deliver .imageContets {
		position: relative;
		height: initial;
		margin: 0 0 7.733vw;
		padding: 75.467vw 0 0 0;
		box-sizing: border-box;
	}

	#deliver .imageContets .bg {
		position: absolute;
		top: 0;
		left: 0;
		transform: initial;
		-webkit-transform: initial;
		-ms-transform: initial;
	}

	#deliver .imageContets .bg img {
		min-width: 100%;
	}

	#deliver .imageContets .texArea {
		position: relative;
		z-index: 1;
		background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/deliverBox-bg.png') center no-repeat;
		background-size: cover;
		margin: 0 auto 0;
		padding: 5.333vw 8.533vw 4.8vw 8.267vw;
		width: 87%;
		transform: translateX(-0.533vw);
		-webkit-transform: translateX(-0.533vw);
		-ms-transform: translateX(-0.533vw);
	}

	#deliver .imageContets .texArea p {
		font-size: 4vw;
		font-weight: 600;
		line-height: 2.3333;
		letter-spacing: 0;
		text-align: left;
		font-family: "Shippori Mincho", serif;
		color: #fff;
	}

	#deliver .imageContets .texArea p span {
		margin: 0 -1.333vw 0 0;
	}

	#deliver .imageContets .add {
		font-size: 2.933vw;
		font-weight: 400;
		line-height: 1.5;
		margin-bottom: 2.4vw;
		padding: 0 7.5% 0 0;
		position: relative;
		left: 36.4vw;
		bottom: initial;
		color: #fff;
	}

	#deliver .lineBox {
		display: block;
		width: 86%;
		margin: 0 auto 8vw;
		padding: 9.067vw 7.067vw 9.067vw 7.067vw;
	}

	#deliver .lineBox:before {
		content: '';
		width: calc(100% - 3.2vw);
		height: calc(100% - 3.2vw);
		border: 0.267vw solid #B09548;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	#deliver .lineBox .firstBox {
		display: block;
		width: 100%;
		margin-bottom: 8.267vw;
	}

	#deliver .lineBox .firstBox h3 {
		font-size: 4vw;
		font-weight: 600;
		margin: 0 0 5.6vw 0;
	}

	#deliver .lineBox .firstBox ul li {
		display: flex;
		margin-bottom: 1.333vw;
	}

	#deliver .lineBox .firstBox ul li .icon {
		width: 2.101vw;
		margin: 0 1.6vw 0 0;
	}

	#deliver .lineBox .firstBox ul li .texArea {
		width: calc(100% - 3.701vw);
	}

	#deliver .lineBox .firstBox ul li .texArea .tex {
		font-size: 3.733vw;
		font-weight: 600;
		line-height: 1.7857;
	}

	#deliver .lineBox .secondBox {
		display: block;
		width: 100%;
	}

	#deliver .lineBox .secondBox h3 {
		font-size: 4vw;
		font-weight: 600;
		margin: 0 0 5.6vw 0;
	}

	#deliver .lineBox .secondBox ul li {
		display: flex;
		margin-bottom: 1.333vw;
	}

	#deliver .lineBox .secondBox ul li .icon {
		width: 2.101vw;
		margin: 0 1.6vw 0 0;
	}

	#deliver .lineBox .secondBox ul li .texArea {
		width: calc(100% - 3.701vw);
	}

	#deliver .lineBox .secondBox ul li .texArea .tex {
		font-size: 3.733vw;
		font-weight: 600;
		line-height: 1.7857;
	}

	#deliver .lineBox ul li .addlList {
		display: flex;
		margin: 0.533vw 0 0.533vw 0;
	}

	#deliver .lineBox ul li .addlList .smallIcon {
		font-size: 3.467vw;
		font-weight: 600;
		margin: 0 1.067vw 0 0;
	}

	#deliver .lineBox ul li .addlList .smallTex {
		font-size: 3.467vw;
		font-weight: 600;
	}

	#add-2026 .lineBox {
		display: block;
		width: 86%;
		margin: 0 auto 8vw;
		padding: 12.067vw 7.333vw 5.867vw 6.333vw;
	}

#add-2026 .add-tex p {
    font-size: 2.933vw;
}

	#add-2026 .lineBox:before {
		content: '';
		width: calc(100% - 3.2vw);
		height: calc(100% - 3.2vw);
		border: 0.267vw solid #B09548;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	#add-2026 .lineBox .firstBox {
		display: block;
		width: 100%;
		margin-bottom: 8.267vw;
	}

	#add-2026 .lineBox .firstBox h3 {
		font-size: 4vw;
		font-weight: 600;
		margin: 0 0 2.667vw 0;
	}

	#add-2026 .lineBox .firstBox ul li {
		display: flex;
		margin-bottom: 1.333vw;
	}

	#add-2026 .lineBox .firstBox ul li .icon {
		width: 7.2vw;
		margin: 0 1.6vw 0 0;
	}

	#add-2026 .lineBox .firstBox ul li .texArea {
		width: calc(100% - 0);
	}

	#add-2026 .lineBox .firstBox ul li .texArea .tex {
		font-size: 3.733vw;
		font-weight: 600;
		line-height: 1.7857;
	}

	#add-2026 .lineBox .secondBox {
		display: block;
		width: 100%;
	}

	#add-2026 .lineBox .secondBox h3 {
		font-size: 4vw;
		font-weight: 600;
		margin: 0 0 5.6vw 0;
	}

	#add-2026 .lineBox .secondBox ul li {
		display: flex;
		margin-bottom: 1.333vw;
	}

	#add-2026 .lineBox .secondBox ul li .icon {
		width: 2.101vw;
		margin: 0 1.6vw 0 0;
	}

	#add-2026 .lineBox .secondBox ul li .texArea {
		width: calc(100% - 3.701vw);
	}

	#add-2026 .lineBox .secondBox ul li .texArea .tex {
		font-size: 3.733vw;
		font-weight: 600;
		line-height: 1.7857;
	}

	#add-2026 .lineBox ul li .addlList {
		display: flex;
		margin: 0.533vw 0 0.533vw 0;
	}

	#add-2026 .lineBox ul li .addlList .smallIcon {
		font-size: 3.467vw;
		font-weight: 600;
		margin: 0 1.067vw 0 0;
	}

	#add-2026 .lineBox ul li .addlList .smallTex {
		font-size: 3.467vw;
		font-weight: 600;
	}

.first-in-box {
    gap: 2.107vw;
}

.lineBox .first-in-box:nth-of-type(3) {
    margin-top: 8.133vw;
}

.lineBox .first-in-box:nth-of-type(4) {
    margin-top: 1.733vw;
}

.first-in-box-text {
    width: 12vw;
    height: 6.933vw;
    font-size: 2.667vw;
    font-family: 'Shippori Mincho';
}

.first-in-box p {
    font-family: 'Shippori Mincho';
    font-weight: 600;
    line-height: 5.333vw;
    font-size: 3.733vw;
    width: inherit;
}

.first-in-box p span {
    font-size: 3.2vw;
}

.first-in-box-text p {
    font-family: 'Shippori Mincho';
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 6.933vw;
    font-size: 2.667vw;
}

.lineButton {
    width: calc(100vw / 750 * 580);
    margin: 0 auto;
    height: calc(100vw / 750 * 140);
    min-height: calc(100vw / 750 * 120);
}

.lineButton a .leftLine {
    height: calc(100vw / 750 * 140);
}

.lineButton a .rightLine {
    height: calc(100vw / 750 * 140);
}

.lineButton a .rightLine img {
    height: calc(100vw / 750 * 140);
}

.lineButton-flex {
    flex-direction: column;
    gap: calc(100vw / 750 * 40);
}

.lineButton-flex .lineButton:nth-of-type(1) {
    width: calc(100vw / 750 * 580);
    margin: 0 auto;
    height: calc(100vw / 750 * 140);
    min-height: calc(100vw / 750 * 120);
}

.lineButton-flex .lineButton:nth-of-type(2) {
    width: calc(100vw / 750 * 580);
    margin: 0 auto;
    height: calc(100vw / 750 * 120);
    min-height: calc(100vw / 750 * 120);
}

.lineButton-flex .lineButton:nth-of-type(1) a .leftLine {
    height: calc(100vw / 750 * 140);
}

.lineButton-flex .lineButton:nth-of-type(2) a .leftLine {
    height: calc(100vw / 750 * 120);
}

.lineButton-flex .lineButton:nth-of-type(1) a .rightLine {
    height: calc(100vw / 750 * 140);
}

.lineButton-flex .lineButton:nth-of-type(2) a .rightLine {
    height: calc(100vw / 750 * 120);
}

.lineButton-flex .lineButton:nth-of-type(1) a .rightLine img {
    height: calc(100vw / 750 * 140);
}

.lineButton-flex .lineButton:nth-of-type(2) a .rightLine img {
    height: calc(100vw / 750 * 120);
}

	/*---------------------------------
		#pickup
	---------------------------------*/

	#pickup {
		padding: 11.367vw 0 9.333vw;
		position: relative;
		overflow: hidden;
		background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/pickupBg-sp.jpg') center no-repeat;
		background-size: cover;
	}

	#pickup .objTitle {
		position: relative;
		margin: 0 0 17.6vw;
	}

	#pickup .objTitle:before {
		content: '';
		width: 100vw;
		height: 45.867vw;
		background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/titleBg2026-sp.png') no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: -12.4vw;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	#pickup:nth-of-type(5) .objTitle:before {
	    top: -6.4vw;
	}
	#pickup:nth-of-type(5) .objTitle h2 {
	    line-height: calc(100vw / 750 * 56);
	}
    #pickup .objTitle .jnTex {
        margin-bottom: calc(100vw / 750 * 10);
    }
    
    #pickup:nth-of-type(5) .objTitle h2 {
        margin-bottom: calc(100vw / 750 * 20);
    }
    
    .add-2026-img-box {
        width: 104vw;
        margin: calc(100vw / 750 * -75) auto calc(100vw / 750 * 90);
        position: relative;
        left: -2vw;
    }
    
.add-2026-img-box p {
    font-size: calc(100vw / 750 * 22);
    padding-left: 8%;
}
    
	#pickup .objTitle .ribonIcon {
		width: 100%;
		max-width: 25.733vw;
		margin: 0 auto 5.533vw;
	}

	#pickup .objTitle .enTex {
		margin: 0 0 2.933vw;
	}

	#pickup .objTitle .enTex p {
		font-size: 3.2vw;
	}

	#pickup .objTitle h2 {
		font-size: 5.333vw;
	}

	#pickup .pickupListFull {
		margin-bottom: 0;
	}

	#pickup .pickupListFull .inner {
		padding: 0 7.5%;
		width: inherit;
	}

	#pickup .pickupListFull .box {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 11.733vw;
	}

	#pickup .pickupListFull .box:after {
		right: -0.8vw;
		bottom: -0.8vw;
	}

#pickup .contents + .pickupListFull.pickup-2026 {
        margin-top: calc(100vw / 750 * -60);
}

	#pickup .pickupListFull .box .image {
		width: 100%;
		position: relative;
		z-index: 1;
	}

	#pickup .pickupListFull .box .image img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	#pickup .pickupListFull .box .conts {
		width: 100%;
		height: auto;
		padding: 5.333vw 6.133vw 5.6vw 6.667vw;
		top: -1px;
	}

	#pickup .pickupListFull .box .areaIcon {
		position: absolute;
		left: 0;
		top: -5.867vw;
		width: 25.699vw;
		height: 25.699vw;
		background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/areaBg-sp.png') no-repeat;
		background-size: cover;
		z-index: 2;
		display: flex;
		justify-content: center;
		align-items: center;
	}
    #pickup .pickupListFull.pickup-2026 .box .areaIcon {
        width: calc(100vw / 750 * 166);
        height: calc(100vw / 750 * 166);
        background: url(https://shop.rtg.jp/Contents/ImagesPkg/add_lp/areaBg-2026.png) no-repeat;
        background-size: cover;
    }
	#pickup .pickupListFull .box .areaIcon p {
		font-size: 3.333vw;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    font-family: "Shippori Mincho", serif;
		transform: translateY(0.533vw);
		-webkit-transform: translateY(0.533vw);
		-ms-transform: translateY(0.533vw);
	}
    #pickup .pickupListFull.pickup-2026 .box .areaIcon p {
        font-size: 3.733vw;
        color: #B09548;
        -webkit-text-stroke: calc(100vw / 750 * 0.5) #B09548;
        text-stroke: calc(100vw / 750 * 0.5) #B09548;
    }
    
#add-2026 {
    position: relative;
    height: calc(100vw / 750 * 1520);
}
#add-2026 + .lineButton {
    margin-top: calc(100vw / 750 * -20);
    margin-bottom: calc(100vw / 750 * 30);
}
#add-2026 .inner {
    width: calc(100vw / 750 * 750);
    position: absolute;
    top: calc(100vw / 750 * -120);
    transform: translateX(-50%);
    left: 52.5%;
    z-index: 0;
}
    #add-2026 .lineBox .firstBox ul li .texArea {
        text-indent: -1em;
        padding-left: 1em;
    }
    #add-2026 .lineBox .firstBox-2026 .firstBox:nth-of-type(2) ul li .texArea {
        text-indent: 0;
        padding-left: 0;
    }
	#pickup .pickupListFull .box .conts h3 {
		font-size: 4.667vw;
		margin: 0 0 4vw 0;
		padding: 0 0 1.333vw 0;
	}

	#pickup .pickupListFull .box .conts p {
		font-size: 3.733vw;
		line-height: 1.7857;
	}

	#pickup .pickupListHerf {
		margin-bottom: 0;
	}

	#pickup .pickupListHerf .inner {
		padding: 0 7.5%;
		display: block;
		width: inherit;
	}

	#pickup .pickupListHerf .box {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 12.267vw;
	}

	#pickup .pickupListHerf .box:last-child {
		margin-bottom: 0;
	}

	#pickup .pickupListHerf .box:after {
		right: -0.8vw;
		bottom: -0.8vw;
	}

	#pickup .pickupListHerf .box .image {
		width: 100%;
		position: relative;
		z-index: 1;
	}

	#pickup .pickupListHerf .box .conts {
		width: 100%;
		height: auto;
		padding: 5.333vw 6.133vw 5.6vw 6.667vw;
		top: -1px;
	}

	#pickup .pickupListHerf .box .areaIcon {
		position: absolute;
		left: 0;
		top: -5.867vw;
		width: 25.699vw;
		height: 25.699vw;
		background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/areaBg-sp.png') no-repeat;
		background-size: cover;
		z-index: 2;
		display: flex;
		justify-content: center;
		align-items: center;
	}
    #pickup .pickupListHerf.pickup-2026 .box .areaIcon {
        width: calc(100vw / 750 * 166);
        height: calc(100vw / 750 * 166);
        background: url(https://shop.rtg.jp/Contents/ImagesPkg/add_lp/areaBg-2026.png) no-repeat;
    }
	#pickup .pickupListHerf .box .areaIcon p {
		font-size: 4vw;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    font-family: "Shippori Mincho", serif;
		transform: translateY(0.533vw);
		-webkit-transform: translateY(0.533vw);
		-ms-transform: translateY(0.533vw);
	}

	#pickup .pickupListHerf .box .conts h3 {
		font-size: 4.667vw;
		margin: 0 0 4vw 0;
		padding: 0 0 1.333vw 0;
	}

	#pickup .pickupListHerf .box .conts p {
		font-size: 3.733vw;
		line-height: 1.7857;
	}

	/*---------------------------------
		#item
	---------------------------------*/

	#item {
		padding: 13.067vw 0 10.667vw;
		position: relative;
		overflow: hidden;
		background: url('https://shop.rtg.jp/Contents/ImagesPkg/add_lp/itemBg-sp.jpg') center no-repeat;
		background-size: cover;
	}

	#item .inner {
		padding: 0 5.4%;
		width: inherit;
	}

	#item .itemList {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 3.533vw;
	}

	#item .itemList .box {
		width: 48%;
		margin: 0 0 5.333vw 0;
	}

	#item .itemList .box .iconHead {
		display: flex;
		margin-bottom: 2.133vw;
	}

	#item .itemList .box .iconHead .icon {
		width: 2.101vw;
		margin: 0 1.6vw 0 0;
		transform: translateY(0.267vw);
    -webkit-transform: translateY(0.267vw);
		-ms-transform: translateY(0.267vw);
	}

	#item .itemList .box .iconHead .tex {
		width: calc(100% - 3.701vw);
		font-size: 3.733vw;
		font-weight: 600;
		line-height: 1.625;
		letter-spacing: 0;
		color: #444444;
		font-family: "Shippori Mincho", serif;
	}

	#item .itemList .box .image {
		margin-bottom: 1.333vw;
	}

	#item .itemList .box p {
		font-size: 3.467vw;
		line-height: 1.692;
	}

}


.guidePage{
padding:0;
margin:40px auto;
width: 1070px;
position: relative;
}
.guidePage a{
color:#0099cc;
font-weighht:500;
text-decoration:underline;
}
.guidePage a.id-link {
    padding-top: 120px;
    margin-top: -120px;
    display: block;
    pointer-events: none;
}
.guidePage p{
				padding:0 10px;
}
.guidePage .pad{
padding:0 10px;
}
.guideNav{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    text-align: center;
}
.guideNav li{

}
.guideNav li a{
			text-decoration:none;
    border: 1px solid #C6945D;
				color:#B09548;
    padding: 10px;
    display: block;
    width: 100%;
    background: #fff;
    font-weight: 400;
}
#pickup.faq-sec .objTitle {
    margin: 0 0 80px;
}
.guideTtl{
    background: #B09548;
    color: #fff;
    font-size: 22px;
    padding: 10px 25px 14px;
								font-weight: normal;
    margin: 40px 0 30px 0;
				text-decoration:none;
}

.guideAte {
    margin: 10px 0;
				padding:0 10px;
}
.guideAte li{
display:flex;
}



.qa-list dl {
    position: relative;
    margin: 20px 0;
    background: #fff;
padding:0;
 
    cursor: pointer;
    border-bottom: 0;
}
.qa-list dl:first-child {

}
.qa-list dl::before {
    position: absolute;
    top: 28px;
    right: 25px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 15px 19px 20px;
    padding-right: 40px;
    font-weight: 400;
    font-size: 18px;

}


.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 0px 0 0;
    background: #fff;
    padding: 0 0 0 0px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
    padding:15px 15px;
    background:#fff;
    color:#333;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
.qa-list dd a{
color:#0099cc;
text-decoration:underline;
}

.float50{
 width: 50%;
 float: left;
 font-family: 'Shippori Mincho', serif !important;
}

.float30{
 width: 30%;
 float: left;
 font-family: 'Shippori Mincho', serif !important;
}

.float70{
 width: 70%;
 float: left;
 font-family: 'Shippori Mincho', serif !important;
}

.clear{
  clear: both;
}

.padding{
 padding-left: 20%;
 padding-right: 20%;
}
#deliver .lineBox + .add {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #444444;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    bottom: 45px;
}

@media screen and (max-width: 768px){
#deliver .lineBox + .add {
    font-size: 2.933vw;
    font-weight: 400;
    line-height: 1.5;
    left: 7.5vw;
    bottom: 6vw;
}
.guideAte li{
font-weight: 200;
}
.qa-list dl dd p {
font-weight: 200;
}
.guidePage{
margi-top:10px;
width: calc(100vw / 750 * 640);
}
#pickup.faq-sec .objTitle {
    margin: 0 0 calc(100vw / 750 * 60);
}
.guideNav{
    grid-template-columns: 1fr;
				gap:5px;
}
.guideTtl{
    font-size: 18px;
				    margin: 30px 0 10px 0;
}
.qa-list dl {
margin: 10px 0;
}
.qa-list dl dt {
    position: relative;
    padding-right: 45px;
    font-size: 15px;
}


/* パソコンで見たときは"pc"のclassがついた動画が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
}
