@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&display=swap');
html,body {
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 300;
	letter-spacing: .6px;
	font-size: 12px;
	color: #000;
}
*:focus {
outline: none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	opacity: 0.5;
}
h1,h2,h3 {
	padding: 0;
	margin: 0;
	font-weight: 300;
}
svg {
	width: 100%;
	height: auto;
}
img,video{
	border: none;
	width: 100%;
}
.clear {
	clear: both;
}
.spview {
	display: none;
}
.pcview {
	display: block;
}
.fade {
	opacity: 0;
}
.fade.ac {
	-webkit-animation: fadein 1s forwards linear;
	animation: fadein 1s forwards linear;
}
@keyframes fadein {
  0% {
	  opacity: 0;
  }
  100% {
	  opacity: 1;
  }
}
#of_wrap {
	width: 84%;
	margin:0 auto;
	
}
@media only screen and (max-width: 768px)  {
	.spview {
		display: block;
	}
	.pcview {
		display: none;
	}
	#of_wrap {
		width: 100%;
	}
}
#visual {
	position: relative;
	overflow: hidden;
}
#visual h1 {
	position: absolute;
	top: 5vw;
	right: 5vw;
	width: 20%;
}
@media only screen and (max-width: 768px)  {
	#visual .visual img {
	}
	#visual h1 {
		width: 34%;
	}	
}

#contents {
	border-bottom: 1px solid #000;
	
}

#contents .section {
	position: relative;
	margin: 10vw auto;
}
#contents .section .inner {
	position: relative;
}
@media only screen and (max-width: 768px)  {
	#contents .section {
		margin: 5vw auto 15vw;
	}
	
}

#contents .section .no {
	position: relative;
	line-height: 0;
}
#contents .section .no .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 0;
}
#contents .section .img {
	overflow: hidden;
	position: relative;
}
#contents .section .img img.visual_img {
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
}
#contents .section .item {
	margin: 15px auto 0;
}
#contents .section .item li {
	float: left;
	margin-right: 15px;
	font-size: 14px;
}
#contents .section .item li .price {
	font-size: 12px;
}
/*#contents .section .item li.btn {
	border: 1px solid #000;
	text-align: center;
	margin: 5px 0 5px 50px;;
	font-weight: 700;
	overflow: hidden;
}*/
#contents .section .item li.btn a {
	border: 1px solid #000;
	text-align: center;
	margin: 5px 0 5px 50px;;
	font-weight: 700;
	overflow: hidden;
	display: block;
	padding: 5px 10px;
	transition: ease .2s;
	position: relative;
	cursor: pointer;
}
#contents .section .item li.btn a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background:#000;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
#contents .section .item li.btn a:hover{
	color: #FFF;
	opacity: 1;
}
#contents .section .item li.btn a:hover::before{
  transform-origin:left top;
  transform:scale(1, 1);
}
@media only screen and (max-width: 768px)  {
	#contents .section .item {
		margin: 6px auto 0;
	}
	#contents .section .item li {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		font-size: 10px;
	}
	#contents .section .item li:nth-last-of-type(1) {
	}
	#contents .section .item li .price {
		font-size: 8px;
	}
	#contents .section .item li.btn {
		float: right;
	}
	#contents .section .item li.btn a {
		margin: 0 5px;
		display: inline-block;
	}
	#contents .section .item li.spblock {
		float: none;
		clear: both;
	}
	#contents .section .item li.spblock a {
		margin:0;
	}
}




#contents .section.no1 .no {
	position: absolute;
	top: 0;
	left: 3%;
	width: 15%;
}
#contents .section.no1 .img {
	width:58%;
	margin: 0 auto;
}
#contents .section.no1 .item {
	width: 58%;
}
@media only screen and (max-width: 768px)  {
	#contents .section.no1 .no {
		position: absolute;
		top: 0;
		left: 5%;
		width: 20%;
	}
	#contents .section.no1 .img {
		width:75%;
		margin: 0 0 0 25%;
	}
	#contents .section.no1 .item {
		width: 75%;
		margin: 6px 0 0 25%;
	}
}




/**/

#contents .section.no3 .no {
	margin: 0 auto 1vw;
	width: 10%;
}
#contents .section.no3 .img {
	width: 49%;
	float: left;
	box-sizing: border-box;
}
#contents .section.no3 .img.pr {
	margin-right: 1%;
}
#contents .section.no3 .img.pl {
	margin-left: 1%;
}
@media only screen and (max-width: 768px)  {
	#contents .section.no3 .no {
		margin: 0 auto;
		width: 15%;
	}
	#contents .section.no3 .img {
		width: 50%;

	}
	#contents .section.no3 .img.pr {
		margin-right: 0;
	}
	#contents .section.no3 .img.pl {
		margin-left: 0;
	}
	#contents .section.no3 .item {
		width: 90%;
	}
}




#contents .section.no2 .no {
	margin: 0 auto 1vw;
	width: 10%;
}
#contents .section.no2 .img {
}
#contents .section.no2 .img.pr {
	margin:0 auto 2vw;
}
#contents .section.no2 .img.pl {
	width: 70%;
	margin: 0 auto;
}
#contents .section.no2 .item {
	width: 70%;
	margin-left: 15%;
}
@media only screen and (max-width: 768px)  {
	#contents .section.no2 .no {
		margin: 0 auto;
		width: 15%;
	}
}




#contents .section.no4 .no {
	position: absolute;
	top: 0;
	right: 23%;
	width: 15%;
}
#contents .section.no4 .img {
	width: 58%;
	box-sizing: border-box;
}
#contents .section.no4 .img.pr {
	margin-left: 0
}

#contents .section.no4 .img.pl {
	margin-left: 42%;
	margin-top: 2vw;
}
#contents .section.no4 .item {
	margin-left: 42%;
}
@media only screen and (max-width: 768px)  {
	#contents .section.no4 .no {
		right: 5%;
		width: 20%;
	}
	#contents .section.no4 .img {
		width: 75%;
		box-sizing: border-box;
	}
	#contents .section.no4 .img.pl {
		width: 62%;
		margin-top: 2vw;
		margin-left: 38%
	}
	#contents .section.no4 .item {
		margin-left: 0;
		position: absolute;
		bottom: 0;
		left: 5%;
		width: 37%;
	}
}




#contents .section.no5 .no {
	margin: 0 auto 1vw;
	width: 10%;
}
#contents .section.no5 .img {
	width: 49%;
	float: left;
	box-sizing: border-box;
}
#contents .section.no5 .img.pr {
	margin-right: 1%;
}
#contents .section.no5 .img.pl {
	margin-left: 1%;
}
@media only screen and (max-width: 768px)  {
	#contents .section.no5 .no {
		margin: 0 auto;
		width: 15%;
	}
	#contents .section.no5 .img {
		width: 50%;

	}
	#contents .section.no5 .img.pr {
		margin-right: 0;
	}
	#contents .section.no5 .img.pl {
		margin-left: 0;
	}
	#contents .section.no5 .item {
		width: 90%;
	}
}

#contents .section.no6 .no {
	margin: 0 auto 1vw;
	width: 10%;
}
#contents .section.no6 .img {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
#contents .section.no6 .img.pl {
}
#contents .section.no6 .item {
	width: 100%;
}
@media only screen and (max-width: 768px)  {
	#contents .section.no6 .no {
		margin: 0 auto;
		width: 15%;
	}	
	#contents .section.no6 .img {
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto;
	}
	#contents .section.no6 .item {
		width: 90%;
	}
}
#contents .vol {
	width: 50%;
	margin: 0 auto 2%;
}
#contents .vol ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
}
#contents .vol li {
	padding: 5%;
}
@media only screen and (max-width: 768px)  {
	#contents .vol {
		width: 90%;
		margin: 15% auto 6%;
	}
}

#footer {
	width: 22%;
	margin: 2% auto;
}
#footer ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	margin: 0 auto 10%;
}
#footer li {
	padding: 10%;
}
#footer .copyright {
	margin-top: 10%;
	font-size: 10px;
	text-align: center;
}
@media only screen and (max-width: 768px)  {
	#footer {
		width: 65%;
		margin: 6% auto;
	}	
	#footer .staff {
		width: 85%;
		margin: 0 auto;
	}
	#footer .copyright {
		margin-top: 10%;
		font-size: 8px;
		text-align: center;
	}
}



.st0{fill:none;stroke:#4B4B4B;stroke-width:1.5;stroke-miterlimit:10;}

/***************************************************
 * Generated by SVG Artista on 8/24/2021, 10:36:34 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 413.5486376202629px;
    stroke-dasharray: 413.5486376202629px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 413.5486376202629px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 413.5486376202629px;
    stroke-dasharray: 413.5486376202629px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 413.5486376202629px;
  }
}

.svg-elem-1 {
    stroke-dashoffset: 413.5486376202629px;
    stroke-dasharray: 413.5486376202629px;
}
.ac .svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s ease 1s both;
          animation: animate-svg-stroke-1 1s ease 1s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 81.99999237060547px;
    stroke-dasharray: 81.99999237060547px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 81.99999237060547px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 81.99999237060547px;
    stroke-dasharray: 81.99999237060547px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 81.99999237060547px;
  }
}
.svg-elem-2 {
    stroke-dashoffset: 81.99999237060547px;
    stroke-dasharray: 81.99999237060547px;
}
.ac .svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s ease 2s both;
          animation: animate-svg-stroke-2 1s ease 2s both;
}



/***************************************************
 * Generated by SVG Artista on 8/24/2021, 10:41:42 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 413.5486376202629px;
    stroke-dasharray: 413.5486376202629px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 413.5486376202629px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 413.5486376202629px;
    stroke-dasharray: 413.5486376202629px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 413.5486376202629px;
  }
}

.svg-elem-3 {
    stroke-dashoffset: 413.5486376202629px;
    stroke-dasharray: 413.5486376202629px;
}
.ac .svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s ease 1s both;
          animation: animate-svg-stroke-3 1s ease 1s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 77.99998474121094px;
    stroke-dasharray: 77.99998474121094px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 77.99998474121094px;
  }
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 77.99998474121094px;
    stroke-dasharray: 77.99998474121094px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 77.99998474121094px;
  }
}
.svg-elem-4 {
    stroke-dashoffset: 77.99998474121094px;
    stroke-dasharray: 77.99998474121094px;
}
.ac .svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 1s ease 2s both;
          animation: animate-svg-stroke-4 1s ease 2s both;
}



/***************************************************
 * Generated by SVG Artista on 8/24/2021, 11:05:22 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 413.5486376202629px;
    stroke-dasharray: 413.5486376202629px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 413.5486376202629px;
  }
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 413.5486376202629px;
    stroke-dasharray: 413.5486376202629px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 413.5486376202629px;
  }
}
.svg-elem-5 {
    stroke-dashoffset: 413.5486376202629px;
    stroke-dasharray: 413.5486376202629px;
}
.ac .svg-elem-5 {
  -webkit-animation: animate-svg-stroke-1 1s ease 1s both;
          animation: animate-svg-stroke-1 1s ease 1s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 78px;
    stroke-dasharray: 78px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 78px;
  }
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 78px;
    stroke-dasharray: 78px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 78px;
  }
}
.svg-elem-6 {
    stroke-dashoffset: 78px;
    stroke-dasharray: 78px;
}
.ac .svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 1s ease 2s both;
          animation: animate-svg-stroke-6 1s ease 2s both;
}

