/*
channel code : y5TPvfE6Mde6
for biz
*/
@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* ========================================================================== */

html {
  height: 100%;
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust: 100%;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: 'Roboto', noto-sans-cjk-jp, 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: normal;
  text-align: left;
}
h1, h2, h3, h4, h5, p, object {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
header .header_in {
    position: absolute;
	top: 75%;
}@media only screen and (max-width: 640px){
	header .header_in {
		position: static;
		top: 0;
		left: 0;
		transform: translateY(0%) translateX(0);
	}
	.basic-page {
		padding: 10px 0 25px;
	}
}
header .logo-store{
	max-width: 397px;
}
footer a:link {
    color: #ffffff;
}

@media only screen and (min-width:641px), (min-device-width:1281px){

/* letsnote_backpack */
.basic-page {
	padding-bottom: 0 !important;
}
#letsnote_backpack {
	margin: 0 auto;
	width: 100%;
	font-size: 16px;
	font-family: 'Roboto', noto-sans-cjk-jp, 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
	line-height: 1.9;
	text-align: center;
}
#letsnote_backpack * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#letsnote_backpack ul {
	list-style-type: none;
}
#letsnote_backpack em {
	font-style: normal;
}
#letsnote_backpack strong {
	font-weight: bold;
}
#letsnote_backpack sup {
	font-size: 65%;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	top: -1ex;
}
#letsnote_backpack img {
	vertical-align: bottom;
}

#letsnote_backpack .pc_only {}
#letsnote_backpack .sp_only { display: none !important; }

/* common */
#letsnote_backpack .mt_ll {
	margin-top: 70px !important;
}
#letsnote_backpack .mt_l {
	margin-top: 50px !important;
}
#letsnote_backpack .mt_m {
	margin-top: 35px !important;
}
#letsnote_backpack .mt_s {
	margin-top: 20px !important;
}
#letsnote_backpack .mt_ss {
	margin-top: 10px !important;
}
#letsnote_backpack .txt_att {
	font-size: 14px;
	color: #707070;
	line-height: 1.6;
	margin-top: 15px;
	text-align: left;
}
#letsnote_backpack .txt_indent01 {
	text-indent: -1em;
	padding-left: 1em;
}
#letsnote_backpack .txt_indent02 {
	text-indent: -1.3em;
	padding-left: 1.3em;
}
#letsnote_backpack a {
	text-decoration: none;
}
#letsnote_backpack a:hover.imgover img {
	opacity: 0.75;
}
#letsnote_backpack a.txt_link01 {
	display:inline-block;
	color:#00398e!important;
	font-size:15px;
	text-decoration:none;
	transition: opacity .4s ease;
}
#letsnote_backpack a.txt_link01::before {
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:7px;
	height:7px;
	border-top:1px solid #00398e;
	border-right:1px solid #00398e;
	transform:translateY(-2px) rotate(45deg);
	margin-right:6px
}
#letsnote_backpack a:hover.txt_link01 {
	opacity: 0.5;
}

#letsnote_backpack .subtitle01 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
	margin: 65px auto 76px;
}
#letsnote_backpack #topic .subtitle01{ 
	margin-top: 20px;
}
#letsnote_backpack .subtitle01 span {
	font-size: 25px;
}
#letsnote_backpack .subtitle02 {
	font-size: 26px;
	font-weight: normal;
	margin: 60px 0 30px;
}
#letsnote_backpack .txt02 {
	font-size: 20px;
	font-weight: bold;
	color: #354563;
	margin-bottom: 10px;
}
#letsnote_backpack .column01 {
	background-color: #DFE2EB;
	border-radius: 8px;
	padding: 40px 73px 50px;
}
#letsnote_backpack .alignC {
	text-align: center !important;
}
#letsnote_backpack .bg_glay {
	background-color: #F1F1F1;
}

/*----- button -----*/
#letsnote_backpack .btn-w_border {
	width: 320px;
	margin: 20px auto 0;
}
#letsnote_backpack .btn-blue {
	max-width: 380px;
    margin: 0 auto;
    padding: 45px 0 65px;
}
#letsnote_backpack .btn-w_border a {
	display: block;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	padding: 15px;
	border-radius: 8px;
	transition: opacity .4s ease;
	text-align: center !important;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
#letsnote_backpack .btn-blue a {
	display: block;
	background-color: #364662;
	color: #fff;
	border-radius: 8px;
	padding: 12px;
	transition: opacity .4s ease;
	text-align: center !important;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
#letsnote_backpack p.btn-blue a {
	padding: 24px;
}
#letsnote_backpack .btn-w_border a:hover,
#letsnote_backpack .btn-blue a:hover {
	opacity: 0.7;
}

/*----- mainarea -----*/
#letsnote_backpack #main_wrap {
	width: 100%;
	height: auto;
	line-height: 0;
	background-image: url(../img/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color:rgba(255,255,255,0.8);
	background-blend-mode:lighten;
	margin: 0 auto 110px;
	position: relative;
	opacity: 1;
}
#letsnote_backpack #main_wrap > div {
	position: relative;
	width: 976px;
	margin: 0 auto;
	padding-top: 45px;
	/*text-align: left;*/
}
#letsnote_backpack #main_wrap > div img.ribbon {
	position: absolute;
	top: 0;
	left: -10px;
}

#letsnote_backpack #main_wrap h1 {
	padding: 0 0 24px;
	color: #455C85;
	font: normal normal 900 55px/80px Noto Sans JP;
	letter-spacing: -0.01em;
	opacity: 1;
}
#letsnote_backpack #main_wrap p{
	position: relative;
}
#letsnote_backpack #main_wrap p.ttl {
	font: normal normal 500 24px/37px Noto Sans JP;
	letter-spacing: 0px;
	color: #1a1a1a;
	opacity: 1;
	margin-bottom: 0.3em;
}
#letsnote_backpack #main_wrap p.atn{
	font-size: 14px;
	color: #666;
	line-height: initial;
    position: absolute;
    z-index: 1;
	top: 810px;
    left: 50.55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#letsnote_backpack #main_wrap p.btn-blue{
	font-size: 16px;
}
#letsnote_backpack #main_wrap p span.seal {
	color: var(---455c85);
	font: normal normal 900 43px/52px Noto Sans JP;
	letter-spacing: 0px;
	color: #455C85;
	width: 720px;
	display: inline-block;
	text-align: center;
	border-bottom: 2px solid #455c85;
	border-top: 2px solid #455c85;
	padding: 1px 0 2px;
	margin-top: 14px;
}
#letsnote_backpack #main_wrap p span.seal span.sei{
	font: normal normal 900 36px/52px Noto Sans JP;
}
#letsnote_backpack #main_wrap p.main{
	position: relative;
	height: 605px;
	max-width: 976px;
    margin: auto;
}
#letsnote_backpack #main_wrap p span.dummy{
	position: absolute;
	font: normal normal normal 21px/27px Noto Sans JP;
	color: #FFFFFF;
	z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	display: none;
}
#letsnote_backpack #main_wrap p span.badge{
	position: absolute;
    font: normal normal bold 23px/28px Noto Sans JP;
    color: #FFFFFF;
    background-color: #455C85;
    top: 160px;
    right: 120px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    border-radius: 70px;
    padding: 26px 0 0 6px;
}
#letsnote_backpack #main_wrap p img.mv{
	position: absolute;
	z-index: 1;
    top: 310px;
    left: 50.55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#letsnote_backpack #main_wrap p img.main_logo{
	position: absolute;
	z-index: 1;
    top: 510px;
    left: 50.55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#letsnote_backpack #main_wrap p img {
	max-width: 605px;
}
#letsnote_backpack #main_wrap p.main_txt{
	font: normal normal normal 20px/30px Noto Sans JP;
	letter-spacing: 0px;
	color: #1A1A1A;
	max-width: 660px;
    margin: 1.5em auto 0;
}
#letsnote_backpack #main_wrap p.main_txt.under{
	margin-top: 2.5em;
    font-size: 16px;
    border: 1px solid #1f1f1f;
	padding: 0.5em 0 1em;
}

/*----- feature -----*/
#letsnote_backpack #feature {
	padding-bottom: 80px;
}
#letsnote_backpack #topic{
	background-color: #F2F2F2;
	padding: 70px 0;
}

#letsnote_backpack .topicsArea {
	width: 100%;
}
#letsnote_backpack .topicsArea > div{
	width: 976px;
	margin: 0 auto;
}
#letsnote_backpack .topicsArea .box2clm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 10px;
}
#letsnote_backpack .topicsArea .box2clm.rev {
	flex-direction: row-reverse;
}
#letsnote_backpack .topicsArea .box476{
	max-width: 476px;
}
#letsnote_backpack .topicsArea .box500 {
	max-width: 500px;
    padding: 30px;
    text-align: left;
}
#letsnote_backpack .topicsArea .box500 p.bold, #letsnote_backpack .topicsArea .box2clm.w830 li p.bold{
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 14px;
}
#letsnote_backpack .topicsArea .box2clm.w830{
	margin-top: 90px;
	max-width: 976px;
	margin: 84px auto 0;
}
#letsnote_backpack .topicsArea .box2clm.w830 li{
	max-width: 476px;
}
#letsnote_backpack .topicsArea .box2clm.w830 li p{
	text-align: left;
}
#letsnote_backpack .topicsArea .box2clm.w830 li p.bold{
	margin-top: 20px;
	text-align: center;
}
#letsnote_backpack .topicsArea .box2clm.seal-is{
	flex-wrap: nowrap;
	text-align: left;
	padding: 49px 0;
}
#letsnote_backpack .topicsArea .feature_column img {
    max-width: 215px;
}
#letsnote_backpack .topicsArea .box2clm.seal-is p{
	padding: 0 0 0 90px;
}
#letsnote_backpack .topicsArea .box2clm.seal-is p.seal-txt{
	max-width: 574px;
	padding: 0 40px 0 0;
}
#letsnote_backpack .topicsArea .feature_column p.seal-txt a{
	text-decoration: underline;
}
#letsnote_backpack #topic .topicsArea .fukidashi{
	width: 302px;
	height: 45px;
	background: #5873A6 0% 0% no-repeat padding-box;
	border-radius: 8px;
	text-align: center;
	font: normal normal bold 22px/27px Noto Sans JP;
	line-height: inherit;
    color: #FFFFFF;
	margin: 0 auto;
	position: relative;
}
#letsnote_backpack #topic .topicsArea .fukidashi::before{
	position: absolute;
	content: '';    
	border-top: 18px solid #5873A6;
    border-right: 18px solid transparent;
    border-left: 20px solid transparent;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
#letsnote_backpack #topic .topicsArea .topic_box01 .pd-ttl{
	font: normal normal bold 20px/30px Noto Sans JP;
	margin-top: 22px;
	padding-bottom: 22px;
}

#letsnote_backpack .topic_box01 {
	background-color: #FFF;
	font-size: 18px;
	margin-top: 30px;
	padding: 30px 130px;
}
#letsnote_backpack .topic_box01 .pd-intro.box2clm{
	max-width: 374px;
	margin: auto;
	align-items: baseline;
}
#letsnote_backpack .ft14{
	font-size: 14px;
    line-height: initial;
    margin-top: 0.5em;
}
#letsnote_backpack .topic_box01 h3{
	text-align: left;
	font: normal normal bold 28px/42px Noto Sans JP;
	letter-spacing: 0px;
	color: #000000;
	margin-top: 90px;
	border-bottom: 1px solid;
	padding: 0 0 10px;
}
#letsnote_backpack .topic_box01 p.question{
	font: normal normal bold 18px/27px Noto Sans JP;
	letter-spacing: 0px;
	color: #455C85;
	text-align: left;
    margin-top: 60px;
}
#letsnote_backpack .topic_box01 p.aName{
	text-align: left;
	font: normal normal bold 16px/60px Noto Sans JP;
	letter-spacing: 0px;
	color: #000000;
}
#letsnote_backpack .topic_box01 p.answer{
	text-align: left;
	font: normal normal normal 16px/24px Noto Sans JP;
	letter-spacing: 0px;
	color: #000000;
	padding-bottom: 15px;
}
#letsnote_backpack .topic_box01 .box2clm p.answer{
	max-width: 436px;
}
#letsnote_backpack .topic_box01 .box2clm p.answer br{
	display: block;
    content: "";
    margin: 10px 0;
}
#letsnote_backpack .topic_box01 .box2clm img {
    margin-top: 0;
}
#letsnote_backpack .topic_box01 .box2clm.top-alignment{
	align-items: flex-start;
}
#letsnote_backpack .topic_box01 .box2clm.top-alignment p img{
	max-width: 260px;
}

/********-------------------------------********/

#letsnote_backpack .topicsArea .box_txt01 {
	text-align: left;
}
#letsnote_backpack .topicsArea .feature_column {
	margin-top: 40px;
    padding-top: 25px;
    background-color: #F1F1F1;
    border-radius: 8px;
}
#letsnote_backpack #feature.topicsArea .box2clm .txt_att {
	margin: 15px 0 60px;
}
#letsnote_backpack .topic_box01 img {
	margin-top: 20px;
}
#letsnote_backpack .topic_box02 {
	background: url(../img/topic_arrow.png) no-repeat center center;
}
#letsnote_backpack .topic_box02 img {
	margin-left: 20px;
	margin-right: 20px;
}
#letsnote_backpack ul.feature_pict {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px auto 30px;
	width: 754px;
}
#letsnote_backpack ul.feature_pict li {
	width: 178px;
	background-color: #FFF;
	border-radius: 8px;
	padding: 30px 25px 25px;
	font-size: 16px;
	line-height: 1.25;
	color: #354563;
	margin-bottom: 14px;
}
#letsnote_backpack ul.feature_pict li img {
	margin-bottom: 20px;
}


/*----- lineup -----*/
#letsnote_backpack #lineup {
	background-color: #F2F2F2;
	padding: 30px 0;
}
#letsnote_backpack #lineup > div{
	display: inline-block;
	width: 976px;
}

#letsnote_backpack #lineup .box2clm {
	display: flex;
	justify-content: space-between;
}
#letsnote_backpack #lineup .box478 {
	width: 478px;
}
#letsnote_backpack #lineup .box3clm {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#letsnote_backpack #lineup .box320 {
	width: 320px;
    margin: auto;
    background-color: inherit;
    padding: 0;
}
#letsnote_backpack #lineup .box320 .image_box{
	max-width: 201px;
	margin: 0 auto;
}
#letsnote_backpack #lineup .box320 .box_txt01.alignC{
	margin: 23px auto -20px;
}
#letsnote_backpack .notes{
	text-align: center;
    max-width: 760px;
    margin: 80px auto;
}
#letsnote_backpack .notes .subtitle01{
	margin: 65px auto 56px;
}
#letsnote_backpack .notes p{
	text-align: left;
}
#letsnote_backpack .notes p:first-child{
	font-weight: bold;
	margin-bottom: 16px;
}

/** slide pc **/

#letsnote_backpack .gallery-slide .slick-prev, #letsnote_backpack .gallery-slide .slick-next {
    position: absolute;
    top: 42%;
    border: 0;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    z-index: 10;
    font-size: 0;
}
#letsnote_backpack .gallery-slide .slick-prev {
    left: 75px;
    transform: rotate(90deg);
    box-shadow: 3px -3px 6px rgb(0 0 0 / 16%);
}
#letsnote_backpack .gallery-slide .slick-next {
    right: 75px;
    transform: rotate(-90deg);
    box-shadow: -3px 3px 6px rgb(0 0 0 / 16%);
}
#letsnote_backpack .gallery-slide .slick-prev::before, #letsnote_backpack .gallery-slide .slick-next::before {
    content: url(../img/anchor-arrow.svg);
    transform: scale(1.5);
    display: inline-block;
}
#letsnote_backpack .gallery-slide .slick-slide > div .gallery-img {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
}
#letsnote_backpack .gallery-slide .slick-slide > div .gallery-img img{
	max-width: 600px;
}
#letsnote_backpack .thumbs .slick-slide > div .gallery-img img{
	max-width: 80px;
}
#letsnote_backpack .thumbs .slick-current img{
	border:1px solid #455c85;
}
#letsnote_backpack ul.slick-dots li{
	display: none;
}
	/* thumbsスライド２行固定 */
#letsnote_backpack .thumbs .slick-track{
	transform: unset !important;
    width: 100% !important;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
}
#letsnote_backpack .thumbs .slick-track .slick-slide{
	display: block!important;
	float: none !important;
	flex: 0 0 11.5%;
}


/*************** *pc* ***************/

}

/*************** *pc* *sp* ***************/


#letsnote_backpack #lineup .box320 p{
	font: normal normal normal 22px/33px Noto Sans JP;
	letter-spacing: 0px;
	color: #1A1A1A;
	margin-bottom: 12px;
}
#letsnote_backpack #lineup .box320 p span{
	font: normal normal normal 18px/33px Noto Sans JP;
}
#letsnote_backpack #lineup .box320 .bbox{
	background: #5873A6;
    color: #fff;
    padding: 0px 0px 3px;
    width: 150px;
    margin: 0 auto 12px;
    border-radius: 20px;
}
#letsnote_backpack #lineup .box320 .bbox.sr{
	background: #4c5565;
	position: relative;
}
#letsnote_backpack #lineup .box320 .bbox.sr span.msmall{
	font-size: 14px;
    font-weight: 500;
	line-height: 0.2;
	display: block;
	padding: 6px 0 0;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	color: #4c5565;
}
#letsnote_backpack #spec div.spec-table.box2clm {
	margin: 50px auto 100px;
	align-items: baseline;
}
#letsnote_backpack #spec div.spec-table.box2clm div{
	width: 45%;
}
#letsnote_backpack #spec p{
	text-align: left;
	margin-top: 1em;
}
#letsnote_backpack #spec table{
	border-collapse: collapse;
	border-spacing: 0;    
	width: 100%;
    table-layout: fixed;
    text-align: left;
}
#letsnote_backpack #spec table td,
#letsnote_backpack #spec table th {
    box-sizing: border-box;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    line-height: 1.6;
    padding: 20px 16px;
    text-align: left;
    vertical-align: middle;
    font-size: 15px;
}
#letsnote_backpack #spec table th {
    width: 36.7%;
    background-color: #f2f2f2;
}
/* fin */
.strike{
	text-decoration: line-through;
}
.fin{
	position: relative;
}
.fin::after{
	content: '→定数に達したため終了しました';
	color: #cc0000;
	font-size: 0.9em;
	display: block;
}
.fin_absol{
	position: relative;
}
.fin_absol::after{
	content: '※定数に達したため終了しました';
	color: #cc0000;
	font-size: 0.8em;
	display: block;
	position: absolute;
	margin: auto;
	width: max-content;
	top: -1.2em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.fin_absol-both{
	position: relative;
}
.fin_absol-both::after{
	content: '※定数に達したため終了しました';
	color: #cc0000;
	font-size: 1.0em;
	display: block;
	position: absolute;
	margin: auto;
	width: max-content;
	top: -4em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
	.fin_absol-both::after{
		top: -9vw;
	}
}

#letsnote_backpack .btn-blue span.finish {
	display: block;
	background-color: #444;
	color: #fff;
	border-radius: 8px;
	padding: 12px;
	transition: opacity .4s ease;
	text-align: center !important;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
#letsnote_backpack p.btn-blue span.finish {
	padding: 24px;
}
/*************** *sp* ***************/

@media only screen and (max-width:640px) and (max-device-width:1280px){

	/* letsnote_backpack */
	#letsnote_backpack {
		margin: 0 auto;
		width: 100vw;
		font-size: 4.2vw; /*16px*/
		line-height: 1.8;
		font-family: 'Roboto', noto-sans-cjk-jp, 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
		text-align: center;
	}
	#letsnote_backpack * {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#letsnote_backpack ul {
		list-style-type: none;
	}
	#letsnote_backpack em {
		font-style: normal;
	}
	#letsnote_backpack strong {
		font-weight: bold;
	}
	#letsnote_backpack sup {
		font-size: 65%;
		line-height: 1;
		vertical-align: baseline;
		position: relative;
		top: -1ex;
	}
	
	#letsnote_backpack img {
		width: 100%;
		border: none;
		vertical-align: middle;
	}

	#letsnote_backpack .pc_only { display: none !important; }
	#letsnote_backpack .sp_only {}

	#letsnote_backpack img.ribbon.sp_only{
		width: 118px;
	}


	/* common */
	#letsnote_backpack .mt_ll {
		margin-top: 60px !important;
	}
	#letsnote_backpack .mt_l {
		margin-top: 40px !important;
	}
	#letsnote_backpack .mt_m {
		margin-top: 25px !important;
	}
	#letsnote_backpack .mt_s {
		margin-top: 15px !important;
	}
	#letsnote_backpack .mt_ss {
		margin-top: 7px !important;
	}
	#letsnote_backpack .txt_att {
		font-size: 3.2vw;
		color: #707070;
		line-height: 1.6;
		margin-top: 15px;
		text-align: left;
	}
	#letsnote_backpack .txt_indent01 {
		text-indent: -1em;
		padding-left: 1em;
	}
	#letsnote_backpack .txt_indent02 {
		text-indent: -1em;
		padding-left: 1em;
	}
	#letsnote_backpack a {
		text-decoration: none;
	}
	#letsnote_backpack a.txt_link01 {
		display:inline-block;
		color:#00398e!important;
		font-size:15px;
		text-decoration:none;
		transition: opacity .4s ease;
	}
	#letsnote_backpack a.txt_link01::before {
		content:"";
		display:inline-block;
		vertical-align:middle;
		width:7px;
		height:7px;
		border-top:1px solid #00398e;
		border-right:1px solid #00398e;
		transform:translateY(-2px) rotate(45deg);
		margin-right:6px
	}
	#letsnote_backpack a:hover.txt_link01 {
		opacity: 0.5;
	}

	#letsnote_backpack .subtitle01 {
		font-size: 6.9vw; /*26px*/
		font-weight: bold;
		line-height: 1.6;
		margin: 26px auto 30px;
	}
	#letsnote_backpack .subtitle01 img {
		width: 30vw;
	}
	
	#letsnote_backpack .subtitle02 {
		font-size: 4.8vw; /*18px*/
		font-weight: normal;
		margin: 30px 0 25px;
	}
	#letsnote_backpack .txt02 {
		font-size: 5.3vw; /*20px*/
		font-weight: bold;
		color: #354563;
		margin-bottom: 10px;
	}
	#letsnote_backpack .column01 {
		background-color: #DFE2EB;
		border-radius: 8px;
		padding: 30px 4.8vw;
	}
	#letsnote_backpack .alignC {
		text-align: center !important;
	}


	#letsnote_backpack .txt01 {
		font-size: 18px;
		font-weight: normal;
		margin: 30px 0;
	}
	#letsnote_backpack .txt02 {
		font-weight: bold;
		color: #354563;
		margin-bottom: 15px;
	}
	#letsnote_backpack .bg_glay {
		background-color: #F1F1F1;
	}



	/*----- button -----*/
	#letsnote_backpack .btn-w_border,
	#letsnote_backpack .btn-blue {
		width: 90%;
		margin: 20px auto 0;
	}
	#letsnote_backpack .btn-w_border a {
		display: block;
		background-color: #fff;
		border: 1px solid #000;
		color: #000;
		padding: 15px;
		border-radius: 8px;
		transition: opacity .4s ease;
		text-align: center !important;
		box-shadow: 0 4px 8px rgba(0,0,0,.1);
	}
	#letsnote_backpack .btn-blue a {
		display: block;
		background-color: #364662;
		color: #fff;
		border-radius: 8px;
		padding: 12px;
		transition: opacity .4s ease;
		text-align: center !important;
		box-shadow: 0 4px 8px rgba(0,0,0,.1);
	}
	#letsnote_backpack p.btn-blue a {
		padding: 24px;
	}
	#letsnote_backpack .btn-w_border a:hover,
	#letsnote_backpack .btn-blue a:hover {
		opacity: 0.7;
	}



	/*----- mainarea -----*/
	#letsnote_backpack #main_wrap {
		width: 100%;
		line-height: 0;
		background-image: url(../img/main_bg.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		margin: 0 auto;
	}
	#letsnote_backpack #main_wrap > div {
		width: 100%;
		margin: 0 auto;
	}
	#letsnote_backpack #main_wrap h1 {
		padding: 0 0 24px;
		color: #455C85;
		font: normal normal 900 28px/36px Noto Sans JP;
		letter-spacing: 0px;
		opacity: 1;
	}
	#letsnote_backpack #main_wrap p {
		position: relative;
		margin: 10px auto 0;
		width: 90vw;
	}
	#letsnote_backpack #main_wrap p.btn-blue{
		padding-bottom: 47px;
	}
	#letsnote_backpack #main_wrap p img {
		margin-bottom: -30px;
	}
	#letsnote_backpack #main_wrap p.ttl {
		font: normal normal 500 18px/26px Noto Sans JP;
		letter-spacing: 0px;
		color: #1A1A1A;
		opacity: 1;
	}
	#letsnote_backpack #main_wrap p.atn{
		font-size: 14px;
		color: #666;
		line-height: initial;
		margin-top: 0;
	}
	#letsnote_backpack #main_wrap p span.seal {
		color: var(---455c85);
		font: normal normal 900 28px/32px Noto Sans JP;
		letter-spacing: 0px;
		color: #455C85;
		width: 90vw;
		display: inline-block;
		text-align: center;
		border-bottom: 3px solid #455c85;
		border-top: 3px solid #455c85;
		padding: 1px 0 2px;
	}
	#letsnote_backpack #main_wrap p span.seal span.sei{
		font: normal normal 900 22px/32px Noto Sans JP;
	}
	#letsnote_backpack #main_wrap p span.badge {
		position: absolute;
		font: normal normal bold 23px/28px Noto Sans JP;
		color: #FFFFFF;
		background-color: #455C85;
		top: 21vw;
		right: -14%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		width: 120px;
		height: 120px;
		border-radius: 70px;
		padding: 26px 0 0 6px;
	}
	#letsnote_backpack #main_wrap p.main {
		position: relative;
		height: 90vw;
		margin-top: 0;
	}
	#letsnote_backpack #main_wrap p span.dummy{
		position: absolute;
		font: normal normal normal 21px/27px Noto Sans JP;
		color: #FFFFFF;
		z-index: 1;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		display: none;
	}
	#letsnote_backpack #main_wrap p img.main_logo{
		position: absolute;
		z-index: 1;
		top: 79vw;
		left: 50.55%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	#letsnote_backpack #main_wrap p img {
		max-width: max-content;
	}
	#letsnote_backpack #main_wrap p.main_txt{
		font: normal normal normal 18px/27px Noto Sans JP;
		letter-spacing: 0px;
		color: #1A1A1A;
		max-width: 660px;
		text-align: left;
		margin: 15px auto 0;
		padding: 14px 0;
	}
	#letsnote_backpack #main_wrap p.main_txt.under {
		margin-top: 1.5em;
		font-size: 16px;
		border: 1px solid #1f1f1f;
		padding: 0.5em 1em;
	}
	#letsnote_backpack #main_wrap p img.mv {
		position: absolute;
		z-index: 1;
		top: 48vw;
		left: 50.55%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	#letsnote_backpack .topicsArea .box500 p.bold, #letsnote_backpack .topicsArea .box2clm.w830 li p.bold{
		font-size: 22px;
		font-weight: bold;
		line-height: initial;
		padding: 0 0 12px;
		text-align: center;
	}
	#letsnote_backpack .topicsArea .box500 p, #letsnote_backpack .topicsArea .box2clm.w830 li p{
		text-align: left;
	}
	#letsnote_backpack .topicsArea .box2clm.w830 li p.bold{
		margin-top: 20px;
		text-align: center;
	}
	#letsnote_backpack .topicsArea .box500 {
		width: 100%;
		padding: 20px;
		text-align: left;
	}
	#letsnote_backpack .topicsArea .box2clm.w830 {
		width: 100%;
		margin: 40px auto 0;
		padding: 0 30px;
	}
	#letsnote_backpack .topicsArea .box2clm.w830 li {
		padding: 0 0 30px;
	}
	#letsnote_backpack .topicsArea .feature_column {
		margin: 22px auto;
		padding: 58px 15px;
		background-color: #F1F1F1;
		border-radius: 8px;
		width: 90vw;
	}
	#letsnote_backpack .topicsArea .feature_column img{
		max-width: 215px;
		padding-bottom: 44px;
	}
	#letsnote_backpack .topicsArea .feature_column p.seal-txt{
		text-align: left;
	}
	#letsnote_backpack .topicsArea .feature_column p.seal-txt a{
		text-decoration: underline;
	}
	/*----- topics -----*/
	#letsnote_backpack #feature,
	#letsnote_backpack #topic02 {
		padding-bottom: 48px;
	}
	#letsnote_backpack #topic {
		background-color: #F1F1F1;
		padding: 48px 0;
	}
	#letsnote_backpack #topic .topicsArea .fukidashi{
		width: 302px;
		height: 45px;
		background: #5873A6 0% 0% no-repeat padding-box;
		border-radius: 8px;
		text-align: center;
		font: normal normal bold 22px/27px Noto Sans JP;
		line-height: inherit;
		color: #FFFFFF;
		margin: 0 auto;
		position: relative;
	}
	#letsnote_backpack #topic .topicsArea .fukidashi::before{
		position: absolute;
		content: '';    
		border-top: 18px solid #5873A6;
		border-right: 18px solid transparent;
		border-left: 20px solid transparent;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
	}

	#letsnote_backpack .topicsArea {
		width: 100%;
	}
	#letsnote_backpack .topicsArea > div{
		display: inline-block;
	}
	#letsnote_backpack .topicsArea .image01 {
		padding-bottom: 30px;
	}

	#letsnote_backpack .topicsArea .box478 {
		width: 100%;
		padding: 30px 4.8vw;
		margin-top: 20px;
		border-radius: 8px;
	}

	#letsnote_backpack .topicsArea .box_subt01 {
		font-size: 5.1vw; /*19px*/
		font-weight: bold;
		line-height: 1.6;
		color: #354563;
	}
	#letsnote_backpack .topicsArea .box_subt01 span {
		font-size: 4.2vw; /*16px*/
	}
	#letsnote_backpack feature.topicsArea .box_subt01 { background-color: #DEE3ED;}
	
	#letsnote_backpack .topicsArea .box_image {
		margin: 15px 0;
	}

	#letsnote_backpack .topicsArea .box_txt01 {
		text-align: left;
	}
	#letsnote_backpack .topics01_logo img {
		width: 37.5vw;
	}
	#letsnote_backpack .topicsArea .topic01_column {
		margin-top: 25px;
		padding-top: 20px;
		background-color: #F1F1F1;
	}
	#letsnote_backpack .topicsArea .topic01_column .subtitle02 {
		margin-top: 0;
		font-size: 4.5vw;
		line-height: 1.6;
	}



	#letsnote_backpack .movie_wrap {
		border-top: solid 1px rgba(0,0,0,0.2);
		margin-top: 30px;
		padding-top: 30px;
	}

	#letsnote_backpack .movie_wrap .movie_area {
		position: relative;
		padding-bottom: 56.25%;
		overflow: hidden;
	}
	#letsnote_backpack .movie_wrap .movie_area  iframe {
		position: absolute;
		height: 405px;
		width: 720px;
		top: 0;
		left: 0;
		max-width: 100%;
		max-height: 100%;
	}
	#letsnote_backpack #topic02 .column01 {
		padding: 7.5vw;
	}
	#letsnote_backpack .topic02_lineup {
		margin: 35px auto 0;
	}
	#letsnote_backpack .topic02_lineup > div:last-child {
		border-top: solid 1px rgba(0,0,0,0.2);
		padding-top: 30px;
		margin-top: 30px;
	}
	#letsnote_backpack .topic02_lineup > div p {
		font-size: 4.2vw; /*16px*/
		line-height: 1.5;
		margin-bottom: 15px;
	}
	#letsnote_backpack .topic02_lineup > div p:last-child {
		margin-bottom: 0;
	}
	#letsnote_backpack .topic02_lineup p em {
		font-size: 40px;
		color: #354563;
	}
	#letsnote_backpack .topic02_img02 {
		margin: 10px auto 20px;
		width: 46vw;
	}
	#letsnote_backpack .topic_box01 {
		background-color: #FFF;
		border-radius: 8px;
		font-size: 4.8vw;
		margin-top: 20px;
		width: 90vw;
		padding: 30px 4.8vw;
	}
	#letsnote_backpack #topic .topicsArea .topic_box01 .pd-ttl {
		font: normal normal bold 20px/30px Noto Sans JP;
		margin-top: 22px;
		padding-bottom: 22px;
	}
	#letsnote_backpack .topic_box01 img {
		margin-top: 20px;
	}
	#letsnote_backpack .topic_box01 .pd-intro.box2clm{
		display: flex;
		justify-content: space-between;
		padding-bottom: 70px;
	}
	#letsnote_backpack .ft14 {
		font-size: 14px;
	}
	#letsnote_backpack .topic_box01 .pd-intro.box2clm img{
		max-width: 144px;
	}
	#letsnote_backpack .topic_box01 section{
		text-align: left;
		margin-bottom: 70px;
	}
	#letsnote_backpack .topic_box01 h3 {
		font: normal normal bold 24px/36px Noto Sans JP;
		color: #000000;
		margin-bottom: 39px;
		border-bottom: 1px solid;
		padding: 0 0 10px;
	}
	#letsnote_backpack .topic_box01 p{
		font: normal normal normal 16px/27px Noto Sans JP;
	}
	#letsnote_backpack .topic_box01 p.question {
		font: normal normal bold 16px/27px Noto Sans JP;
		color: #455C85;
		margin: 39px 0 13px;
	}
	#letsnote_backpack .topic_box01 p.aName {
		font: normal normal bold 16px/60px Noto Sans JP;
		color: #000000;
	}
	#letsnote_backpack .topic_box01 .box2clm.top-alignment p:nth-child(2){
		max-width: 260px;
		margin: auto;
	}

	#letsnote_backpack p.ft14{
		font-size: 14px;
		line-height: initial;
		margin-top: 0.5em;
	}
	#letsnote_backpack .topic_box02 {
		margin-top: 20px;
		background: url(../img/topic03_arrow_sp.png) no-repeat center center;
	}
	#letsnote_backpack .topic_box02 img {
		margin-top: 0;
	}
	#letsnote_backpack .topic_box02 img:first-child {
		margin-bottom: 30px;
	}
	#letsnote_backpack ul.feature_pict {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 40px auto 30px;
	}
	#letsnote_backpack ul.feature_pict li {
		width: 43.5vw;
		background-color: #FFF;
		border-radius: 8px;
		padding: 15px 3.75vw;
		font-size: 4.2vw;
		line-height: 1.25;
		color: #354563;
		margin-bottom: 3vw;
	}
	#letsnote_backpack ul.feature_pict li img {
		width: 22vw;
		margin-bottom: 10px;
	}

	/*----- lineup -----*/
	#letsnote_backpack #lineup {
		background-color: #F2F2F2;
	}
	#letsnote_backpack #lineup > div{
		display: inline-block;
		width: 90%;
	}
		
	#letsnote_backpack #lineup .box320 {
		width: 320px;
		margin: auto;
		background-color: inherit;
		padding: 0;
	}
	#letsnote_backpack #lineup .box320 p{
		font: normal normal normal 22px/33px Noto Sans JP;
		letter-spacing: 0px;
		color: #1A1A1A;
		margin-bottom: 12px;
	}
	#letsnote_backpack #lineup .box320 p span{
		font: normal normal normal 18px/33px Noto Sans JP;
	}
	#letsnote_backpack #lineup .box320 .bbox{
		margin: 0 auto 12px;
	}
	#letsnote_backpack #lineup .box320 .image_box{
		max-width: 201px;
		margin: 0 auto;
	}
	#letsnote_backpack #lineup .box320 .box_txt01.alignC{
		margin: 23px auto -20px;
	}
	#letsnote_backpack .notes{
		text-align: center;
		max-width: 100%;
		margin: 40px auto;
		padding: 0 20px;
	}
	#letsnote_backpack .notes .subtitle01{
		margin: 65px auto 56px;
	}
	#letsnote_backpack .notes p{
		text-align: left;
	}
	#letsnote_backpack .notes p:first-child{
		font-weight: bold;
		margin-bottom: 16px;
	}
	#letsnote_backpack #spec .product-spec-table
	{
		margin: 60px auto;
		padding: 123px;
		border: 1px solid #999;
		color: #666;
	}
	#letsnote_backpack .btn-blue {
		max-width: 380px;
		margin: 0 auto;
		padding: 45px 0 65px;
	}


	#letsnote_backpack #lineup .box3clm {
		margin-bottom: 40px;
	}
	#letsnote_backpack #lineup .box312 {
		width: 100%;
		background-color: #F1F1F1;
		margin-bottom: 20px;
		padding: 10vw;
		border-radius: 8px;
	}
	#letsnote_backpack #lineup .box_image {
		width: 55vw;
		margin: 0 auto 15px;
	}

	#letsnote_backpack #lineup .lineup_model {
		font-size: 16px;
		line-height: 1.2;
		color: #354563;
		margin-bottom: 15px;
	}
	#letsnote_backpack #lineup .lineup_model em {
		font-size: 42px;
	}
	#letsnote_backpack #lineup .box312 .box_txt01 {
		margin-top: 20px;
	}
	#letsnote_backpack #lineup .lineup_spec {
		margin-right: -5vw;
		overflow-x: scroll;
	}
	#letsnote_backpack #lineup .lineup_spec table {
		width: 210vw;
		border-collapse: collapse;
		margin-right: 5vw;
	}
	#letsnote_backpack #lineup .lineup_spec table th {
		background-color: #F1F1F1;
		width: 70vw;
		font-weight: normal;
	}
	#letsnote_backpack #lineup .lineup_spec table th em {
		font-size: 20px;
		font-weight: bold;
	}
	#letsnote_backpack #lineup .lineup_spec table th,
	#letsnote_backpack #lineup .lineup_spec table td {
		text-align: center;
		padding: 20px;
		border-top: solid 1px rgba(0,0,0,0.2);
		border-bottom: solid 1px rgba(0,0,0,0.2);
		line-height: 1.4;
		vertical-align: middle;
	}
	#letsnote_backpack .bottom_link li {
		display: inline-block;
		margin-top: 15px;
	}
	
	#letsnote_backpack #spec .product-spec-table {
		margin: 60px auto;
		padding: 25%;
		border: 1px solid #999;
		color: #666;
	}

	#letsnote_backpack #spec div.spec-table.box2clm div{
		width: 100%;
	}
	#letsnote_backpack #spec div.spec-table {
		padding: 0 20px;
	}
	#letsnote_backpack #spec p {
		font-size: 14px;
	}

	/** slide sp **/

	#letsnote_backpack .gallery-slide .slick-prev, #letsnote_backpack .gallery-slide .slick-next {
		position: absolute;
		top: 39%;
		border: 0;
		background: #fff;
		width: 44px;
		height: 44px;
		border-radius: 100px;
		z-index: 10;
		font-size: 0;
	}
	#letsnote_backpack .gallery-slide .slick-prev {
		left: -20px;
		transform: rotate(90deg);
		box-shadow: 3px -3px 6px rgb(0 0 0 / 16%);
	}
	#letsnote_backpack .gallery-slide .slick-next {
		right: -20px;
		transform: rotate(-90deg);
		box-shadow: -3px 3px 6px rgb(0 0 0 / 16%);
	}
	#letsnote_backpack .gallery-slide .slick-prev::before, #letsnote_backpack .gallery-slide .slick-next::before {
		content: url(../img/anchor-arrow.svg);
		transform: scale(1.5);
		display: inline-block;
	}
	#letsnote_backpack .gallery-slide .slick-slide > div .gallery-img {
		display: flex;
		justify-content: center;
		margin-bottom: 1em;
	}
	#letsnote_backpack .gallery-slide .slick-slide > div .gallery-img img{
		max-width: 600px;
	}
	#letsnote_backpack .thumbs .slick-slide > div .gallery-img img{
		display: none;
	}
	#letsnote_backpack .thumbs .slick-current img{
		border:1px solid #455c85;
	}

	#letsnote_backpack .gallery-block{
		max-width: 85vw;
		margin: auto;
	}

	#letsnote_backpack ul.slick-dots{
		display: flex;
		justify-content: center;
	}
	#letsnote_backpack ul.slick-dots li button { 
		font-size: 0;
		margin: 7px;
		padding: 4px;
		border: #ccc;
		border-radius: 4px;
		background-color: #ccc;
	}
	#letsnote_backpack ul.slick-dots li.slick-active button{
		border: #666;
		background-color: #666;
	}

}

@media print {
  body {
    min-width: 976px;
  }
}

