hcfhc@charset "UTF-8";

/* Jimdo Reset
-----------------------------------------------*/
body div.n a:hover {
	text-decoration: underline;
	font-weight: bold;
}
body img { vertical-align: bottom; }
body div.n { padding: 5px 0; }

div.cc-m-form-view-sortable button,
div.cc-m-form-view-sortable input,
div.cc-m-form-view-sortable select,
div.cc-m-form-view-sortable textarea {
    font-family: inherit;
    font-size: 0.95em;
}
 
div.cc-m-form-view-sortable button,
div.cc-m-form-view-sortable input {
    line-height: normal;
}
div.cc-m-form-view-input input[type="text"] { padding: 0 0.3em; }
div.cc-m-form-view-input textarea { padding: 0.3em; }
div.cc-m-form-view-input select[multiple="multiple"] { padding: 0.2em; }
 
div.cc-m-form-view-sortable input[type="checkbox"],
div.cc-m-form-view-sortable input[type="radio"] {
    padding: 0;
    border: none;
}
 
div.cc-m-form-view-input div.captcha input[name="captcha"] {
  font-family: inherit;
  font-size: 1.3em;
  padding: 3px 0 3px 6px;
  line-height: 1.5rem;
  width: auto;
}
div.cc-com-entry input[type="submit"],
div.cc-m-form-view-input input[type="submit"] {
  display: inline-block;
  padding: 0.5em 1.5em;
  margin: 1.5em auto;
  font-size: 1em;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #F5F5F5;
  background-image: -moz-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#E6E6E6));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: -o-linear-gradient(top, #FFFFFF, #E6E6E6);
  background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
  background-repeat: repeat-x;
  border: 1px solid #CCCCCC;
  border-color: #E6E6E6 #E6E6E6 #BFBFBF;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFff', endColorstr='#ffE6E6E6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
div.cc-com-entry input[type="submit"]:hover,
div.cc-m-form-view-input input[type="submit"]:hover {
  color: #333333;
  background-color: #E6E6E6;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

div.cc-m-form-layout-1 div.cc-m-form-view-label {
	line-height: 2.5em;
}
 
/*フォームラベルを2カラムにした際の幅調整*/
form.cc-m-form div.cc-m-form-view-label,
form.cc-m-form div.cc-m-form-view-label { width: 24%; }
form.cc-m-form div.cc-m-form-view-input { width: 74%; }


/* Body
-----------------------------------------------*/
body { background: #FFFFFF; }

/* Header
-----------------------------------------------*/
#header { margin: 10px 0; }
#header:after {
	content: "";
	clear: both;
	display: block;
}
#header .inner {
	width: 1200px;
	margin: 0 auto;
}
#header h1 {
	float: left;
	font-size: 25px;
	line-height: 2rem;
}
#header h1 span {
	background: linear-gradient(#bdd7ee 0%, #bdd7ee 35%, #72b8f9 45%, #72b8f9 100%);
	-webkit-background-clip: text;
	color: transparent;
}

@media all and (-ms-high-contrast: none){
#header h1 span {
    background: #fff;
    color: #72b8f9;
  }
}

#inq { float: right; }
#inq p {
	color: #333333;
	font-size: 13px;
	text-align: right;
	line-height: 1.2rem;
}
#inq p span {
	font-size: 15px;
	font-weight: bold;
}

/* Nav
-----------------------------------------------*/
#nav {
	margin-bottom: 20px;
	background: linear-gradient(#bdd7ee 0%, #bdd7ee 1%, #72b8f9 50%, #72b8f9 100%);
}
#nav:after {
	content: "";
	clear: both;
	display: block;
}
#nav ul#mainNav1 {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#nav ul#mainNav1 li { float: left; }
#nav ul#mainNav1 li a {
	display: block;
	padding: 18px 17px;
	border-right: 1px solid #68ace0;
	border-left: 1px solid #d3e2ed;
	text-decoration: none;
	color: #FFFFFF;
}
#nav ul#mainNav1 li a:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}
#nav ul#mainNav1 li a.current,#nav ul#mainNav1 li a.parent { background: #72b8f9 }
#nav ul#mainNav2 { display: none; }

/* Container
-----------------------------------------------*/
#container {
	width: 1200px;
	margin: 0 auto 20px auto;
}
#container:after {
	content: "";
	clear: both;
	display: block;
}

/* Visual
-----------------------------------------------*/
#visual {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 20px;
}
#visual ul {
	overflow: hidden;
	list-style-type: none;
	height: 350px !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Content
-----------------------------------------------*/
#content {
	float: left;
	width: 940px;
}
#content h1 {
	margin: 15px 0 10px;
        padding: 1em 1.2em;
        border-radius:5px;
        background: linear-gradient(#bdd7ee 0%, #bdd7ee 1%, #72b8f9 50%, #72b8f9 100%);
}
#content h2 {
    margin: 0 0 10px;
    padding: 12px 0 15px 10px;
    position: relative;
}
#content h2:before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(114,184,249,1) 0%, rgba(193,214,238,1) 100%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: 50%;
    /* border: dashed 1px white; */
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
#content h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(114,184,249,1) 0%, rgba(193,214,238,1) 100%);
    position: absolute;
    left: 0;
    margin: 10px 0 0;
    border-radius: 0px 0px 160px 180px/0px 0px 54px 44px;
}
#content h3 {
	margin: 15px 0 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCCCCC;
}

/* Side
-----------------------------------------------*/
#side {
	float: right;
	width: 230px;
}

/* Sidenav

-----------------------------------------------*/
#sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none; 
}
#sidenav ul li {
	margin: 0;
	padding: 0;
}
#sidenav ul.mainNav1 li a.level_1 { display: none; }

#sidenav ul.mainNav2 {
	margin-top: 20px;
	border-top: 2px solid #F3F3F3;
	border-right: 2px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	border-left: 2px solid #F3F3F3;
}
#sidenav ul li ul li a {
	display: block;
	padding: 10px 10px 10px 20px;
	background: url(https://u.jimcdn.com/cms/o/s9a2f63f8482dfddb/userlayout/img/arrow.png?t=1599273283) 10px center no-repeat;
	border-bottom: 1px solid #F3F3F3;
	font-size: 15px;
	line-height: 1.2rem;
	text-decoration: none;
	color: #333333;
}
#sidenav ul li ul li a:hover {
	color: #808080;
	background: url(https://u.jimcdn.com/cms/o/s9a2f63f8482dfddb/userlayout/img/arrow.png?t=1599273283) 10px center no-repeat;
}
#sidenav ul li ul li a.current { background: url(https://u.jimcdn.com/cms/o/s9a2f63f8482dfddb/userlayout/img/arrow.png?t=1599273283) 10px center no-repeat #F5F5F5; }
#sidenav ul li ul li ul li a {
	padding: 10px 10px 10px 30px;
	background: url(https://u.jimcdn.com/cms/o/s9a2f63f8482dfddb/userlayout/img/arrow.png?t=1599273283) 20px center no-repeat;
}
#sidenav ul li ul li ul li a:hover {
	color: #808080;
	background: url(https://u.jimcdn.com/cms/o/s9a2f63f8482dfddb/userlayout/img/arrow.png?t=1599273283) 20px center no-repeat;
}
#sidenav ul li ul li ul li a.current { background: url(https://u.jimcdn.com/cms/o/s9a2f63f8482dfddb/userlayout/img/arrow.png?t=1599273283) 20px center no-repeat #F5F5F5; }
#sidenav ul li a.current,#sidenav ul li a.cc-nav-current { background: #F5F5F5; }



/* Sidebar
-----------------------------------------------*/
#sidebar h1 {
	margin: 15px 0 10px;
	padding: 0.3em 0.3em;
        border-radius:5px;
        background: linear-gradient(#bdd7ee 0%, #bdd7ee 1%, #72b8f9 50%, #72b8f9 100%);
}
#sidebar h2 {
	margin: 15px 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 97%;
}
#sidebar h3 {
	margin: 15px 0 10px;
	font-size: 97%;
}



/* Blog
-----------------------------------------------------------------------*/
#content .blogselection h1 {
	margin: 5px 0;
	padding: 11px 0 17px;
	background: none !important;
	border-top: none !important;
	border-radius: 0 !important;
 	border-bottom: 1px dotted #ccc;
	outline: none;
}
.cc-page-blog #content h1 {
	margin: 20px 0 0;
	padding: 5px 0 16px;
	border-top: none !important;
	background: none !important;
	border-radius: 0 !important;
	border-bottom: 1px dotted #ccc;
	outline: none;
}
.blogselection h1:before,
.cc-page-blog #content h1:before {
	padding: 0 !important;
}
.cc-page-blog #content h1 a {
	text-decoration: none;
	color: 3a3325;
}
.postmeta {
	margin: 5px auto 0;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	color: #aaa;
	font-size: small;
}
body div.blogselection div.n { padding: 0px; }
.cc-page div.datetime.dt-style3.dt-alignment-left { margin: 5px 15px 15px 0px; }
.cc-page-blog div.datetime.dt-style3.dt-alignment-left {
	margin: 15px 10px 10px 3px;
}
body .skiptoform { margin: 10px; }
body ul.com-list, ul.com-list-noava { margin: 15px 0 0 0; }

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(https://u.jimcdn.com/cms/o/s9a2f63f8482dfddb/userlayout/img/controls.png?t=1599273283) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(https://u.jimcdn.com/cms/o/s9a2f63f8482dfddb/userlayout/img/controls.png?t=1599273283) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(https://u.jimcdn.com/cms/o/s9a2f63f8482dfddb/userlayout/img/controls.png?t=1599273283) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(https://u.jimcdn.com/cms/o/s9a2f63f8482dfddb/userlayout/img/controls.png?t=1599273283) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

footer#footer {
    width: 90% !important;
    margin: 0 auto;
}

/* responsive
-----------------------------------------------*/
.skiptoform {
	float: none !important;
}
h1.j-blog-header.j-blog-headline.j-blog-post--headline {
	color: #333;
}
#header #mobile-nav {
	display: none;
}

@media screen and (max-width:768px){
#container .j-cart {
	top: 15px;
	right: 15px;
}

	#container,
	.inner {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#container img,
	.inner img {
		display: block !important;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	#content {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	#header {
		float: none;
		padding: 35px 0 5px;
	}
	.inner {
		width: 100% !important;
	}
	#header h1 {
		margin: 40px 0 0;
		width: 100%;
		font-size: 18px;
		text-align: center;
	}
	#inq {
		display: none;
	}
	#visual {
		padding: 10px 0 0;
		width: 100%;
		height: auto;
	}
	#side {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	#nav {
		display: none;
	}
	#header #mobile-nav {
		display: block;
		position: absolute;
		top: 0;
		z-index: 10000;
		background: #f1f1f1;
		width: 100%;
		border-bottom: 1px solid rgba(60,60,60,.15);
		box-sizing: border-box;
		text-align: left;
		font-size: 62.5%;
	}
	#header #mobile-nav ul {
		display: none;
		background: #fff;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#header #mobile-nav li {
		position: relative;
	}
	#header #mobile-nav li a {
    overflow: hidden;
		display: block;
		height: 42px;
    border-bottom: 1px solid rgba(60,60,60,.15);
		padding: 0 65px 0 20px;
    line-height: 42px;
		font-size: 1.6em!important;
		text-decoration: none;
    color: #3a4642;
	}
	#header #mobile-nav li ul {
		display: none;
	}
	#header #mobile-nav li ul li a {
		padding: 0 65px 0 35px;
	}
	#header #mobile-nav li ul li ul li a {
		padding: 0 0 0 50px;
	}
	#header #mobile-nav .btn {
		display: block;
		cursor: pointer;
    height: 45px;
    padding: 10px 0 0;
	}
	#header #mobile-nav .btn.close:before {
		content: "×";
		margin: 0 0 0 15px;
		font-size: 56px;
		color: #000;
	}
	#header #mobile-nav .btn span {
		padding: 24px 0 0;
		font-size: 10px;
	}
	#header #mobile-nav .btn.close span {
		padding: 0;
	}
	.nav-bar {
		display: block;
		position: relative;
		background: #000;
		top: 15px;
		left: 20px;
	}
	.nav-bar, .nav-bar:before, .nav-bar:after{
		width: 34px;
		height: 4px;
	}
	.nav-bar:before, .nav-bar:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		background: #000;
	}
	.nav-bar:before {
		margin-top: -11px;
	}
	.nav-bar:after {
		margin-top: 8px;
	}
	.btn.close .nav-bar {
		display: none;
	}
	.jmd-nav__toggle-button {
		cursor: pointer;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		background-color: rgba(200,200,200,.2);
		width: 42px;
		height: 42px;
    box-sizing: border-box;
		text-align: center;
	}
	.jmd-nav__toggle-button:before {
    clear: both;
    display: table;
    content: "";
    position: absolute;
    border-radius: 0;
    width: 1.26em;
    height: .2em;
    left: 1.47em;
    top: 2em;
    background: rgba(0,0,0,.7);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	}
	.jmd-nav__toggle-button:after {
    clear: both;
    display: table;
    content: "";
    position: absolute;
    border-radius: 0;
    width: 1.26em;
    height: .2em;
    left: 1.47em;
    top: 2em;
    background: rgba(0,0,0,.7);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
	}
	.jmd-nav__toggle-button.active:after {
		-ms-transform: rotate(0);
    transform: rotate(0);
	}
	#content .cc-m-textwithimage .cc-m-image-align-1,
	#content .cc-m-textwithimage .imgleft,
	#content .j-textWithImage .cc-m-image-align-1,
	#content .j-textWithImage .imgleft,
	#content .cc-m-textwithimage .cc-m-image-align-2,
	#content .cc-m-textwithimage .imgright,
	#content .j-textWithImage .cc-m-image-align-2,
	#content .j-textWithImage .imgright {
    float: none;
    display: block;
    margin: 10px auto;
	}
	#content .cc-m-hgrid-column {
		float: none;
    min-height: 1px;
    min-width: 100%;
		box-sizing: content-box;
		padding: 0;
	}
	#content .cc-shop-product-img {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	#content .cc-shop-product-size-2 .cc-shop-product-img-confines {
		width: 100%;
	}
	#content form.cc-m-form.cc-m-form-layout-0 .cc-m-form-view-element>label {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	#content form.cc-m-form .cc-m-form-view-element .cc-m-form-view-input-wrapper input {
    max-width: 100%;
    min-width: 100%;
	}
	#content .cc-m-form-submit .cc-m-form-view-input-wrapper {
		text-align: center;
	}
	#content form.cc-m-form .cc-m-form-view-element.cc-m-form-submit .cc-m-form-view-input-wrapper input {
    max-width: 50%;
    min-width: 50%;
	}
	#sidenav {
		display: none;
	}
	#footer #contentfooter .leftrow,
	#footer #contentfooter .rightrow {
		float: none;
		width: 100%;
		text-align: left;
	}
	#footer .jimdo-free-footer-ad {
		padding: 10px;
		box-sizing: border-box;
	}
	#footer .jimdo-free-footer-ad p {
		box-shadow: none;
	}
	#footer .jimdo-free-footer-ad.jimdo-kddi-footer>p {
    border: 0;
		margin: 0;
		padding: 35px 0 0;
	}
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

html, body {
  font-family: "游ゴシック";
}