
/* core */
*,
*::before,
*::after {
	box-sizing: border-box;
}



html {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

a, button {
	cursor: revert;
}

a {
	outline: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

a:focus, *:focus {
	outline: none !important
}


img {
	max-inline-size: 100%;
	max-block-size: 100%;
}

table {
	border-collapse: collapse;
}

input, textarea {
	-webkit-user-select: auto;
}

textarea {
	white-space: revert;
}

meter {
	-webkit-appearance: revert;
	appearance: revert;
}

:where(pre) {
	all: revert;
	box-sizing: border-box;
}

::placeholder {
	color: #999;
}

:where([hidden]) {
	display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
	-moz-user-modify: read-write;
	-webkit-user-modify: read-write;
	overflow-wrap: break-word;
	-webkit-line-break: after-white-space;
	-webkit-user-select: auto;
}

:where([draggable="true"]) {
	-webkit-user-drag: element;
}

:where(dialog:modal) {
	all: revert;
	box-sizing: border-box;
}

::-webkit-details-marker {
	display: none;
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

@media (max-width: 600px) {
	.mobile-only {
		display: block;
		position: relative;
	}

	.screen-only {
		display: none;
	}

	br.sp-only {
		display: inline !important;
	}

	br.pc-only {
		display: none !important;
	}
}

@media (min-width: 601px) {
	.mobile-only {
		display: none;
	}

	.screen-only {
		display: block;
		position: relative;
	}

	br.sp-only {
		display: none !important;
	}

	br.pc-only {
		display: inline !important;
	}
}

@media (max-width: 959px) {
	.mobile-and-tablet-only {
		display: block;
	}

	.pc-only {
		display: none !important;
	}
}

@media (min-width: 960px) {
	.mobile-and-tablet-only {
		display: none;
	}

	.pc-only {
		display: block;
	}
}

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

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

.text-right {
	text-align: right;
}

.flex-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.flex-between {
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
}

.flex-space-around {
	-webkit-justify-content: space-around !important;
	justify-content: space-around !important;
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap !important;
	/* Safari */
	flex-wrap: nowrap !important;
}

.flex-aligncenter {
	-webkit-align-items: center !important;
	/* Safari */
	align-items: center !important;
}


input:not([type="checkbox"]) ,
select,
textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
	box-shadow: none !important;
}

input:not([type="checkbox"]) ,
select,
textarea,
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

select::-ms-expand {
	display: none;
}

textarea {
	display: block;
}

img {
	vertical-align: middle;
	border: 0;
	max-width: 100%;
	height: auto;
	image-rendering: auto;
}

a:focus, *:focus {
	outline: none;
}


.mar0 {
	margin: 0 !important;
}
.mar5 {
	margin: 5px
}
.mar10 {
	margin: 10px
}
.mar15 {
	margin: 15px
}
.mar20 {
	margin: 20px
}
.mar25 {
	margin: 25px
}
.mar30 {
	margin: 30px
}
.mar35 {
	margin: 35px
}
.mar40 {
	margin: 40px
}
.mar45 {
	margin: 45px
}
.mar50 {
	margin: 50px
}
.mar60 {
	margin: 60px
}
.mart5 {
	margin-top: 5px
}
.mart10 {
	margin-top: 10px
}
.mart15 {
	margin-top: 15px
}
.mart20 {
	margin-top: 20px
}
.mart25 {
	margin-top: 25px
}
.mart30 {
	margin-top: 30px
}
.mart35 {
	margin-top: 35px
}
.mart40 {
	margin-top: 40px
}
.mart45 {
	margin-top: 45px
}
.mart50 {
	margin-top: 50px
}
.mart60 {
	margin-top: 60px
}
.mart70 {
	margin-top: 70px
}
.mart80 {
	margin-top: 80px
}
.mart90 {
	margin-top: 90px
}
.mart100 {
	margin-top: 100px
}
.mart200 {
	margin-top: 200px
}
.mart300 {
	margin-top: 300px
}
.marb5 {
	margin-bottom: 5px
}
.marb10 {
	margin-bottom: 10px
}
.marb15 {
	margin-bottom: 15px
}
.marb20 {
	margin-bottom: 20px
}
.marb25 {
	margin-bottom: 25px
}
.marb30 {
	margin-bottom: 30px
}
.marb35 {
	margin-bottom: 35px
}
.marb40 {
	margin-bottom: 40px
}
.marb45 {
	margin-bottom: 45px
}
.marb50 {
	margin-bottom: 50px
}
.marb60 {
	margin-bottom: 60px
}
.marb70 {
	margin-bottom: 70px
}
.marb80 {
	margin-bottom: 80px
}
.marb90 {
	margin-bottom: 90px
}
.marb100 {
	margin-bottom: 100px
}
.marl5 {
	margin-left: 5px
}
.marl10 {
	margin-left: 10px
}
.marl15 {
	margin-left: 15px
}
.marl20 {
	margin-left: 20px
}
.marl25 {
	margin-left: 25px
}
.marl30 {
	margin-left: 30px
}
.marl35 {
	margin-left: 35px
}
.marl40 {
	margin-left: 40px
}
.marl45 {
	margin-left: 45px
}
.marl50 {
	margin-left: 50px
}
.marl60 {
	margin-left: 60px
}
.marr5 {
	margin-right: 5px
}
.marr10 {
	margin-right: 10px
}
.marr15 {
	margin-right: 15px
}
.marr20 {
	margin-right: 20px
}
.marr25 {
	margin-right: 25px
}
.marr30 {
	margin-right: 30px
}
.marr35 {
	margin-right: 35px
}
.marr40 {
	margin-right: 40px
}
.marr45 {
	margin-right: 45px
}
.marr50 {
	margin-right: 50px
}
.marr60 {
	margin-right: 60px
}
.pd0{
	padding:0 !important;
}
.pd5 {
	padding: 5px
}
.pd10 {
	padding: 10px
}
.pd15 {
	padding: 15px
}
.pd20 {
	padding: 20px
}
.pd25 {
	padding: 25px
}
.pd30 {
	padding: 30px
}
.pd35 {
	padding: 35px
}
.pd40 {
	padding: 40px
}
.pd50 {
	padding: 50px
}
.pd60 {
	padding: 60px
}
.pd70 {
	padding: 70px
}
.pd80 {
	padding: 80px
}
.pd90 {
	padding: 90px
}
.pdl10{
	padding-left:10px;
}
.pdl20{
	padding-left:20px;
}
.pdl30{
	padding-left:30px;
}
.pdr10{
	padding-right:10px;
}
.pdr20{
	padding-right:20px;
}
.pdr30{
	padding-right:30px;
}

.text-xs {
	font-size: 11px!important;
	line-height:1.6em;
}
.text-s {
	font-size: 12px !important;
	line-height:1.6em;
}
.text-m {
	font-size: 15px !important
}

.text-success {
	color: #0277bd
}
a.text-success:hover {
	color: #039be5
}
.text-info {
	color: #78909c
}
a.text-info:hover {
	color: #b0bec5
}
.text-warning {
	color: #e65100
}
a.text-warning:hover {
	color: #f57c00
}
.text-danger {
	color: #c62828
}
a.text-danger:hover {
	color: #ff5252
}

/* section.cover {
  position:relative;
  align-items:center;
  background-position:50%;
  background-repeat:no-repeat;
  background-size:cover;
  min-height:100svh;
  width:100%;
  background-image: url(images/demo.jpg);
} */

.cover-main {
  background: center center / cover no-repeat;
  min-height:100svh !important;
  margin: 0 !important;
  padding-right: 52%;
}

section.cover{
  background: white !important;
}



.logo{
  text-align: center;
  margin-top: clamp(50px, 6vw, 180px);
}

@media (min-width: 1380px) {
  .logo{
    margin-top: clamp(50px, 9.32vw, 180px);
  }
}

.logo img{
  max-height: 50px;
  width: auto;
}

.search input:focus {
  box-shadow:none !important;
  border: 1px solid #ccc !important;
}
.search input::placeholder {
  color: #ccc
}


@media (min-width: 960px) {

  .sidebar-toggle-button{
    display: none;
  }

}

/* モバイル表示の調整 */
@media (max-width: 959px) {

  .cover-main {
    background: center center / cover no-repeat;
    padding-right: 0;
  }

  .logo{
    margin-top: 8svh;
  }

  .logo img{
    max-height: 40px;
  }

  .sidebar-toggle {
    position: fixed;
    bottom: unset;
    top: 0;
    
  }

  .sidebar-toggle,
  body.close .sidebar-toggle {
    padding: 25px 0 0 20px;
  }

  body.close .content {
    transform: none;
  }

  .sidebar {
    padding-top: 50px !important;
  }


}

.icon-left2 {
	margin-right: 6px;
  color:#454545;
}

.sidebar ul li.active .icon-left2{
  color:#c62828
}

.sidebar hr{
	margin: 25px 0 15px;
	height: 0;
  padding: 0;
  border: 0;
	border-top: 1px solid #eee;
}

.sidebar .sns-icon{
  margin-top: 15px;
  margin-left: 27px;
}    
.sidebar .sns-icon .x{
  width: 27px;
  float: left;
  padding: 0 6px 0 4px;
}    
.sidebar .sns-icon .instagram{
  width: 33px;
  float: left;
  padding: 0 0 0 15px;
}    

.sidebar .purchase{
	background-color: #c62828;
	background-color: #232323;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	margin: 15px 30px 10px;
	font-size: 13px;
	padding: 3px 10px;
}   

.sidebar .purchase span{
	color: #fff !important;
	text-decoration: none !important;
}

.sidebar .demo{
	background-color: #fafafa;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	margin: 10px 30px;
	font-size: 13px;
	padding: 3px 10px;
	border: #ccc solid 1px;
}   

.sidebar .demo span{
	color: #111!important;
	text-decoration: none !important;
}

.anchor {
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}

.anchor span {
  pointer-events: none;
}

.qr-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.qr-box {
  margin: 0;
}

.qr-column .qr{
	display: none;
}

.mainlogo img{
	height: 40px;
}

@media (min-width: 960px) {
  .qr-column {
    flex-direction: row;
		gap: 20px;
		margin-top: 30px;
		
  }
	.qr-box {
		margin: 0;
		text-align: center;
		width: 300px;
	}
	.qr-column .name{
		display: block;
		margin: 2px auto;
	}
	.qr-column .qr{
		display: block;
		margin: 10px auto 0;
	}

	.mainlogo img{
		height: 60px;
	}

	#manual-contents img{
		max-width: 700px;
	}
}


.sidebar ul li.ishome > a {
  border-right:2px solid;
  color: #232323;
  color: #c62828;
  font-weight: 400;
}

.sidebar ul li.ishome .icon-left2{
  color:#c62828
}

.bx-fw {
  margin-top: -.12em !important;
}

.lb-nav,
.lb-caption,
.lb-number{
	display: none !important;
}

#manual-contents .h2-subtitle{
  /* color: #c62828; */
  font-size: 13px;
  /* padding-left: 21px; */
	padding: 0 5px;
	color: #757575;
}

.ac-header {
	background: #fff;
	padding: 5px 10px 4px !important;
	cursor: pointer;
	border: none;
	text-align: left;
	width: 100%;
}

.ac-header i{
	color: #c62828; 
}

.ac .ac-trigger{
	font-size: 15px;
	font-weight: normal !important;
}

.ac-panel {

	background: #fff;
	padding: 0 20px;

  transition: none !important;
}

.ac-panel p{
	margin-top: 5px !important;
}


.ac .ac-trigger:focus {
  color: #232323;
}

.grey-text {
  color: #757575 !important;
}




.introsample img{
  max-width: 100% !important;
}

.introsample {
  display: flex;
  gap: 20px;
  margin: 30px auto 0;
}

.introsample2 {
  display: flex;
  gap: 20px;
  margin: 10px auto 0;
}

.introsample .inner{
  width: 50%;
}

.introsample .inner2{
  width: 25%;
}

.introsample2 .inner2{
  width: 25%;
}

@media (max-width: 959px) {
	.introsample {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin: 30px auto 0;
  }

	.introsample2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin: 10px auto 0;
  }
  
.introsample .inner{
    width: 100%
  }

.introsample .inner2{
    width: calc(50% - 10px)
  }

.introsample2 .inner2{
    width: calc(50% - 10px)
  }
}


@media (max-width: 959px) {
    .sidebar-toggle, body.close .sidebar-toggle {
    padding: 12px 10px 8px;
		background: rgba(255,255,255,0.8);
		border-radius: 50%;
		margin: 13px 0 0 10px;
  }
	 .content {
    padding-top: 25px;
  }
}