#contents_wrapper {
	height: auto;
	width: 100%;
}
.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}
.swiper-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}
.swiper-pointer-events {
	touch-action: pan-y
}
.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}
.swiper-slide-invisible-blank {
	visibility: hidden
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: auto
}
.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}
.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display:none
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}
.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}
.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}
.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center
}
/*********************************************************************/



/*


:root {
 --easing: cubic-bezier(.2, 1, .2, 1);
 --transition: .8s var(--easing);
 --color-base: #f8f8f8;
 --color-gray: #ddd;
 --color-theme: #f5695f;
 --color-theme-darken: #f12617;
 --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
 --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
 --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
 --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
}

html {
	height: 100%;
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
 color: #fff;
 background: var(--color-theme);
}
::selection {
	color: #fff;
	background: var(--color-theme);
}
*/

img {
	border: 0;
	margin: 0;
}
figure {
	margin: 0;
}
p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #333;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
main {
	display: block;
}
[class*=swiper]:focus {
	outline: none;
}
.slide-media, .thumb-media {
	position: relative;
	overflow: hidden;
	height: auto;
	width: auto;
}
.thumb-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.slide-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 920px;
	height: 923px;
	-o-object-fit: cover;
	object-fit: cover;
}
.swiper-button-prev::after, .swiper-button-next::after {
	width: 40px;
	height: 40px;
	content: "";
}
.swiper-button-prev::after {
	margin-left: 0.4rem;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.swiper-button-next::after {
	margin-right: 0.4rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.swiper-button-disabled {
	pointer-events: none;
	opacity: 0;
}
.gallery {
	overflow: hidden;
	height: auto;
	width: 1240px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 100px;
}
.gallery .inner {
	position: relative;
	/*	-webkit-box-sizing: content-box;
	box-sizing: content-box;*/
	max-width: 1240px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
}
.gallery .inner .item {
	height: 960px;
	width: 320px;
}
.gallery .inner .item .keyword_en {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	text-align: left;
	margin: 0px;
	height: auto;
	width: 100%;
}
.gallery .inner .item .keyword_jp {
	font-size: 28px;
	font-weight: 400;
	color: #000;
	margin-top: 15px;
	text-align: left;
}
.gallery .inner .item .use_item {
	font-size: 13px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: 100%;
	margin-top: 55px;
	margin-left: 0px;
}
.gallery .inner .item .use_result {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	height: auto;
	width: auto;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	display: inline-block;
	margin-bottom: 23px;
	margin-top: 25px;
	text-align: left;
	margin-left: 0px;
	margin-right: auto;
}
.gallery .inner .item .explan {
	height: 430px;
}
.gallery .inner .item .info {
	height: auto;
	width: 320px;
	margin-top: 12px;
	margin-left: 0px;
	display: -webkit-flex;
	display: flex;
}
.gallery .inner .item .info .items {
	font-size: 13px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: 45px;
}
.gallery .inner .item .info .result {
	font-size: 13px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: 100%;
	line-height: 15px;
}
.gallery .inner .swiper {
	max-width: 920px;
	margin: auto;
	height: auto;
}
.gallery .item .thumb-wrapper {
	width: 200px;
	margin-top: 60px;
}
.gallery .swiper {
	overflow: hidden;
	width: 920px;
}
.gallery .swiper-fade .swiper-slide {
	-webkit-transition-property: opacity, -webkit-transform !important;
	transition-property: opacity, -webkit-transform !important;
	transition-property: opacity, transform !important;
	transition-property: opacity, transform, -webkit-transform !important;
	pointer-events: none;
}
.gallery .swiper-fade .swiper-slide-active {
	pointer-events: auto;
}
.gallery .item .swiper-controller {
	width: 208px;
	margin-top: 38px;
	margin-left: 50px;
	display: -webkit-flex;
	display: flex;
	height: auto;
}
.swiper-button-prev {
	place-content: center;
	width: 34px;
	height: 34px;
	cursor: pointer;
	background-image: url(../image/prev.png);
	background-repeat: no-repeat;
	margin-right: 30px;
	background-position: center center;
}
.swiper-button-next {
	place-content: center;
	width: 34px;
	height: 34px;
	cursor: pointer;
	background-image: url(../image/next.png);
	background-repeat: no-repeat;
	margin-left: 30px;
	background-position: center center;
}
.gallery .swiper-button-prev, .gallery .swiper-button-next {
	z-index: 1;
}
/*
.gallery .swiper-button-prev {
	right: calc(100% + 3.2rem);
}
@media only screen and (max-width: 1024px) {
.gallery .swiper-button-prev {
	right: calc(100% - 3.2rem);
}
}
.gallery .swiper-button-next {
	left: calc(100% + 3.2rem);
}
@media only screen and (max-width: 1024px) {
.gallery .swiper-button-next {
	left: calc(100% - 3.2rem);
}
*/
.gallery .slide {
	display: block;
	overflow: hidden;
}
.gallery .slide-media {
	display: block;
	padding-top: 100%;
	border-radius: 0px;
}
.gallery .slide-media img {
	-o-object-fit: contain;
	object-fit: contain;
}
.gallery .slide-title {
	font-weight: bold;
	line-height: 1.6;
	padding: 3.2rem 0;
}
.gallery .item .thumb-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	height: auto;
	width: 280px;
	margin-top: 40px;
}
.gallery .thumb-media {
	padding-top: 100%;
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	border-radius: 0px;
	border: 3px solid #FFF;
}
.gallery .thumb-media:hover {
	/*
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .gallery .thumb-media:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
*/
	opacity: 0.6;
}
.gallery .thumb-media img {
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.gallery .thumb-media-active {
	border: 3px solid #94243A;
}
.gallery .thumb-media-active img {
	opacity: 0.6;
}
.swiper-pagination {
	font-family: "Noto Sans JP", sans-serif;
	color: #000;
	font-weight: 400;
	font-size: 20px;
}
.swiper-pagination-current {
	font-family: "Noto Sans JP", sans-serif;
	color: #000;
	font-weight: 400;
	font-size: 20px;
}
.swiper-pagination-total {
	font-family: "Noto Sans JP", sans-serif;
	color: #000;
	font-weight: 400;
	font-size: 20px;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
.gallery .item .explans {
	display: none;
}
.gallery .item .explan {
	display: block;
}
 @media screen and (max-width: 1000px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
.gallery {
	overflow: hidden;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
.gallery .inner {
 position: relative;
	/*	-webkit-box-sizing: content-box;
	box-sizing: content-box;*/
	max-width: 100%;
	margin-bottom: 50px;
	display: block;
}
.gallery .item .thumb-wrapper {
	display: none;
}
.gallery .inner .item {
	height: auto;
	width: 100%;
	text-align: center;
}
.gallery .item .swiper-controller {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.gallery .inner .swiper {
	max-width: 100%;
	margin: auto;
	height: auto;
	max-height: 730px;
}
.gallery .swiper {
	overflow: hidden;
	width: 100%;
}
.slide-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.gallery .item .explan {
	display: none;
}
.gallery .inner .explans {
	height: auto;
	width: calc(100% - 90px);
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 60px;
	display: block;
}
.gallery .inner .explans .keyword_jp {
	font-size: 28px;
	font-weight: 400;
	color: #000;
	margin-top: 0px;
	text-align: left;
}
.gallery .inner .explans .use_item {
	font-size: 13px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: 100%;
	margin-top: 30px;
	margin-left: 0px;
}
.gallery .inner .explans .use_result {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	height: auto;
	width: auto;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	display: inline-block;
	margin-bottom: 23px;
	margin-top: 5px;
	text-align: left;
	margin-left: 0px;
	margin-right: auto;
}
.gallery .inner .explans .info {
	height: auto;
	width: 320px;
	margin-top: 8px;
	margin-left: 0px;
	display: -webkit-flex;
	display: flex;
}
.gallery .inner .explans .info .explans {
	font-size: 13px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: 45px;
}
.gallery .inner .explans .info .result {
	font-size: 13px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: 100%;
}
}
