@charset "utf-8";/*ページ用*/
/* ------------------------------------------------ */
.title {
	line-height: 1em;
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.title {
		padding: 0px 10px;
	}
}
.title h2 {
}
.title h2 span {
	display: block;
	color: var(--color5);
	font-size: 20px;
	font-size: clamp(20px, 2.4vw, 24px);
/*
	font-family: var(--font2);
*/
	font-weight: 700;
	line-height: 1em;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.title h2 b {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
}
.title.h3 {
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.title.h3 h3 {
	color: #6d3511;
	font-size: 20px;
	font-weight: 400;
}
/* ------------------------------------------------ */
.content-page {
}
/* ------------------------------------------------ */
.content-archive {
}
/* ------------------------------------------------ */
.content-single {
	padding-bottom: 50px;
}
.entry-title {
	display: block;
	text-align: center;
	font-weight: 700;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.entry-title h2 {
}
.entry-title h2 b {
	display: block;
	color: var(--black);
	font-size: 24px;
}
.entry-title h2 em {
	display: inline-block;
	color: var(--white);
	font-size: 11px;
	line-height: 1em;
	background-color: var(--color1);
	padding: 3px 5px;
}
.entry-title h2 i {
	display: block;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
}

.entry-photo {
	margin-bottom: 30px;
}
.entry-photo img {
	width: auto;
	margin: 0px auto;
}
.entry-content {
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.entry-content {
		padding: 10px 30px;
	}
}
.entry-content:last-child {
}
.entry-content img {
	display: inline-block;
}
.entry-content img.aligncenter {
	display: block;
	margin: 0px auto;
}
.entry-content img.alignleft {
	display: block;
	margin: 0px auto 0px 0px;
}
.entry-content img.alignright {
	display: block;
	margin: 0px 0px 0px auto;
}
.entry-content img.alignnone {
}
/* ------------------------------------------------ */
.navigation {
}
.navigation h2 {
	display: none;
}
.navigation {
	padding: 30px 0px;
}
.nav-links {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
}
.nav-previous,
.nav-next {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 10px;
}
.nav-previous {
}
.nav-next {
	text-align: right;
}
.nav-links a {
	display: inline-block;
	color: #000;
	font-size: 0.8em;
	line-height: 1em;
	text-decoration: none;
	padding: 5px 10px;
}
.nav-links a:hover {
	background-color: #f2f2f2;
}
.nav-previous a::before {
	content: "<<"
}
.nav-next a::after {
	content: ">>"
}
.nav-links .meta-nav,
.nav-links .screen-reader-text {
	display: none;
}
.nav-links .post-title {
}
.wp-pagenavi {
	line-height: 1em;
	text-align: center;
	padding: 0px 0px 20px 0px;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	vertical-align: middle;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 2px;
}
.wp-pagenavi span.pages {
	display: none;
}
.wp-pagenavi span.extend {
	border: none;
}
.wp-pagenavi a.page {
	background-color: #f2f2f2;
}
.wp-pagenavi span.current {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: var(--color2);
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	background-color: var(--gray6);
}
.wp-pagenavi a:hover {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: var(--color4);
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before,
.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::after {
	content: "";
	position: absolute;
	left: 50%;;
	top: 50%;
	width: 1px;
	height: 8px;
	background-color: var(--gray1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.wp-pagenavi a.previouspostslink:hover::before,
.wp-pagenavi a.nextpostslink:hover::before,
.wp-pagenavi a.previouspostslink:hover::after,
.wp-pagenavi a.nextpostslink:hover::after {
	background-color: var(--white);
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::after {
	-webkit-transform: skewX(-35deg);
	transform: skewX(-35deg);
}
.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::before {
	-webkit-transform: skewX(35deg);
	transform: skewX(35deg);
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before {
	margin-top: -8px;
}
/* ------------------------------------------------ */
.bloc {
	margin: 0px auto;
	padding: 0px;
}
.outer {
	position: relative;
	z-index: 1;
}
.bloc .outer {
	padding: 50px 0px;
}
.inner {
	padding: 0px 10px;
}
.inner::after {
	content: "";
	display: block;
	clear: both;
}
.inner:last-child {
	margin-bottom: 0px;
}
.inner p {margin-bottom: 20px;}
.inner p:last-child {margin-bottom: 0px;}
/* ------------------------------------------------ */
#index {
}
/* ------------------------------------------------ */
#index-next {
	position: relative;
	background-image: url("./img/index/flowers-1854075_1920.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#index-next::after {
	content: "";
	position: absolute;
	left: 0;top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.2) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.2) 75%, rgba(255,255,255,0.2)), linear-gradient(45deg, rgba(255,255,255,0.2) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.2) 75%, rgba(255,255,255,0.2));
	background-position: 0 0, 3px 3px;
	background-size: 6px 6px;
}
.index-next {
	text-align: center;
	background-color: rgba(235,230,228,0.8);
	border: 2px solid var(--white);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 30px;
}
.index-next-kettei {
	margin-bottom: 10px;
}
.index-next-kettei b {
	display: inline-block;
	color: var(--color1);
	font-size: 20px;
	line-height: 1em;
	background-color: var(--white);
	border: 2px dashed var(--color1);
	padding: 10px 20px;
}
.next-next-gaiyo {
}
.index-next-gaiyo dl {
	font-size: 1.1em;
}
.index-next-gaiyo dl dt {
	display: inline-block;
	color: var(--color5);
	font-weight: 700;
	vertical-align: top;
	padding: 3px 10px;
}
.index-next-gaiyo dl dd {
	display: inline-block;
	font-weight: 700;
	vertical-align: top;
	padding: 3px 10px;
}
.index-next-btn {
}
.index-next-btn .link {
	padding: 10px 0px;
}
.index-next-note {
	font-size: 13px;
}
/* ------------------------------------------------ */
#index-about {
	position: relative;
	background-color: var(--color6);
}
#index-about .outer {
	position: relative;
	z-index: 2;
}
#index-about p {
	background-color: rgba(255,255,255,0.7);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 30px;
}

#video {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
}
#video::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
/*
	height: calc(93vh);
	height: 100%;
	min-width: 100%;
	min-height: 100%;
*/
	background-color: rgba(255,255,255,0.3);
}
#video::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
/*
	height: calc(93vh);
	height: 56.25vw;
	min-width: 100%;
	min-height: 100%;
*/
	background-color: rgba(255,255,255,0.1);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.2) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.2) 75%, rgba(255,255,255,0.2)), linear-gradient(45deg, rgba(255,255,255,0.2) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.2) 75%, rgba(255,255,255,0.2));
	background-position: 0 0, 3px 3px;
	background-size: 6px 6px;
}
#bg-video {
	display: block;
	position: relative;
	z-index: 0;
/*
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
*/
	width: 100%;
/*
	width: 177.77777778vh;
	height: 56.25vw;
	height: calc(100vw);
	min-height: 100%;
	min-width: 100%;
*/
}
@media screen and (max-width: 767px) {
	#video {
		position: relative;
		width: auto;
		height: 0;
		padding-bottom: 56.25%;
		overflow: hidden;
	}
}
.video-tex {
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 45%;
	width: 100%;
	text-align: center;
}
.video-tex span {
	display: block;
}
.video-tex span b {
	display: inline-block;
	color: #fff;
	font-size: 60px;
	font-size: clamp(20px, 6vw, 60px);
/*
	font-family: var(--font2);
*/
	font-weight: 700;
	vertical-align: middle;
	padding: 0px 10px;
}
#index-about ul li {
	padding: 5px;
}
@media screen and (max-width:767px) {
	#index-about ul li img {
		max-width: 200px;
	}
}
@media screen and (min-width:768px) {
	#index-about ul li img {
		max-width: 250px;
	}
}
/* ------------------------------------------------ */
#index-item {
}
.index-item {
/*
	background-color: var(--color6);
*/
	padding: 10px 10px;
}
.index-item .bloc-item {
}
/* ------------------------------------------------ */
.bloc#index-news {
	background-color: var(--color6);
}
.bloc#index-news .outer {
}
.index-news {
}
.index-news ul {
	margin-bottom: 30px;
}
.index-news ul li {
	border-bottom: 1px dashed #000;
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.index-news ul::after {
		display: block;
		content: "";
		clear: both;
	}
	.index-news ul li {
	}
}

.index-news ul li a {
	display: block;
	text-decoration: none;
	padding: 0px 10px;
}
.index-news ul li a div {
	margin-bottom: 5px;
}
.index-news ul li a div img {
	margin: 0px auto;
}
.index-news ul li a dl {
}
.index-news ul li a dl dt {
	line-height: 1.2em;
}
.index-news ul li a dl dt span {
	display: inline-block;
	font-size: 13px;
}
.index-news ul li a dl dt em {
	display: inline-block;
	color: var(--white);
	font-size: 11px;
	line-height: 1em;
	background-color: var(--color1);
	padding: 3px 5px;
}
.index-news ul li a dl dt strong {
	display: block;
	font-size: 16px;
}
.index-news ul li a dl dd {
}
.index-news ul li a dl dd p {
	font-size: 13px;
	line-height: 1.4em;
}
@media screen and (max-width: 767px) {
	.index-news ul {
		display: block;
		width: auto;
	}
	.index-news ul li {
		display: block;
		margin-bottom: 10px;
		padding: 0px;
	}
	.index-news ul li a div {
		display: table-cell;
		width: 30%;
		vertical-align: top;
		padding: 0px 10px;
	}
	.index-news ul li a dl {
		display: table-cell;
		vertical-align: top;
		padding: 0px 10px;
	}
	.index-news ul li a dl dt {
		line-height: 1.2em;
	}
	.index-news ul li a dl dt span {
	}
	.index-news ul li a dl dt strong {
	}
	.index-news ul li a dl dd {
	}
}

#news {
}
.news {
}
.news-list {
}
.news-list ul {
}
.news-list ul li {
	border-bottom: 1px solid #000;
	padding: 15px 5px;
}
.news-list ul li:last-child {
	border-bottom: none;
}
.news-list ul li dl {
	margin-bottom: 15px;
}
.news-list ul li dl dt {
	border-bottom: 1px solid #ccc;
}
.news-list ul li dl dt span {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height 1em;
	padding-right: 10px;
}
.news-list ul li dl dt em {
	display: inline-block;
	color: var(--white);
	font-size: 11px;
	line-height: 1em;
	background-color: var(--red1);
	padding: 3px 5px;
}
.news-list ul li dl dt a {
	display: block;
	color: var(--red1);
	font-size: 20px;
	line-height: 1.4em;
	text-decoration: none;
}
.news-list ul li dl dt a:hover {
	color: var(--white);
}
.news-list ul li dl dt a strong {
}
.news-list ul li dl dd {
}
/* ------------------------------------------------ */
.pp {
}
@media screen and (min-width: 768px) {
	.pp {
		padding: 10px 20px;
	}
}
.pp-top {
	margin-bottom: 20px;
}
.pp dl {
	margin-bottom: 20px;
}
.pp dl dt {
	color: var(--color3);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.pp dl dd {
	padding: 0px 20px;
}
.pp dl dd p {
}
.pp dl dd ol {
}
.pp dl dd ol li {
}
.pp dl dd ol li ol {
	margin-left: 20px;
}
/* ------------------------------------------------ */
.list-bloc {
	margin-bottom: 40px;
}
.list-bloc dl {
}
.list-bloc dl dt {
}
.list-bloc dl dd {
}
.bloc-title {
	position: relative;
	text-align: center;
	border-bottom: 2px solid var(--black);
	margin-bottom: 10px;
}
.bloc-title h3 {
/*
	font-family: var(--font2);
*/
	padding: 10px 0px;
}
.bloc-title h3 span {
	display: block;
	font-size: 18px;
	font-size: clamp(16px, 1.8vw, 18px);
	font-weight:  700;
	line-height: 1em;
	vertical-align: bottom;
}
.bloc-title h3 em {
	display: inline-block;
	font-size: 26px;
	font-size: clamp(20px, 2.6vw, 26px);
	font-weight: 700;
	line-height: 1em;
	vertical-align: bottom;
	text-transform: capitalize;
	padding: 0px 5px;
}
.bloc-title h3 b {
	display: inline-block;
	font-size: 26px;
	font-size: clamp(20px, 2.6vw, 26px);
	line-height: 1em;
	vertical-align: bottom;
	text-transform: uppercase;
	padding: 0px 5px;
}
@media screen and (min-width:768px) {
	.bloc-title h3 span {
		display: inline-block;
		vertical-align: bottom;
		padding: 0px 5px;
	}
}
.list-bloc-puremoni .bloc-title h3 em {color: #f90;}
.list-bloc-pure .bloc-title h3 em {color: #e24996;}
.list-bloc-osyamama .bloc-title h3 em {color: #cc111e;}
.list-bloc-award .bloc-title h3 em {color: #870a14;}
.list-bloc-summerfestival .bloc-title h3 em {color: #16bae2;}
.list-bloc-other .bloc-title h3 em {color: #666;}

.bloc-title .bloc-title-link {
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bloc-title .bloc-title-link a {
	display: inline-block;
	color: var(--white);
	line-height: 1em;
	background-color: var(--color1);
	padding: 5px 10px;
}
/* ------------------------------------------------ */
.bloc-item {
	text-align: center;
}
.bloc-item ul {
}
@media screen and (min-width:768px) {
	.bloc-item ul li {
		display: inline-block;
		width: 32%;
		vertical-align: top;
	}
	#report-list .bloc-item ul li {
		width: 18%;
	}
}

.bloc-item ul li a {
	display: block;
	text-decoration: none;
	padding: 10px 10px;
}
.bloc-item ul li a:hover {
	background-color: var(--color6);
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
.bloc-item ul li a img {
	display: inline-block;
	width: 200px;
	height: auto;
}
#report-list .bloc-item ul li a img {
	width: 150px;
}
.bloc-item ul li a b {
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2em;
}
#report-list .bloc-item ul li a b {
	font-size: 11px;
}
.bloc-item ul li a strong {
	display: block;
	color: var(--color1);
	font-size: 16px;
	line-height: 1.2em;
	padding: 5px 0px;
}
#report-list .bloc-item ul li a strong {
	font-size: 13px;
}
.bloc-item ul li a p {
	font-size: 14px;
	line-height: 1.2em;
	padding: 0px 10px;
}
/* ------------------------------------------------ */
#page-allitem {
}
.allitem-list {
	text-align: center;
}
.allitem-list ul {
}
.allitem-list ul li {
	display: inline-block;
	width: 24%;
	height: 220px;
	overflow-y: hidden;
	vertical-align: top;
}
@media screen and (max-width:767px) {
	.allitem-list ul li {
		display: inline-block;
		width: 32%;
		height: auto;
	}
}
@media screen and (max-width:  479px) {
	.allitem-list ul li {
		width: 48%;
		height: auto;
	}
}
.allitem-list ul li a {
	display: block;
	padding: 5px;
}
.allitem-list ul li a img {
	display: inline-block;
	width: 180px;
	height: auto;
}
.allitem-list ul li a b {
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2em;
}
.allitem-list ul li a strong {
	display: block;
	font-size: 14px;
	line-height: 1.2em;
}
.allitem-list ul li a:hover {
	color: #f60;
}
.allitem-list ul li a:hover img {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
/* ------------------------------------------------ */
#archive-item {
}
.item-list-top {
	text-align: center;
	margin-bottom: 20px;
}
.item-list-top p span {
	font-size: 11px;
	font-size: 1.1rem;
}
.item-list {
}
.item-list-top-link {
	text-align: center;
}
.item-list-top-link1 {
	padding-bottom: 50px;
}
.item-list-top-link2 {
	padding-top: 20px;
}
.item-list-top-link a {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: none;
	line-height: 1em;
	text-decoration: none;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #000;
	padding: 10px 40px 10px 40px;
}
@media screen and (max-width:  767px) {
	.item-list-top-link {
		max-width: 300px;
		margin: 0px auto;
	}
	.item-list-top-link a {
		display: block;
		padding: 15px 20px 15px 20px;
	}
}
/* ------------------------------------------------ */
.item-det {
}
.item-det .link {
	text-align: center;
}
.item-det .link a span {
	padding: 10px 20px;
}
.item-det dl {
	text-align: center;
	margin-bottom: 20px;
}
.item-det dl dt {
	border-top: 2px solid var(--black);
	border-bottom: 2px solid var(--black);
	margin-bottom: 20px;
	padding: 20px 0px;
}
.item-det dl dd {
}
@media screen and (min-width:768px) {
	.item-det dl dd {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	.item-det dl dd .item-det-photo {
		display: table-cell;
		vertical-align: middle;
	}
	.item-det dl dd .item-det-tex {
		display: table-cell;
		vertical-align: middle;
	}
}
.item-det dl dt h3 {
}
.item-det dl dt h3 b {
	display: block;
	font-size: 20px;
	font-size: clamp(15px, 2vw, 20px);
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.item-det dl dt h3 strong {
	display: block;
	color: var(--color1);
	font-size: 24px;
	font-size: clamp(15px, 2.4vw, 24px);
	line-height: 1.2em;
	padding: 5px 0px;
}
.item-det dl dd .item-det-photo {
	margin-bottom: 10px;
}
.item-det dl dd .item-det-photo img {
	margin: 0px auto;
}
.item-det dl dd .item-det-tex {
	margin-bottom: 10px;
}
.item-det dl dd .item-det-tex p {
}
.item-det .item-det-link {
	margin-bottom: 20px;
}
.item-det .item-det-link.link a {
	display: block;
	margin-bottom: 10px;
}
.item-det .item-det-link.link a::before {
}
.item-det .item-det-link.link a::after {
	background-color: var(--color2);
}
.item-det .item-det-link.link a:last-child {
	margin-bottom: 0px;
}
.item-det .item-det-link.link a span {
	padding: 20px 10px;
}
.item-det-ex {
}
.item-det-ex img {
	margin: 0px auto;
}
/* ------------------------------------------------ */
.report-list {
}
.report-list-bloc {/*list-bloc*/
	background-color: #f9f4ed;
	padding: 10px;
}
.report-list-bloc dl {
	margin-bottom: 10px;
}
.report-list-bloc dl dd {
}
.report-list-img {
	text-align: center;
}
.report-list-img img {
	display: inline-block;
}
.report-list-tex {
}
@media screen and (min-width:768px) {
	.report-list-bloc dl dd {
		display: table;
		width: 900px;
		table-layout: fixed;
		border-spacing: 0px;
		margin: 0px auto;
	}
	.report-list-img {
		display: table-cell;
		width: 380px;
		vertical-align: middle;
	}
	.report-list-tex {
		display: table-cell;
		vertical-align: middle;
	}
}
.report-list-tex p {
	text-align: center;
	margin-bottom: 0px;
}
.report-list-tex p strong {
	display: block;
	font-size: 18px;
	font-size: clamp(15px, 1.8vw, 18px);
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
.report-list-tex p b {
	display: block;
	font-weight: 400;
}
.report-list-bloc .bloc-item {
	position: relative;
	background-color: var(--white);
	padding: 10px;
}
.report-list-bloc .bloc-item::before {
	content: "Close Up Item";
	font-weight: 500;
	margin-bottom: 10px;
}
.report-list-tex .link em {
	display: inline-block;
	position: relative;
	font-weight: 500;
	background-color: var(--gray4);
	padding: 10px 30px;
}
/* ------------------------------------------------ */
.report-det {
}
.report-det-bloc {
}
.report-box {
	margin-bottom: 10px;
}
.report-box.report-top {
	margin-bottom: 40px;
}
.report-box.client-box {
	margin-bottom: 40px;
}
.report-box.client-item {
	margin-bottom: 0px;
}
.report-box ul {
	margin-bottom: 6px;
}
.report-box ul li {
}
.report-box p {
}
.report-box.client-item p {
	background-color: var(--white);
	padding: 10px 10px;
}
.report-box.client-item p strong {
	color: var(--color1);
	font-size: 1.2em;
}
.report-box.client-box {
	text-align: center;
}
@media screen and (max-width:767px) {
	.report-box.client-box ul {
		display: block;
	}
	.report-box.client-box ul li {
		display: block;
	margin-bottom: 10px;
	}
}
.report-box.client-box ul li a {
	display: block;
	position: relative;
	color: var(--white);
	text-decoration: none;
	background-color: var(--color2);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 10px;
}
.report-box.client-box ul li a:hover {
	background-color: var(--color3);
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
@media screen and (min-width:768px) {
	.report-box.client-box ul li a::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 11px 10px 0 10px;
		border-color: var(--color2) transparent transparent transparent;
		margin-left: -10px;
	}
	.report-box.client-box ul li a:hover::after {
		border-color: var(--color3) transparent transparent transparent;
	}
}
.report-box.client-box ul li a img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.report-box.client-box ul li a:hover img {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
.report-box.client-box ul li a div {
	padding: 10px 0px;
}
.report-box.client-box ul li a div span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 10px;
}
.report-box.client-box ul li a div strong {
	display: block;
	font-weight: 700;
	line-height: 1em;
}
.client-bloc {
	background-color: var(--color6);
	margin-bottom: 40px;
	padding: 10px;
}
.client-title {
	text-align: center;
	border-bottom: 2px solid var(--black);
	margin-bottom: 20px;
}
.client-title h3 {
	padding: 10px 0px;
}
.client-title h3 span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.client-title h3 strong {
	display: block;
	font-size: 28px;
	font-size: clamp(18px, 2.8vw, 28px);
	font-weight: 700;
	line-height: 1.2em;
}
.client-link {/*.link*/
}
.client-link a span b {
	display: block;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 5px;
}
.client-link a span em {
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1em;
}
.report-det-btm {
	text-align: center;
}
.report-det-btm img {
	margin: 0px auto;
}
.report-snap {
	text-align: center;
	padding-top: 40px;
}
.report-snapphoto {
	margin-bottom: 20px;
}
.report-snapphoto img {
	margin: 0px auto;
}
.report-snaptex {
}
.report-snaptex a {
}
.report-snaptex a strong {
}
.report-snaptex p {
}
.report-snaptex a img {
	display: inline-block;
}
/* ------------------------------------------------ */
.side-report-list {
}
.side-report-bloc {
}
@media screen and (min-width:768px) {
	.side-report-list {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	.side-report-bloc {
		display: table-cell;
		vertical-align: middle;
	}
}
.side-report-bloc a {
}
.side-report-bloc a h3 {
}
.side-report-bloc a h3 span {
}
.side-report-puremoni a h3 span {color: #f90;}
.side-report-pure a h3 span {color: #e24996;}
.side-report-osyamama a h3 span {color: #cc111e;}
.side-report-award a h3 span {color: #870a14;}
.side-report-summerfestival a h3 span {color: #16bae2;}
.side-report-other a h3 span {color: #666;}

.side-report-photo {
	position: relative;
	padding: 5px 10px;
}
.side-report-photo em {
	display: inline-block;
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1em;
	background-color: rgba(255,255,255,0.9);
	border: 2px solid;
	padding: 5px 10px;
}
.side-report-puremoni .side-report-photo em {color: #f90;}
.side-report-pure .side-report-photo em {color: #e24996;}
.side-report-osyamama .side-report-photo em {color: #cc111e;}
.side-report-award .side-report-photo em {color: #870a14;}
.side-report-summerfestival .side-report-photo em {color: #16bae2;}
.side-report-other .side-report-photo em {color: #666;}

.side-report-photo img {
	position: relative;
	z-index: 0;
}
.side-item-ban {
	text-align: center;
}
.side-item-ban ul li a img {
	display: inline-block;
}
@media screen and (min-width:768px) {
	#secondary .side-item-ban ul {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	#secondary .side-item-ban ul li {
		display: table-cell;
		vertical-align: middle;
	}
}
.drawer .side-item-ban ul {
	padding: 50px 0px;
}
.drawer .side-item-ban ul li {
	padding: 10px;
}
/* ------------------------------------------------ */

.about-link {
	text-align: center;
	padding: 10px 0px;
}
.about-link ul {
}
@media screen and (max-width:767px) {
	.about-link li {
		display: block;
		max-width: 300px;
		text-align: center;
		margin: 0px auto 5px auto;
		padding: 0px 5px;
	}
}
@media screen and (min-width:768px) {
	.about-link li {
		display: inline-block;
		min-width: 150px;
		text-align: center;
		padding: 0px 5px;
	}
}
.about-link li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1em;
	text-decoration: none;
	background-color: var(--color2);
	background-repeat: no-repeat;
	background-position: right center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 10px;
}
.about-link li a:hover {
	background-color: var(--color3);
}


.about-bloc {
}
.about-title {
	text-align: center;
	border-bottom: 2px solid var(--black);
	margin-bottom: 20px;
}
.about-title h3 {
	display: block;
	font-size: 20px;
	font-weight: 700;
}
#about-top p {
	margin-bottom: 10px;
}
#about-top p:last-child {
	margin-bottom: 0px;
}
#about-top .photo li img {
	width: 100%;
	max-width: 100%;
}
#about-flow ul {
}
@media screen and (min-width:768px) {
	#about-flow ul {
		border-spacing: 10px 0px;
		margin-bottom: 10px;
	}
}
#about-flow ul li {
	position: relative;
	background-color: var(--color6);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
@media screen and (max-width:767px) {
	#about-flow ul li {
		margin-bottom: 30px;
	}
}
#about-flow ul li::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
}
#about-flow ul:last-child li:last-child::after {
	display: none;
}
@media screen and (max-width:767px) {
	#about-flow ul li::after {
		left: 50%;
		bottom: -20px;
		border-width: 12px 15px 0 15px;
		border-color: var(--color3) transparent transparent transparent;
	}
}
@media screen and (min-width:768px) {
	#about-flow ul li::after {
		right: -10px;
		top: 50%;
		border-width: 15px 0 15px 12px;
		border-color: transparent transparent transparent var(--color3);
	}
}

#about-flow ul li dl,#about-flow ul li dl dt,#about-flow ul li dl dd {
	display: block;
}
#about-flow ul li dl {
	position: relative;
	z-index: 0;
}

@media screen and (max-width:767px) {
	#about-flow ul li dl {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	#about-flow ul li dl dt {
		display: table-cell;
		width: 40%;
		vertical-align: top;
		padding: 10px;
	}
	#about-flow ul li dl dd {
		display: table-cell;
		vertical-align: top;
		padding: 10px;
	}
}
@media screen and (min-width:768px) {
	#about-flow ul li dl dt {
		padding: 40px 10px 0px 10px;
	}
	#about-flow ul li dl dd {
		padding: 5px 10px 10px 10px;
	}
}
#about-flow ul li dl dt img {
	margin: 0px auto;
}
#about-flow ul li dl dd strong {
	display: block;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
}
@media screen and (min-width:768px) {
	#about-flow ul li dl dd strong {
		position: absolute;
		left: 0px;
		top: 5px;
		width: 100%;
	}
}
#about-flow ul li dl dd strong span {
	display: inline-block;
	color: var(--white);
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	background-color: var(--color1);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#about-flow ul li dl dd strong b {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1em;
	padding: 3px 10px;
}
@media screen and (min-width:768px) {
	#about-flow ul li dl dd strong span {
		width: 30px;
		height: 30px;
		font-size: 20px;
		line-height: 30px;
	}
	#about-flow ul li dl dd strong b {
		display: inline-block;
		font-size: 20px;
	}
}
#about-flow ul li dl dd p {
	font-size: 0.95em;
	line-height: 1.4em;
}
#about-note dl {
	border-bottom: 1px solid #000;
	padding: 20px 0px;
}
#about-note dl dt {
	color: var(--color2);
	font-size: 1.2em;
	font-weight: 700;
	border-bottom: 1px dashed #000;
}
#about-note dl dd {
	padding: 10px 0px;
}
#about-note dl dd ul {
}
#about-note dl dd ul li {
	position: relative;
	padding: 2px 0px 2px 20px;
}
#about-note dl dd ul li::before {
	content: "※";
	position: absolute;
	left: 0px;
	top: 2px;
}
#about-note dl dd ul li b {
	color: var(--color1);
}
#about-note dl dd ul li strong {
	display: inline-block;
	color: #c00;
	font-size: 1.2em;
	border-bottom: 2px solid #c00;
}
/* ------------------------------------------------ */
.faq-bloc {
	border-bottom: 1px solid #000;
	padding: 20px 0px;
}
.faq-bloc dl {
	padding: 5px 0px;
}
.faq-bloc dl dt {
	cursor: pointer;
	line-height: 1.4em;
	padding-bottom: 10px;
}
.faq-bloc dl dt:hover {
	color: var(--color2);
}
.faq-bloc dl dt span {
	font-size: 16px;
	font-weight: 700;
}
.faq-bloc dl dt:before {
	display: inline-block;
	color: var(--color3);
	content: 'Q.';
	font-size: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 5px;
	padding: 0px 5px;
}
.faq-bloc dl dd {
	border-top: 1px solid #000;
	padding: 5px 10px 10px 10px;
}
.faq-bloc dl dd p {
	margin-bottom: 5px;
}
.faq-bloc dl dd p:last-child {
	margin-bottom: 0px;
}
.faq-bloc dl dd p u {
	color: var(--color1);
	font-weight: 700;
}
/* ------------------------------------------------ */
#pp {
}
.pp {
}
/* ------------------------------------------------ */
#pp {
}
.pp {
}


.onsya {text-align:center;padding:30px 10px;}
.onsya a {
	display: inline-block;
	text-decoration:none;
	vertical-align: top;
	color:#fff;
	background:#c00;
	padding: 5px 5px;
}
.onsya a b {
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px;
}
.onsya a span {
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px;
}

.tsuikalink {text-align:center;padding:10px 10px;}
.tsuikalink a {
	text-decoration:none;
	vertical-align: top;
	color:#000;
	background:#ffe6e6;
	padding:2px 5px;
}
@media screen and (min-width:768px) {
	#tsuikalink .tsuikalink {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 10px 0px;
	}
	#tsuikalink .tsuikalink a {
		display: table-cell;
		vertical-align: middle;
	}
}
@media screen and (max-width:767px) {
	#tsuikalink .tsuikalink a {
		display: block;
		margin-bottom:10px;
		padding:10px 5px;
	}
}
.drawer .tsuikalink a {
	display: block;
	margin-bottom:10px;
	padding:10px 5px;
}
/* ------------------------------------------------ */