﻿@charset "utf-8";
/* -- -- --
 * ROOM8 Template V3.7
 * Last Up Date: 2023.1
 * Author: mick
-- -- -- -- -- -- -- -- */
*,
*::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;
	/* >font-size: 62.5%; */
	-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: #1e1e1e;
	background:url('../images/common/bgbox.webp') repeat center top;
	background-size: 218px 192px;
	-webkit-font-smoothing: antialiased;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	/* font-feature-settings : 'palt';*/
}

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

.chakra-petch-light {
  font-weight: 300;
  font-family: "Chakra Petch", sans-serif;
  font-style: normal;
}

.chakra-petch-regular {
  font-weight: 400;
  font-family: "Chakra Petch", sans-serif;
  font-style: normal;
}

.chakra-petch-medium {
  font-weight: 500;
  font-family: "Chakra Petch", sans-serif;
  font-style: normal;
}

.chakra-petch-semibold {
  font-weight: 600;
  font-family: "Chakra Petch", sans-serif;
  font-style: normal;
}


.example {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
*/

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: inherit;
	font-weight: 700;
}

a {
	color: #1e1e1e;
	border: none;
	outline: 0;
	cursor: pointer;
	background-color: transparent;
	text-decoration: none;
	text-underline-offset: 0.6ex;
}

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

b,
strong {
	font-weight: 700;
}

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

/* entry_body
========================================================================== */
.entry_body .aligncenter {
	display: block;
	margin: 0 auto;
}

.entry_body .alignright {
	margin:0 0 0 10px;
	float: right;
}

.entry_body .alignleft {
	margin:0 10px 0 0;
	float: left;
}

.entry_body ol {
	margin:0 0 0 20px;
	list-style-position: outside;
	list-style-type: decimal;
}

.entry_body ul {
	margin:0 0 0 20px;
	list-style-position: outside;
	list-style-type: disc;
}

.entry_body table {
	max-width:100%!important;
	border:1px solid #CCC;
}

.entry_body img {
	max-width:100%;
	height:auto;
}

.entry_body hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.entry_body table th,
.entry_body table td {
	padding:5px;
}

.entry_body blockquote {
	margin:0 0 15px;
	padding: 25px 15px 15px 50px;
	min-height:80px;
	box-sizing: border-box;
	font-style: italic;
	background: #efefef;
	color: #555;
	position: relative;
}

.entry_body blockquote:before {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -3px;
	vertical-align: middle;
	content: "“";
	font-family: sans-serif;
	color: #cfcfcf;
	font-size: 90px;
	line-height: 1;
}

.entry_body blockquote p {
	 padding: 10px 0;
	padding: 0;
	line-height: 1.7;
}

.entry_body blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}

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

	.entry_body table th,
	.entry_body table td {
		padding:10px;
	}

	.entry_body blockquote {
		margin:0 0 40px;
	}
}

/* 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 {
	font-weight: 700;
}

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

.paging_block {
	text-align: center;
}

.paging_block .paging {
	display: inline-block;
	padding:0 50px;
	font-size:1.2rem;
	font-family: "Chakra Petch", sans-serif;
	position: relative;
}

.paging_block .prev,
.paging_block .next {
	position: absolute;
	top:0;
	left:0;
	width:40px;
}

.paging_block .next {
	left:auto;
	right:0;
}

.paging_block .prev a,
.paging_block .next a {
	display: block;
	line-height:30px;
	letter-spacing: 0.04em;
}

.paging_block .next a {
	text-align: right;
}

.paging_block ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.paging_block li {
	margin:0 1px;
	width:30px;
}

.paging_block li a,
.paging_block li b {
	display: block;
	line-height:30px;
	text-align: center;
	color:#dcdcdc;
}

.paging_block li b {
	color:#1e1e1e;
	font-weight: 400;
}

.paging_block li span {
	display: block;
	line-height:30px;
	text-align: center;
}

.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:50px 0 0;
	overflow: hidden;
	font-size:1.4rem;
}

.block1 {
	padding:45px 15px 50px;
}

header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background-color: #FFF;
	border-bottom:1px solid #1e1e1e;
	z-index:100;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items:stretch;
	padding:0 0 0 15px;
	height:49px;
}

.header .logobox {
	display: flex;
	align-items: center;
}

.header .logobox p {
	margin:0 10px 0 0;
	width: 133px;
}

.header .logobox p a {
	display: block;
	overflow: hidden;
	background: url('../images/common/logo1.webp') no-repeat left center;
	background-size: 133px auto;
	padding: 30px 0 0;
	height: 0!important;
}

.header .logobox h1 {
	width: 76px;
}

.header .logobox h1 a {
	display: block;
	overflow: hidden;
	background: url('../images/common/logo2.webp') no-repeat left center;
	background-size: 76px auto;
	padding: 30px 0 0;
	height: 0!important;
}

.header .header_block {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.header .header_block .gnavi_block {
	display: none;
}

.header .header_block .sns_block {
	display: none;
}

header .menu {
	position: absolute;
	top:0;
	right:0;
	width:50px;
	border-left:1px solid #1e1e1e;
}

header .menu a {
	display: block;
	height: 49px;
	overflow: hidden;
	position: relative;
}

header .menu a::before,
header .menu a::after {
	position: absolute;
	content: '';
	left: 14px;
	width: 20px;
	height: 1px;
	background-color: #000;
	transition: .3s;
}

header .menu a::before {
	top: 17px;
}

header .menu a::after {
	bottom: 17px;
}

header.active .menu a::before {
	top: 14px;
	left: 14px;
	width: 29px;
	-webkit-transform-origin:left top 0;
	transform-origin:left top 0;
	-webkit-transform: rotate(44deg);
	transform: rotate(44deg);
}

header.active .menu a::after {
	bottom: 14px;
	left: 14px;
	width: 28px;
	-webkit-transform-origin:left top 0;
	transform-origin:left top 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

header .menu b {
	position: absolute;
	content: '';
	top: 24px;
	left: 14px;
	width: 20px;
	height: 1px;
	background-color: #000;
	transition: .3s;
}

header.active .menu b {
	opacity: 0;
	left: 40px;
}

.popmenu_block {
	display: none;
	position: fixed;
	top:50px;
	left:0;
	width:100%;
	height:calc(100% - 50px);
	background-color: #FFF;
}

.active .popmenu_block {
	display: block;
}

.popmenu_body {
	padding:30px 25px 25px;
	height:100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	overscroll-behavior: none;
	opacity: 0;
	transform: translateY(30px);
	transition-duration: .3s;
}

.popmenu_body.show {
	opacity: 1;
	transform: translateY(0);
}

.popmenu_body .popmenu {
	margin:0 0 20px;
	border-top:1px solid #1e1e1e;
}

.popmenu_body .popmenubox {
	padding:15px 0;
	border-bottom:1px solid #1e1e1e;
}

.popmenu_body .popmenubox.slink {
	padding:15px 0 5px;
}

.popmenu_body .popmenubox .label {
	padding:0 0 0 5px;
}

.popmenu_body .popmenubox .label a {
	display: flex;
	align-items: center;
	background: url('../images/common/icon_arrow4.svg') no-repeat right 12px center;
	background-size: 19px auto;
	height:29px;
}

.popmenu_body .popmenubox .label b {
	margin:0 11px 0 0;
	line-height:1.0;
	font-size:2.0rem;
	font-weight: 600;
	font-family: "Chakra Petch", sans-serif;
	letter-spacing: 0.06em;
}

.popmenu_body .popmenubox .label span {
	display: inline-block;
	padding:0 0 0 13px;
	line-height:1.5;
	font-size:1.2rem;
	letter-spacing: 0.04em;
	position: relative;
}

.popmenu_body .popmenubox .label span::before {
	position: absolute;
	top:50%;
	left:0;
	content: '';
	background-color: #1e1e1e;
	width:9px;
	height:1px;
}

.popmenu_body .popmenubox .linkbox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding:8px 0 0;
}

.popmenu_body .popmenubox ul {
	width:50%;
}

.popmenu_body .popmenubox li {
	margin:0 0 12px;
	padding:0 0 0 16px;
	line-height:1.4;
	font-size:1.2rem;
	letter-spacing: 0.08em;
	position: relative;
}

.popmenu_body .popmenubox li::before {
	position: absolute;
	top:50%;
	left:6px;
	content: '';
	background-color: #1e1e1e;
	width:8px;
	height:1px;
}

.popmenu_body .sns_block ul {
	display: flex;
	justify-content: center;
	align-items: center;
	height:100%;
}

.popmenu_body .sns_block li {
	margin:0 30px 0 0;
	width:22px;
}

.popmenu_body .sns_block .sns_yt {
	margin-right:0;
}

.popmenu_body .sns_block li a {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 21px 0 0;
	height: 0!important;
}

.popmenu_body .sns_block .sns_fb a {
	background-image: url('../images/common/sns_fb.webp');
	background-size: 21px 21px;
}

.popmenu_body .sns_block .sns_x a {
	background-image: url('../images/common/sns_x.webp');
	background-size: 20px 20px;
}

.popmenu_body .sns_block .sns_insta a {
	background-image: url('../images/common/sns_insta.webp');
	background-size: 21px 21px;
}

.popmenu_body .sns_block .sns_yt a {
	background-image: url('../images/common/sns_yt.webp');
	background-size: 22px 16px;
}

.content_wrap {
	margin:0 0 8px;
	padding:30px 12px 40px;
	position: relative;
}

.content_wrap::before {
	position: absolute;
	top:0;
	left:0;
	content: '';
	background-color: #FFF;
	width:calc(100% + 15px);
	height:100%;
	z-index:-10;
}

.mtitlebox {
	margin:0 0 30px;
}

.mtitlebox p {
	overflow: hidden;
	background-repeat: no-repeat;
	margin:0 0 10px;
	height: 0!important;
	letter-spacing: 0.08em;
}

.mtitlebox h2 {
	line-height:1.2;
	font-size:1.5rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.mtitle_block {
	position: relative;
}

.mtitle_block .mtitlebox2 {
	display: flex;
	align-items: center;
	padding:0 0 0 20px;
	height:196px;
	color:#FFF;
}

.mtitle_block .mtitlebox2 .inbox {
	width:100%;
}

.mtitle_block .mtitlebox2 p {
	overflow: hidden;
	background-repeat: no-repeat;
	margin:0 0 10px;
	height: 0!important;
}

.mtitle_block .mtitlebox2 h2 {
	line-height:1.2;
	font-size:1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.mtitle_block .mimagebox {
	position: absolute;
	top:0;
	left:0;
	content: '';
	background-size: cover;
	background-position: left center;
	width:100%;
	height:196px;
	z-index:-5;
}

.category {
	padding:5px 0;
	border-top:1px solid #1e1e1e;
	border-bottom:1px solid #1e1e1e;
}

.category ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.category li {
	width:33.3%;
	font-size:1.3rem;
	font-family: YakuHanJP, "Chakra Petch", "Noto Sans JP", sans-serif;
	letter-spacing: 0.08em;
	border-right:1px solid #1e1e1e;
}

.category li:last-child {
	border-right:none;
}

.category li a {
	display:block;
	background: url('../images/common/icon_arrow2s.svg') no-repeat right 10px center;
	background-size: auto 7px;
	padding:0 0 0 10px;
	line-height:40px;
	color:#969696;
}

.category li.on a {
	background-image: url('../images/common/icon_arrow1s.svg');
	color:#1e1e1e;
}

.category_link {
	border-top:1px solid #1e1e1e;
}

.category_link .cinbox {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding:5px 0;
	border-bottom:1px solid #1e1e1e;
}

.category_link .cinbox p {
	width:50%;
	font-size:1.3rem;
	font-family: YakuHanJP, "Chakra Petch", "Noto Sans JP", sans-serif;
	letter-spacing: 0.02em;
	border-right:1px solid #1e1e1e;
}

.category_link .cinbox p:last-child {
	border-right:none;
}

.category_link .cinbox p a,
.category_link .cinbox p b {
	display:block;
	background: url('../images/common/icon_arrow2s.svg') no-repeat right 8px center;
	background-size: auto 7px;
	padding:0 0 0 10px;
	line-height:38px;
	color:#969696;
	font-weight: 400;
}

.category_link .cinbox p b {
	opacity: 0.5;;
}

.category_link .cinbox p.on a {
	background-image: url('../images/common/icon_arrow1s.svg');
	color:#1e1e1e;
}

.pbtn {
	margin:0 auto;
	width:190px;
}

.pbtn a {
	display: block;
	line-height:50px;
	text-align: center;
	font-size:1.3rem;
	font-weight: 500;
	font-family: "Chakra Petch", sans-serif;
	letter-spacing: 0.12em;
	border:1px solid #1e1e1e;
	position: relative;
}

.pbtn a::after {
	position: absolute;
	top:calc(50% - 2px);
	right:10px;
	content: '';
	background: url('../images/common/icon_arrow5.svg') no-repeat;
	background-size: auto 4px;
	width:16px;
	height:4px;
	z-index:5;
}

.sbtn {
	display: block;
	margin:0 auto;
	width:190px;
	line-height:50px;
	text-align: center;
	font-size:1.3rem;
	font-weight: 500;
	font-family: "Chakra Petch", sans-serif;
	letter-spacing: 0.12em;
	border:1px solid #1e1e1e;
	position: relative;
}

.sbtn::after {
	position: absolute;
	top:calc(50% - 2px);
	right:10px;
	content: '';
	background: url('../images/common/icon_arrow5.svg') no-repeat;
	background-size: auto 4px;
	width:16px;
	height:4px;
	z-index:5;
}

.no_post {
	padding:30px 0;
	text-align: center;
}

.bread {
}

.bread ul {
	display: flex;
	align-items: center;
	width:100%;
	height:36px;
	overflow-x: scroll;
	word-break: keep-all;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.bread li {
	color:#b0ab7b;
	font-size:1.0rem;
}

.bread li.top {
	letter-spacing: 0.1em;
}

.bread li a {
	display: inline-block;
	background: url('../images/common/icon_bread.svg') no-repeat right center;
	background-size: auto 7px;
	margin:0 5px 0 0;
	padding:0 12px 0 0;
	line-height:12px;
	color:#b0ab7b;
}

footer {
	padding:30px 0 0;
	background-color: #1e1e1e;
}

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

.marquee_block {
	margin:0 0 42px;
	height:60px;
	overflow: hidden;
	position: relative;
}

.marquee_inblock {
	position: absolute;
	top:0;
	left:0;
	display: flex;
	align-items: center;
	width: 2080px;
}

.marquee_inblock p {
	overflow: hidden;
	background: url('../images/common/marquee.webp') no-repeat;
	background-size: 1000px auto;
	padding: 60px 0 0;
	width: 1040px;
	height: 0!important;
}

footer .block1 {
	padding:0 25px 35px;
	color:#FFF;
}

.footer_block1 {
	margin:0 0 45px;
	border-top:1px solid #FFF;
}

.flink_block .flinkbox {
	padding:15px 0;
	border-bottom:1px solid #FFF;
}

.flink_block .flinkbox.open {
	padding:15px 0 7px;
}

.flink_block .flinkbox .label a {
	display: flex;
	align-items: center;
	background: url('../images/common/icon_arrow3.svg') no-repeat right 12px center;
	background-size: 19px auto;
	height:29px;
	color:#FFF;
}

.flink_block .flinkbox.slist .label a {
	background-image: url('../images/common/menu_plus.svg');
	background-size: 16px auto;
}

.flink_block .flinkbox.slist.open .label a {
	background-image: url('../images/common/menu_minus.svg');
	background-size: 16px auto;
}

.flink_block .flinkbox .label b {
	margin:0 13px 0 0;
	line-height:1.0;
	font-size:2.0rem;
	font-weight: 600;
	font-family: "Chakra Petch", sans-serif;
	letter-spacing: 0.06em;
}

.flink_block .flinkbox .label span {
	display: inline-block;
	padding:0 0 0 8px;
	line-height:1.5;
	font-size:1.2rem;
	letter-spacing: 0.04em;
	position: relative;
}

.flink_block .flinkbox .label span::before {
	position: absolute;
	top:50%;
	left:0;
	content: '';
	background-color: #FFF;
	width:5px;
	height:1px;
}

.flink_block .flinkbox .linkbox {
	display: none;
	justify-content: space-between;
	align-items: flex-start;
	padding:8px 0 0;
}

.flink_block .flinkbox.open .linkbox {
	display: flex;
}

.flink_block .flinkbox ul {
	width:50%;
}

.flink_block .flinkbox .linkbox.pconly {
	display: none;
}

.flink_block .flinkbox li {
	margin:0 0 12px;
	padding:0 0 0 16px;
	line-height:1.4;
	font-size:1.2rem;
	letter-spacing: 0.08em;
	position: relative;
}

.flink_block .flinkbox li::before {
	position: absolute;
	top:50%;
	left:5px;
	content: '';
	background-color: #FFF;
	width:7px;
	height:1px;
}

.flink_block .flinkbox li a {
	color:#FFF;
}

.footer_block2 {
}

.footer_block2 .flogo {
	margin:0 auto 25px;
	width: 264px;
}

.footer_block2 .flogo a {
	display: block;
	overflow: hidden;
	background: url('../images/common/flogo1.webp') no-repeat;
	background-size: 264px auto;
	padding: 40px 0 0;
	height: 0!important;
}

.footer_block2 h2 {
	margin:0 auto 18px;
	width: 233px;
}

.footer_block2 h2 a {
	display: block;
	overflow: hidden;
	background: url('../images/common/flogo2.webp') no-repeat;
	background-size: 233px auto;
	padding: 21px 0 0;
	height: 0!important;
}

.footer_block2 .address {
	text-align: center;
}

.footer_block2 .address p {
	line-height:1.65;
	font-size:1.1rem;
	font-weight: 300;
	letter-spacing: 0.08em;
}

.footer_block2 .address .copyright {
	letter-spacing: 0;
}

/* entry
=================================== */
.entry_body {
	margin:0 0 40px;
}

.entry_body .entry_inbox {
	margin:0 0 40px;
}

.entry_body .entry_inbox:last-child {
	margin-bottom:0;
}

.entry_body .entry_inbox h1,
.entry_body .entry_inbox h2,
.entry_body .entry_inbox h3,
.entry_body .entry_inbox h4 {
	margin:0 0 15px;
	line-height:1.5;
	font-size:1.7rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.entry_body .entry_inbox p {
	margin:0 0 10px;
	line-height:1.85;
	text-align: justify;
	font-size:1.3rem;
	font-weight: 300;
	letter-spacing: 0.04em;
}

.entry_body .entry_inbox p:last-child {
	margin-bottom:0;
}

/* modal
=================================== */
.modal_block {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:150;
}

.modal_block.active {
	display: block;
}

.modal_inblock {
	height:100vh;
	transition-duration: .3s;
}

.modal_inblock.hide {
	opacity: 0;
}

.modal_inblock::before {
	position: absolute;
	top:0;
	left:0;
	content:'';
	background-color: rgba(176, 171, 123, 0.6);
	width:100%;
	height:100%;
	z-index:-3;
	opacity: 0;
	transition-duration: .3s;
}

.modal_inblock.show::before {
	opacity: 1;
}

.modal_scblock {
	padding:27px 0 137px;
	height:100vh;
	overflow-y: scroll;
	overscroll-behavior: none;
	position: relative;
	opacity: 0;
	transform: translateY(50px);
	transition-delay: .3s;
	transition-duration: .3s;
}

.show .modal_scblock {
	opacity: 1;
	transform: translateY(0);
}

.modal_scblock.type_fl {
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal_scblock.type_sc {
	overflow-y: scroll;
	overscroll-behavior: none;
	position: relative;
}

.modal_body {
	margin:0 27px;
	background-color: #FFF;
	position: relative;
}

.modal_body .close {
	position: absolute;
	right: 0;
	height: 0;
	width: 23px;
}

.modal_body .close a {
	display: block;
	overflow: hidden;
	background: url('../images/common/icon_close.svg') no-repeat center center;
	background-size: 7px 7px;
	background-color: #1E1E1E;
	padding: 23px 0 0;
	height: 0!important;
}

.modal_contents {
	display: none;
}

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

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

	.pc {
		display: initial;
	}

	.pcbox {
		display: block;
	}

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

	.paging_block .paging {
		padding:0 70px;
		font-size:1.6rem;
	}

	.paging_block .prev,
	.paging_block .next {
		width:50px;
	}

	.paging_block .prev a,
	.paging_block .next a {
		line-height:34px;
	}

	.paging_block .prev a:hover,
	.paging_block .next a:hover {
		color:#1e1e1e;
	}

	.paging_block li {
		margin:0 2px;
	}

	.paging_block li a,
	.paging_block li b {
		line-height:34px;
		transition-duration: 0.6s;
	}

	.paging_block li a:hover {
		color:#1e1e1e;
	}

	.paging_block li span {
		line-height:34px;
	}

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

	.block1 {
		margin:0 auto;
		padding:100px 20px 115px;
		width:1240px;
	}

	.header {
		padding:0 0 0 40px;
		min-width:1240px;
		height:69px;
	}

	.header .logobox p {
		margin:0 15px 0 0;
		width: 196px;
	}

	.header .logobox p a {
		background-size: 196px 31px;
		padding: 31px 0 0;
	}

	.header .logobox h1 {
		width: 112px;
	}

	.header .logobox h1 a {
		background-size: 112px 29px;
		padding: 29px 0 0;
	}

	.header .header_block {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}

	.header .header_block .gnavi_block {
		display: block;
		padding:0 40px 0 0;
	}

	.header .header_block .gnavi_block .gnavi {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		height:100%;
	}

	.header .header_block .gnavi_block .gnavi li {
		margin:0 30px 0 0;
		font-weight: 600;
		font-family: YakuHanJP, "Chakra Petch", "Noto Sans JP", sans-serif;
		letter-spacing: 0.08em;
	}

	.header .header_block .gnavi_block .gnavi li:last-child {
		margin-right:0;
	}

	.header .header_block .gnavi_block .gnavi li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height:69px;
	}

	.header .header_block .gnavi_block .gnavi li b {
		display: inline-block;
		font-weight: 600;
		position: relative;
	}

	.header .header_block .gnavi_block .gnavi li b:after {
		position: absolute;
		bottom:0;
		left:50%;
		content: '';
		background-color: #989853;
		width:0;
		height:2px;
		transition-duration: .3s;
	}

	.header .header_block .gnavi_block .gnavi li:hover b:after,
	.header .header_block .gnavi_block .gnavi li.on b:after {
		left:0;
		width:100%;
	}

	.header .header_block .gnavi_block .subnavi_block {
		position: absolute;
		left:0;
		width:100%;
		display: none;
		background-color: rgba(220, 220, 220, 0.9);
	}

	.header .header_block .gnavi_block li:hover .subnavi_block {
		display: block;
	}

	.header .header_block .gnavi_block .subnavi_inblock {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin:0 auto;
		width:1000px;
		height:120px;
	}

	.header .header_block .gnavi_block .subnavi_block .label {
		font-size:1.7rem;
		font-weight: 600;
		letter-spacing: 0.04em;
	}

	.header .header_block .gnavi_block .subnavi_block .subgnavi {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.header .header_block .gnavi_block .subnavi_block .subgnavi li {
		margin:0 25px 0 0;
		font-size:1.2rem;
		letter-spacing: 0.04em;
	}

	.header .header_block .gnavi_block .subnavi_block .subgnavi li:last-child {
		margin-right:0;
	}

	.header .header_block .gnavi_block .subnavi_block .subgnavi li a {
		display: inline-block;
		height:auto;
		text-underline-offset: 1.2ex;
	}

	.header .header_block .gnavi_block .subnavi_block .subgnavi a:hover,
	.header .header_block .gnavi_block .subnavi_block .subgnavi .on a {
		text-decoration: underline;
	}



	.header .header_block .sns_block {
		display: block;
		width:254px;
		border-left:1px solid #1e1e1e;
	}

	.header .header_block .sns_block ul {
		display: flex;
		justify-content: center;
		align-items: center;
		height:100%;
	}

	.header .header_block .sns_block li {
		margin:0 30px 0 0;
		width:22px;
	}

	.header .header_block .sns_block .sns_yt {
		margin-right:0;
	}

	.header .header_block .sns_block li a {
		display: block;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: center center;
		padding: 21px 0 0;
		height: 0!important;
	}

	.header .header_block .sns_block .sns_fb a {
		background-image: url('../images/common/sns_fb.webp');
		background-size: 21px 21px;
	}

	.header .header_block .sns_block .sns_x a {
		background-image: url('../images/common/sns_x.webp');
		background-size: 20px 20px;
	}

	.header .header_block .sns_block .sns_insta a {
		background-image: url('../images/common/sns_insta.webp');
		background-size: 21px 21px;
	}

	.header .header_block .sns_block .sns_yt a {
		background-image: url('../images/common/sns_yt.webp');
		background-size: 22px 16px;
	}

	header .menu {
		display: none;
	}

	.popmenu_block,
	.active .popmenu_block {
		display: none;
	}

	.content_wrap {
		margin:0 0 10px;
		padding:100px 100px 130px;
	}

	.content_wrap::before {
		width:100%;
	}

	.content_wrap::after {
		position: absolute;
		top:0;
		left:100%;
		content: '';
		background-color: #FFF;
		width:1500px;
		height:100%;
		z-index:-10;
	}

	.mtitlebox {
		margin:0 0 40px;
	}

	.mtitlebox p {
		margin:0 0 15px;
	}

	.mtitlebox h2 {
		font-size:2.4rem;
		letter-spacing: 0.12em;
	}

	.mtitle_block .mtitlebox2 {
		padding:0 0 0 45px;
		height:350px;
	}

	.mtitle_block .mtitlebox2 p {
		margin:0 0 15px;
	}

	.mtitle_block .mtitlebox2 h2 {
		font-size:2.6rem;
		letter-spacing: 0.12em;
	}

	.mtitle_block .mimagebox {
		height:350px;
	}














	.category {
		padding:0;
		border-bottom:none;
	}

	.category ul {
		display: block;
	}

	.category li {
		width:100%;
		font-size:1.8rem;
		letter-spacing: 0.04em;
		border-right:none;
		border-bottom:1px solid #1e1e1e;
	}

	.category li a {
		background: url('../images/common/icon_arrow2.svg') no-repeat right center;
		background-size: auto 13px;
		padding:0;
		line-height:82px;
		text-align: center;
	}

	.category li.on a,
	.category li a:hover {
		background-image: url('../images/common/icon_arrow1.svg');
	}

	.category_link .cinbox {
		display: block;
		padding:0;
		border-bottom:none;
	}

	.category_link .cinbox p {
		width:100%;
		font-size:1.8rem;
		letter-spacing: 0.04em;
		border-right:none;
		border-bottom:1px solid #1e1e1e;
	}

	.category_link .cinbox p a,
	.category_link .cinbox p b {
		background: url('../images/common/icon_arrow2.svg') no-repeat right center;
		background-size: auto 13px;
		padding:0;
		line-height:82px;
		text-align: center;
	}

	.category_link .cinbox p.on a,
	.category_link .cinbox p a:hover {
		background-image: url('../images/common/icon_arrow1.svg');
		color:#1e1e1e;
	}

	.pbtn {
		width:240px;
	}

	.pbtn a {
		font-size:1.6rem;
	}

	.pbtn a::after {
		top:calc(50% - 4px);
		right:20px;
		background-size: auto 7px;
		width:31px;
		height:7px;
		transition-duration: .3s;
	}

	.pbtn a:hover::after {
		right:10px;
	}

	.sbtn {
		width:240px;
		font-size:1.6rem;
	}

	.sbtn::after {
		top:calc(50% - 4px);
		right:20px;
		background-size: auto 8px;
		width:33px;
		height:8px;
		transition-duration: .3s;
	}

	a:hover .sbtn::after {
		right:10px;
	}

	.no_post {
		padding:120px 0;
		text-align: center;
	}

	.bread li {
		color:#b0ab7b;
		font-size:1.2rem;
	}

	.bread li a {
		background-size: auto 10px;
		margin:0 8px 0 0;
		padding:0 18px 0 0;
	}

	footer {
		padding:60px 0 0;
	}

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

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

	.marquee_block {
		margin:0 0 70px;
		height:114px;
	}

	.marquee_inblock {
		width: 4180px;
	}

	.marquee_inblock p {
		background-size: 2032px 114px;
		padding: 114px 0 0;
		width: 2090px;
	}

	footer .block1 {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-direction: row-reverse;
		padding:0 20px 65px;
	}

	.footer_block1 {
		display: flex;
		justify-content: flex-end;
		align-items: stretch;
		margin:0;
		width:660px;
		border-top:none;
	}

	.flink_block {
		padding:0 0 0 20px;
		width:219px;
		border-left:1px solid #FFF;
	}

	.flink_block:last-child {
		border-right:1px solid #FFF;
	}

	.flink_block .flinkbox {
		margin:0 0 25px;
		padding:0;
		border-bottom:none;
		transform: translateY(-5px);
	}

	.flink_block .flinkbox:last-child {
		margin-bottom:0;
	}

	.flink_block .flinkbox.b50 {
		margin:0 0 50px;
	}

	.flink_block .flinkbox.open {
		padding:0;
	}

	.flink_block .flinkbox .label a {
		display: inline-block;
		align-items: center;
		background: none;
		height:auto;
	}

	.flink_block .flinkbox.slist .label a {
		background-image: none;
	}

	.flink_block .flinkbox.slist.open .label a {
		background-image: none;
	}

	.flink_block .flinkbox .label b {
		margin:0;
		font-size:2.2rem;
	}

	.flink_block .flinkbox .label span {
		display: none;
	}

	.flink_block .flinkbox .linkbox {
		display: block;
		padding:6px 0 0;
	}

	.flink_block .flinkbox.open .linkbox {
		display: block;
	}

	.flink_block .flinkbox .linkbox.pconly {
		display: block;
	}

	.flink_block .flinkbox ul {
		display: block;
		margin:0 0 8px;
		width:100%;
	}

	.flink_block .flinkbox ul:last-child {
		margin-bottom:0;
	}

	.flink_block .flinkbox li {
		margin:0 0 8px;
		padding:0 0 0 10px;
		font-size:1.3rem;
		letter-spacing: 0.04em;
	}

	.flink_block .flinkbox li:last-child {
		margin-bottom:0;
	}

	.flink_block .flinkbox li::before {
		left:0;
		width:5px;
	}

	.footer_block2 {
		width:350px;
	}

	.footer_block2 .flogo {
		margin:0 0 40px;
		width: 321px;
	}

	.footer_block2 .flogo a {
		background-size: 321px 49px;
		padding: 49px 0 0;
	}

	.footer_block2 h2 {
		margin:0 0 30px;
		width: 321px;
	}

	.footer_block2 h2 a {
		background-size: 321px 27px;
		padding: 27px 0 0;
	}

	.footer_block2 .address {
		text-align: left;
	}

	.footer_block2 .address p {
		margin:0 0 3px;
		line-height:1.5;
		font-size:1.2rem;
		letter-spacing: 0.1em;
	}

	.footer_block2 .address .copyright {
		margin-bottom:0;
		letter-spacing: 0.08em;
	}

	/* entry
	=================================== */
	.entry_body {
		margin:0 0 100px;
	}

	.entry_body .entry_inbox {
		margin:0 0 70px;
	}

	.entry_body .entry_inbox h1,
	.entry_body .entry_inbox h2,
	.entry_body .entry_inbox h3,
	.entry_body .entry_inbox h4 {
		margin:0 0 20px;
		line-height:1.55;
		font-size:2.6rem;
	}

	.entry_body .entry_inbox p {
		margin:0 0 15px;
		line-height:2.0;
		font-size:1.5rem;
	}

	/* modal
	=================================== */
	.modal_block {
		min-width:1240px;
	}

	.modal_scblock {
		padding:80px 0;
	}

	.modal_body {
		margin:0 auto;
		width:1000px;
	}

	.modal_body .close {
		width: 35px;
	}

	.modal_body .close a {
		background-size: 13px 13px;
		padding: 35px 0 0;
	}
}

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

	/*
	=================================== */
	.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;
	}
}
