﻿@charset "utf-8";
/* -- -- --
 * ROOM8 Template V3.7
 * Last Up Date: 2023.1
 * Author: mick
-- -- -- -- -- -- -- -- */
:root {
  --base_color:#f9faf3;
  --font-color: #3b3b3b;
  --font-acolor: #3b3b3b;
  --font-bold: 700;
}

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

html {
	opacity: 0;
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

html.wf-active, html.loading-delay {
	opacity: 1;
	-webkit-transition: .2s;
	transition: .2s;
}

body {
	color: var(--font-color);
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings : 'palt';
	-webkit-font-smoothing: antialiased;
	background-color: var(--base_color);
}

/*
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
*/

html, body {
	height:100%;
}

body.lock {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
}

header,
article,
nav,
main,
section,
footer {
	display: block;
}

p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
}

p {
	line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.6;
	font-size: inherit;
	font-weight: var(--font-bold);
}

a {
	color: var(--font-acolor);
	border: none;
	outline: 0;
	background-color: transparent;
	text-decoration: none;
	text-underline-offset: 0.6ex;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: var(--font-bold);
}

small {
	font-size: 0.8rem;
}

sub,
sup {
	font-size: 0.75rem;
	line-height: 1.0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

hr {
	border: none;
	border-block-start: 1px solid;
	color: inherit;
	block-size: 0;
	overflow: visible;
}

i {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
	vertical-align: bottom;
}

.mimg img {
	width:100%;
	height:auto;
}

code,
pre {
	font-family: monospace, monospace;
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
}

dt,
dd,
td,
th {
	line-height: 1.8;
}

td {
	word-break: break-all;
}

ul,
ol {
	list-style: none;
}

li {
	line-height: 1.8;
}

.pc,
.pcbox {
	display: none;
}

/* Forms
========================================================================== */
input {
	border-radius: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
}

optgroup {
	color: var(--font-bold);
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
	cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline-width: 0;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

legend {
	border: 0;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
	max-width: 100%;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	color: inherit;
	font: inherit;
}

[disabled] {
	cursor: default;
}

::-webkit-input-placeholder {
	color: #AAA;
}

::-placeholder {
	color: #AAA;
}

/* Extras
========================================================================== */
.clear:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
}

.moviebox {
	position: relative;
	padding-top: 56.25%;
}

.moviebox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.screen {
	display: none;
	opacity: 0;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:130%;
	background-color: #000;
	z-index: 80;
}

.screen_active .screen {
	animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
	animation-name: screen_active;
	-webkit-animation-name: screen_active;
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-iteration-count:1;
	-webkit-animation-iteration-count:1;
	animation-fill-mode:both;
	-webkit-animation-fill-mode:both;
}

@keyframes screen_active {
	0% {display: none; opacity: 0;}
	1% {display: block; opacity: 0;}
	100% {display: block; opacity: 0.8;}
}

@-webkit-keyframes screen_active {
	0% {display: none; opacity: 0;}
	1% {display: block; opacity: 0;}
	100% {display: block; opacity: 0.8;}
}

#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

/*
========================================================================== */
#wrapper {
	padding:148px 0 0;
	font-size:1.4rem;
}

.top#wrapper {
	padding:0;
}

.block1 {
	padding:32px 16px;
}

header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background-color: #fff;
	box-shadow: 0 4px 4px rgba(119, 119, 119, 0.2);
	z-index:100;
}

.input_block {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding:8px;
	background-color: #FFF;
	border-radius: 8px;
}

.input_block .input_inblock {
	width: calc(100% - 72px);
}

.input_block .catbox {
	margin:0 0 4px;
	background: url('../images/icon_pull.svg') no-repeat right 15px center;
	background-size: auto 8px;
	background-color: var(--base_color);
	border:1px solid #CCC;
	border-radius: 8px;
}

.input_block .catbox select {
	padding:0 15px;
	width:100%;
	height:40px;
	line-height:38px;
	font-size:1.6rem;
	letter-spacing: 0.08em;
}

.input_block .inputbox {
	background-color: var(--base_color);
	border:1px solid #CCC;
	border-radius: 8px;
}

.input_block .inputbox input {
	padding:0 15px;
	width:100%;
	height:40px;
	line-height:38px;
	font-size:1.6rem;
	letter-spacing: 0.08em;
}

.input_block .sbtn {
	width:64px;
}

.input_block .sbtn a {
	display: block;
	color:#FFF;
	text-align: center;
	line-height:88px;
	background-color: #bf0000;
	border-radius: 8px;
}

footer {
	background-color: #fff;
	box-shadow: 0 -4px 4px rgba(119, 119, 119, 0.2);
}

.pagetop {
	display: none;
	position: fixed;
	right:15px;
	bottom:15px;
	width: 35px;
	overflow: hidden;
	border-radius: 35px;
}

.pagetop a {
	display: block;
	overflow: hidden;
	background: url('../images/common/pagetop.svg') no-repeat center center;
	background-size: 16px 8px;
	background-color:rgba(0, 0, 0, 0.2);
	padding: 35px 0 0;
	height: 0!important;
}

.footer {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 20px;
	height:40px;
}

.copyright {
	text-align: center;
	font-size:1.2rem;
	letter-spacing: 0.04em;
}

/*
=================================== */
.top_contents {
	display: flex;
	justify-content: center;
	align-items: center;
	height:calc(100svh - 40px);
}

.top_contents .input_area {
}

.top_contents .logo_block {
	margin:0 0 24px;
}

.top_contents .logo_block h1 {
	overflow: hidden;
	background: url('../images/logo2.webp') no-repeat;
	background-size: 231px 75px;
	margin:0 auto 24px;
	padding: 75px 0 0;
	width: 231px;
	height: 0!important;
}

.top_contents .logo_block p {
	text-align: center;
	font-size:1.4rem;
}

.top_contents .search_block {
	margin:0 16px 32px;
}

.top_contents .shortcuttags_block {
	font-size:1.3rem;
}

.top_contents .shortcuttags_block .label {
	margin:0 0 8px;
	text-align: center;
}

.top_contents .shortcuttags_block ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
}

.top_contents .shortcuttags_block li {
	margin:0 8px 4px 0;
}

.top_contents .shortcuttags_block li:last-child {
	margin-right:0;
}

.top_contents .shortcuttags_block li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 16px;
	height:36px;
	line-height:34px;
	text-align: center;
	letter-spacing: 0.04em;
	background-color: #FFF;
	border:1px solid #CCC;
	border-radius: 36px;
}

/*
=================================== */
header {
}

.header {
	padding:8px 8px 0;
}

header h1 {
	overflow: hidden;
	background: url('../images/logo1.webp') no-repeat;
	background-size: auto 36px;
	margin:0 auto;
	padding: 36px 0 0;
	width: 120px;
	height: 0!important;
}

.filter_block {
	margin:0 0 16px;
}

.filter_inblock {
	margin:0 0 8px;
}

.filter_inblock:last-child {
	margin-right:0;
}

.filter_inblock h3 {
	margin:0 0 4px;
	font-size:1.3rem;
	letter-spacing: 0.04em;
}

.filter_inblock ul {
	display: flex;
	align-items: center;
}

.filter_inblock li {
	margin:0 4px 0 0;
}

.filter_inblock li:last-child {
	margin-right:0;
}

.filter_inblock li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 8px;
	height:48px;
	line-height:1.3;
	text-align: center;
	background-color: #FFF;
	border:1px solid #CCC;
	border-radius: 12px;
	letter-spacing: 0.04em;
	transition-duration: .6s;
}

.filter_inblock li.on a {
	border:1px solid #bf0000;
}

.sort_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:0 0 8px;
}

.sort_block .sortbox {
	display: inline-block;
	padding:4px;
	background: rgb(242, 239, 233);
	border-radius: 23px;
}

.sort_block .sortbox .label {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('../images/icon_pull2.svg') no-repeat right 15px center;
	background-size: auto 6px;
	background-color: #bf0000;
	padding:0 32px 0 16px;
	height:38px;
	line-height:36px;
	color:#FFF;
	letter-spacing: 0.04em;
	border-radius: 19px;
}

.sort_block .sortbox ul {
	display: none;
}

.sort_block .sortbox.open ul {
	display: block;
}

.sort_block .sortbox li {
	margin:0 0 4px;
}

.sort_block .sortbox li:last-child {
	margin-bottom:0;
}

.sort_block .sortbox li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 16px;
	height:38px;
	line-height:36px;
	letter-spacing: 0.04em;
	background-color: #FFF;
	border-radius: 19px;
}

.listarea_block {
	margin:0 0 8px;
}

.listarea_block .list_block {
	margin:0 0 16px;
}

.rate_block {
	display: flex;
	align-items: center;
	margin:0 4px 0 0;
}

.rate_block .ratebox {
	font-size:1.4rem;
	position: relative;
}

.rate_block .ratebox .rateline1 {

}

.rate_block .ratebox .rateline2 {
	position: absolute;
	top:0;
	left:0;
	color:#bf0000;
	-webkit-clip-path: inset(0 30% 0 0);
	clip-path: inset(0 30% 0 0);
}

.rate_block .rate {
	line-height:1.4;
	font-size:1.2rem;
}

.rateinfo_block .review {
	line-height:1.4;
	font-size:1.3rem;
}

.pricebox {
	text-align: right;
}

.pricebox .price {
	margin:0 0 2px;
	color:#bf0000;
	font-weight: bold;
}

.pricebox .price b {
	display: inline-block;
	margin:0 2px 0 0;
	line-height:1.2;
	font-size:2.2rem;
	letter-spacing: 0.02em;
}

.pricebox .pcheck {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.pricebox .pcheck .point {
	margin:0 4px 0 0;
	color:#bf0000;
	font-size:1.2rem;
	font-weight: 700;
}

.pricebox .pcheck .point b {
	line-height:1.2;
	font-size:1.4rem;
	letter-spacing: 0.04em;
}

.pricebox .pcheck .pack {
	color:#777;
	font-size:1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.no_item {
	padding:64px 0;
	text-align: center;
}

.list_block .listbox {
	margin:0 0 16px;
	overflow: hidden;
	background-color: #FFF;
	border-radius: 8px;
	box-shadow: 0 0 4px rgba(204, 204, 204, 0.2);
}

.list_block .listbox a {
	display: block;
	padding:16px;
}

.listbox_inblock1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin:0 0 16px;
	position: relative;
}

.listbox_inblock1 .bimage_block {
	width:calc(100% - 158px);
	position: relative;
}

.listbox_inblock1 .bimage_block .crown {
	position: absolute;
	top:-12px;
	left:-12px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 42px 42px;
	padding: 42px 0 0;
	width: 42px;
	height: 0!important;
}

.listbox_inblock1 .bimage_block .crown.crown1 {
	background-image: url('../images/icon_rank1.webp');
}

.listbox_inblock1 .bimage_block .crown.crown2 {
	background-image: url('../images/icon_rank2.webp');
}

.listbox_inblock1 .bimage_block .crown.crown3 {
	background-image: url('../images/icon_rank3.webp');
}

.listbox_inblock1 .info_block {
	width:150px;
}

.listbox_inblock1 .pricebox {
	position: absolute;
	right:0;
	bottom:0;
}

.listbox_inblock2 .prize {
	margin:0 0 8px;
	line-height:1.2;
}

.listbox_inblock2 .prize b {
	display: inline-block;
	padding:4px 5px;
	line-height:1.2;
	color:#FFF;
	font-size:1.3rem;
	font-weight: 400;
	background-color: #feb900;
	letter-spacing: 0.08em;
	border-radius: 4px;
	box-shadow: 0 0 6px rgba(254, 185, 0, 0.6);
}

.listbox_inblock2 h3 {
	margin:0 0 8px;
	line-height:1.3;
	font-size:1.8rem;
	letter-spacing: 0.08em;
}

.listbox_inblock2 .rateinfo_block {
	display: none;
}

.listbox_inblock2 .sname {
	margin:0 0 8px;
	line-height:1.4;
	letter-spacing: 0.08em;
}

.listbox_inblock2 .tags ul {
	display: flex;
	align-items: flex-start;
}

.listbox_inblock2 .tags li {
	margin:0 4px 0 0;
}

.listbox_inblock2 .tags li:last-child {
	margin-right:0;
}

.listbox_inblock2 .tags li b {
	display: inline-block;
	padding:0 16px;
	height:22px;
	line-height:21px;
	font-size:1.2rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	background-color: rgba(191, 0, 0, 0.15);
}

.listbox_inblock2 .pricebox {
	display: none;
}

.listarea_block .more {
	margin:0 auto;
	width:200px;
}

.listarea_block .more a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 16px;
	height:46px;
	text-align: center;
	letter-spacing: 0.04em;
	background-color: #FFF;
	border:1px solid #CCC;
	border-radius: 23px;
}

.caution {
	color:#777;
	text-align: center;
	font-size:1.1rem;
}

@media screen and (min-width: 900px) {

	/*
	=================================== */
	.sp,
	.spbox {
		display: none;
	}

	.pc {
		display: initial;
	}

	.pcbox {
		display: block;
	}

	.wrap_block {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	/*
	=================================== */
	#wrapper {
		padding:80px 0 0;
		min-width:1100px;
		font-size:1.6rem;
	}

	.block1 {
		margin:0 auto;
		padding:56px 64px;
		min-width:1100px;
		max-width:1300px;
	}

	.input_block {
		align-items: center;
		padding:16px 16px 14px;
		width: 800px;
		border-radius: 16px;
	}

	.input_block .input_inblock {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: calc(100% - 128px);
	}

	.input_block .catbox {
		margin:0;
		width:220px;
	}

	.input_block .catbox select {
		height:48px;
		line-height:48px;
		font-size:1.8rem;
	}

	.input_block .inputbox {
		width:calc(100% - 228px);
	}

	.input_block .inputbox input {
		height:48px;
		line-height:48px;
		font-size:1.8rem;
	}

	.input_block .sbtn {
		width:120px;
	}

	.input_block .sbtn a {
		line-height:50px;
	}

	.pagetop {
		right:50px;
		bottom:50px;
		width:50px;
	}

	.pagetop a {
		padding: 50px 0 0;
		background-size: 22px 11px;
	}

	.footer {
		margin:0 auto;
		padding:0 50px;
		width:1100px;
		height:60px;
	}

	.copyright {
		font-size:1.4rem;
	}

	/*
	=================================== */
	.top_contents {
		height:calc(100svh - 60px);
	}

	.top_contents .input_area {
	}

	.top_contents .logo_block {
		margin:0 0 32px;
	}

	.top_contents .logo_block h1 {
		background-size: 308px 100px;
		margin:0 auto 32px;
		padding: 100px 0 0;
		width: 308px;
	}

	.top_contents .logo_block p {
		font-size:1.8rem;
		letter-spacing: 0.04em;
	}

	.top_contents .search_block {
		margin:0 auto 64px;
	}

	.top_contents .shortcuttags_block {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size:1.4rem;
	}

	.top_contents .shortcuttags_block .label {
		margin:0 16px 0 0;
		text-align: left;
	}

	.top_contents .shortcuttags_block ul {
		justify-content: flex-start;
		flex-wrap:wrap;
	}

	.top_contents .shortcuttags_block li {
		margin:0 8px 0 0;
	}

	.top_contents .shortcuttags_block li a {
		height:32px;
		line-height:30px;
		border-radius: 32px;
	}

	/*
	=================================== */
	header {
		min-width:1100px;
	}

	.header {
		display: flex;
		justify-content: center;
		align-items: center;
		padding:0;
		height:80px;
		position: relative;
	}

	header h1 {
		position: absolute;
		top:22px;
		left:32px;
		background-size: auto 36px;
		margin:0;
		padding: 36px 0 0;
		width: 120px;
	}

	.filter_block {
		display: flex;
		align-items: center;
		margin:0 0 32px;
	}

	.filter_inblock {
		display: flex;
		align-items: center;
		margin:0 32px 0 0;
	}

	.filter_inblock:last-child {
		margin-right:0;
	}

	.filter_inblock h3 {
		margin:0 8px 0 0;
		font-size:1.4rem;
	}

	.filter_inblock li {
		margin:0 8px 0 0;
	}

	.filter_inblock li a {
		padding:0 16px;
		height:36px;
		line-height:34px;
		font-size:1.5rem;
		border-radius: 30px;
	}

	.filter_inblock li a:hover {
    	border:1px solid #bf0000;
	}

	.sort_block {
		margin:0 0 16px;
	}

	.sort_block .sortbox {
		border-radius: 25px;
	}

	.sort_block .sortbox .label {
		display: none;
	}

	.sort_block .sortbox ul,
	.sort_block .sortbox.open ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.sort_block .sortbox li {
		margin:0 8px 0 0;
	}

	.sort_block .sortbox li:last-child {
		margin-right:0;
	}

	.sort_block .sortbox li a {
		height:42px;
		line-height:40px;
		font-size:1.5rem;
		letter-spacing: 0.08em;
		border-radius: 21px;
	}

	.sort_block .sortbox li.on a,
	.sort_block .sortbox li a:hover {
		color:#FFF;
		background-color: #bf0000;
	}

	.listarea_block {
		margin:0 0 16px;
	}

	.listarea_block .list_block {
		margin:0 0 32px;
	}

	.rateinfo_block {
		margin:0 0 4px;
	}

	.rate_block {
		margin:0 8px 0 0;
	}

	.rate_block .ratebox {
		margin:0 8px 0 0;
	}

	.rate_block .rate {
		font-size:1.4rem;
	}

	.rateinfo_block .review {
		font-size:1.4rem;
	}

	.pricebox .price b {
		font-size:2.8rem;
	}

	.pricebox .pcheck .point b {
		font-size:1.6rem;
	}

	.no_item {
		padding:128px 0;
		text-align: center;
	}

	.list_block .listbox {
		border-radius: 16px;
	}

	.list_block .listbox a {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}

	.listbox_inblock1 {
		display: block;
		margin:0;
		width:calc(100% - 780px);
	}

	.listbox_inblock1 .bimage_block {
		width:100%;
	}

	.listbox_inblock1 .bimage_block .crown {
		background-size: 50px 50px;
		padding: 50px 0 0;
		width: 50px;
	}

	.listbox_inblock1 .info_block {
		display: none;
	}

	.listbox_inblock2 {
		padding:0 0 30px;
		width:760px;
		position: relative;
	}

	.listbox_inblock2 .prize b {
		padding:4px 16px;
		font-size:1.4rem;
		font-weight: 700;
	}

	.listbox_inblock2 h3 {
		margin:0 0 8px;
		font-size:2.2rem;
		letter-spacing: 0.08em;
	}

	.listbox_inblock2 .rateinfo_block {
		display: flex;
		margin:0 0 15px;
	}

	.listbox_inblock2 .tags {
		position: absolute;
		left:0;
		bottom:0;
	}

	.listbox_inblock2 .tags li {
		margin:0 8px 0 0;
	}

	.listbox_inblock2 .pricebox {
		display: block;
		position: absolute;
		right:0;
		bottom:0;
	}

	.listarea_block .more {
		width:250px;
	}

	.listarea_block .more a {
		height:54px;
		border-radius: 27px;
	}

	.caution {
		text-align: right;
		letter-spacing: 0.04em;
	}
}

@media screen and (min-width: 901px) {

	/*
	=================================== */
	.op a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		zoom: 1;
	}

	.fade a {
		-webkit-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}

	.fade2 a {
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
}

@media screen and (min-width: 1140px) {

	.listbox_inblock1 {
		width:200px;
	}

	.listbox_inblock2 {
		width:calc(100% - 220px);
	}
}