@charset "UTF-8";

:root {
	--text-color01: #555;
}

.color01 {
	color: var(--text-color01);
}

.arrow {
	padding-left: 0;
	padding-right: 1.1em;
	text-decoration: underline;
}
.arrow::before {
	left: auto;
	right: 0;
}
.arrow > .txt {
	background: none;
	color: var(--text-color01);
}

.table > thead > tr > th {
	font-weight: normal;
	text-align: center;
	font-size: 0.7858rem/*11px*/;
}
.table > tbody > tr > td {
	text-align: center;
	font-size: 0.7858rem/*11px*/;
}
@media (max-width:641px){
	.table > thead > tr > th,
	.table > tbody > tr > td {
		padding: 5px;
	}
}

.txtType01 {
	margin-bottom: 0;
}

.underline {
	text-decoration: underline;
}

#mainArea {
	margin-top: 0;
}
.mainVisualBlock {
	text-align: center;
}
.mainVisualBlock > picture {
	display: inline-block;
}
#footerArea {
	margin-top: 0 !important;
	margin-bottom: 14.6667vw !important;
	padding-bottom: 0 !important;
}
@media (max-width:641px){
	.mainVisualBlock {
		min-height: 80vw;
		background: url(/landing/pr/2601/index01/img/bg_01_sp.png) 0 0 repeat-x;
		background-size: auto 80vw;
	}
}

.sectionBlock {
	padding-bottom: 60px;
	background-color: #ffe9e9;
}
.secHeader {
	position: relative;
	margin-bottom: 22px;
	padding: 13px 0 11px;
	background-color: #ffb4b4;
	text-align: center;
}
.secHeader::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -11px;
	left: 50%;
	transform: translateX(-50%);
	width:0;
	height:0;
	border-style:solid;
	border-width: 11px 11.5px 0 11.5px;
	border-color: #FFB4B4 transparent transparent transparent;
}
.secHeader > .header > img {
	margin-left: auto;
	margin-right: auto;
}
@media (max-width:641px){
	.secHeader > .header > img {
		height: 26px;
	}
	.secInner {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.tabBlock {
	display: flex;
}
.tabInner > section + section {
	margin-top: 21px;
}
.tabContent {
	background-color: #fff;
}
.tabContentItem.-hide {
	display: none;
}
.tabItem {
	width: 50%;
	height: 14.4vw;
}
.tabItem.-off > img,
.modalTabItem.-off > img {
	display: none !important;
}
.header3 {
	margin-bottom: 15px;
}
.tabContent .box01 {
	position: relative;
	padding: 25px 10px 22px;
	border: 2px solid #e60000;
	border-radius: 10px;
}
.tabContent .box01 .txt01 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.tabContent .layout02 {
	margin-left: 65px;
}
.txt-layout01 {
	display: flex;
}
.txt-layout01 > span:first-child {
	white-space: nowrap;
}
@media (max-width:641px){
	.tabInner {
		padding: 22px 15px;
	}
	.tabItem[data-tab="tab01"] {
		background: url(/landing/pr/2601/index01/img/tab_01_sp.png) no-repeat 0 0;
	}
	.tabItem[data-tab="tab02"] {
		background: url(/landing/pr/2601/index01/img/tab_02_sp.png) no-repeat 0 0;
	}
	.tabItem[data-tab="tab01"],
	.tabItem[data-tab="tab02"] {
		background-size: auto 14.4vw;
	}
	.arr01 {
		height: 40px;
		margin: 20px 0 18px;
	}
	.arr01 > img {
		width: auto;
		height: 40px;
	}
	.tabContent .box01 {
		margin-top: 36px;
	}
	.tabContent .box01 .txt01 {
		top: -20px;
		width: 180px;
	}
}

.accordionBlock > .accTtl {
	position: relative;
	padding: 6px 0;
	border-bottom: 1px solid #000;
	font-weight: bold;
	font-size: 1.0715rem/*15px*/;
	text-align: center;
}
.accordionBlock > .accTtl::after {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% + 2px);
	right: 21px;
	width: 15px;
	height: 7px;
	background: url(/landing/pr/2601/index01/img/arr_02.png) no-repeat 0 0;
	background-size: contain;
	transform: translateY(-50%) rotate(180deg);
}
.accordionBlock > .accTtl.-open::after {
	transform: translateY(-50%);
}
.accContent {
	display: none;
	padding-top: 18px;
}
.detailList {
	text-align: left;
}
.detailList > dt {
	padding: 4px 9px;
	background-color: #ffdada;
	font-weight: bold;
	font-size: 0.9286rem/*13px*/;
}
.detailList > dd {
	padding-top: 7px;
	font-size: 0.7858rem/*11px*/;
	line-height: 1.3637;
}
.detailList > dd + dt {
	margin-top: 19px;
}
.detailList [class*="listType"] > li + li {
	margin-top: 0;
}

.ctaBlock {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 15px;
	background-color: rgba(255, 255, 255, 0.8);
	opacity: 0;
	transition: opacity .3s, visibility .3s;
	z-index: 5;
}
.ctaBlock .btnWrap {
	display: flex;
	justify-content: center;
}
.ctaBlock .btnWrap.col2 {
	justify-content: space-between;
}
.ctaBlock .btnWrap .btnItem {
	display: block;
}
.closeButton {
	top: 10px;
	right: 10px;
	width: 27px;
	height: 27px;
	border: 1px solid #acacac;
	border-radius: 50%;
}
.closeButton::before,
.closeButton::after {
	width: 13px;
	left: 50%;
}
.modalTabItem:not(.-off) {
	background: none !important;
}
.appModalArea .block01 {
	top: 0;
}
.modalWrap.appModalArea > .modalOverlay > .modalContent {
	padding: 0;
	overflow: hidden;
}
.modalWrap.appModalArea .modalContent .modalContentInner {
	position: relative;
	padding: 0;
	transition: height .3s;
}
.modalWrap.appModalArea .modalOverlay::-webkit-scrollbar{width:0}
.modalWrap:not(.modal-external-link) .modalContent {
	border-radius: 8px;
}
.appModalArea .closeBtn {
	background-color: #fff;
}
.appModalArea .block01.-b3 {
	padding: 0;
}
.appModalArea .block01.-b3 > .head {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e5e5e5;
}
.appModalArea .block01.-b3 > .head {
	padding: 10px 17px 10px 10px;
}
.appModalArea .block01.-b3 > .head .logo {
	padding-right: 17px;
}
.modalWrap.modal-external-link .modalContent .closeButton {
    top: 12px;
    right: 6px;
    width: 20px;
    height: 20px;
	padding: 0;
	border: none;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
}
.modalWrap.modal-external-link .modalContent .closeButton::before,
.modalWrap.modal-external-link .modalContent  .closeButton::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 2px;
    margin-top: -1px;
    margin-left: -7px;
    background: #989898;
}
.modalWrap.modal-external-link .modalContent .closeButton::after {
    transform: rotate(-45deg);
}
.modalWrap.modal-external-link .modalContentInner {
	padding: 75px 15px 15px;
}
#pageTopArea {
	width: 56px !important;
	height: 56px !important;
	z-index: 5 !important;
}
#pageTopArea .pageTopBtn .btn {
	width: 56px !important;
	height: 56px !important;
	border: 1px solid #BFBFBF !important;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4) !important;
}
#pageTopArea .pageTopBtn .btn::before {
	top: 50% !important;
	left: 50% !important;
	width: 12px !important;
	height: 12px !important;
	margin: -2px 0 0 -6px !important;
	border-top: 1px solid #989898 !important;
	border-right: 1px solid #989898 !important;
}
#pageTopArea .pageTopBtn .btn:hover::before {
	border-color: #e60000 !important;
}
@media (max-width:641px){
	#pageTopArea {
		bottom: 67px !important;
	}
	.modalContent {
		width: calc(100% - 30px);
	}
	.modalContentInner {
		padding: 65px 4px 40px 9px;
	}
	.modalTabItem {
		width: 50%;
		height: 16.5334vw;
	}
	.modalTabItem[data-tab="tab01"] {
		background: url(/landing/pr/2601/index01/img/btn_04_sp.png) no-repeat 0 0;
	}
	.modalTabItem[data-tab="tab02"] {
		background: url(/landing/pr/2601/index01/img/btn_05_sp.png) no-repeat 0 0;
	}
	.modalTabItem[data-tab="tab01"],
	.modalTabItem[data-tab="tab02"] {
		background-size: auto 16.5334vw;
	}
	.ctaBlock .btnWrap.col1 {
		padding: 5px 0;
	}
	.ctaBlock .btnWrap.col1 .btnItem {
		width: 56vw;
	}
	.ctaBlock .btnWrap.col2 .btnItem {
		width: 44vw;
	}
	.modalWrap.appModalArea > .modalOverlay > .modalContent {
		width: 92%;
		max-width: inherit;
		border-radius: 2.6667vw;
	}
	.modalWrap.appModalArea .modalContent.-top {
		margin-top: 20px;
	}
	.modalWrap:not(.modal-external-link) .modalContent {
		width: 92%;
		max-width: inherit;
	}
	.appModalArea .block01.-b2 {
		padding: 62px 4px 42px;
	}
	.appModalArea .block01.-b3 > .head .logo img {
		width: 38px;
	}
	.appModalArea .block01.-b3 > .content {
		padding: 26px 15px 20px;
	}
	.appModalArea .block01.-b3 > .content .btnType05 {
		max-width: 225px;
		padding: 7px;
		border-radius: 20px;
		box-shadow: 0 2px 0 0 #5a260d;
		font-size: 1.2858rem/*18px*/;
	}
	.appModalArea .block01.-b3 > .content .btnType05::before {
		right: 15px;
		left: inherit;
		margin-top: -3px;
	}
}

.entryModal .pupModal .box .bgWhite .store {
	margin-top: 30px;
}
.entryModal .pupModal .box .bgWhite .cautionBox {
	max-width: 780px;
	margin: 50px auto 0;
	font-size: .85714rem;
	text-align: left;
	line-height: 1.3;
}
.store {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 10px;
}
@media (max-width:767px){
	.-hidden-sp{
		display: none!important;
	}
}
/*qrCode*/
#qrCode {
	text-align: center;
}
#qrCode canvas {
	width: 90%;
}

.tableN {
	width: 100%;
	border: 2px solid #CFCFCF;
	text-align: left;
}
.tableN>tbody>tr>th {
	width: 33%;
	padding: 8px 10px;
	border: 1px solid #CFCFCF;
	background-color: #F6F6F6;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.tableN>tbody>tr>td {
	padding: 8px 10px;
	border: 1px solid #CFCFCF;
	background-color: #fff;
	vertical-align: top;
}
.contactBlock {
	margin-top: 0;
}
.telNumber a {
	color: #e60000;
}
@media (max-width:641px){
	.innerType02 {
		display: block;
		width: 100%;
	}
	.innerType02 tbody {
		display: block;
	}
	.innerType02 th {
		display: block;
		padding: 5px 0;
		font-weight: bold;
	}
	.innerType02 .pc {
		display: none;
	}
	.innerType02 .bt {
		border-top: 1px solid #CFCFCF;
	}
	.innerType02 .sp {
		display: flex;
		border-left: 1px solid #CFCFCF;
	}
	.innerType02 .sp td {
		width: 50%;
		padding: 8px 2px;
		border-right: 1px solid #CFCFCF;
		border-bottom: 1px solid #CFCFCF;
		text-align: center;
	}
	.h2style2 {
		margin-top: 35px;
		margin-bottom: 15px;
	}
}
@media (max-width:375px){
	.innerType02 .sp td {
		font-size: 12px;
	}
}
