﻿@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%;
}

@media only screen and (min-width:641px), (min-device-width:1281px){

.wrap {
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
}

header {
  background-color: #fff;
  padding: 20px 0;
}

#header-cnt {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 4px;
  *zoom: 1;
}

#header-cnt:after {
  content: "";
  display: table;
  clear: both;
}

#header-cnt #header-logo-store {
  width: 394px;
  float: left;
}

#header-cnt #header-logo-store a {
  display: inline-block;
}
#header-cnt #header-logo-store a img { max-width:394px;}

#header-cnt #header-logo-letsnote {
  width: 210px;
  float: right;
}

.breadcrumb ul {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  list-style: none;
  letter-spacing: -.40em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  white-space: nowrap;
}

.breadcrumb ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-right: 0.5em;
}

.breadcrumb ul li:before {
  content: ">";
  padding-right: 0.5em;
}

.breadcrumb ul li:first-child::before {
  content: "";
  padding-right: 0px;
}

.breadcrumb ul li:first-child a {
  display: inline-block;
}

.breadcrumb ul li:first-child a::before {
  content: "";
  display: inline-block;
  vertical-align: -0.1em;
  width: 20px;
  height: 12px;
  background-image: url(../img/icn_home_01.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.breadcrumb ul li a {
  color: #333;
  text-decoration: underline;
}



footer {
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 10;
}

.footer-cnt {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  *zoom: 1;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}

.footer-cnt:after {
  content: "";
  display: table;
  clear: both;
}

.footer-cnt #pagetop-pc {
  float: right;
  text-align: right;
}

.footer-cnt #pagetop-pc a {
  text-decoration: none;
  color: #000;
}

.footer-cnt #pagetop-pc a:after {
  content: '\25B2';
}

.footer-cnt #pagetop-pc a:hover {
  text-decoration: underline;
}





/* sp2022spring */
#sp2022spring {
	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;
}
#sp2022spring * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#sp2022spring ul {
	list-style-type: none;
}
#sp2022spring em {
	font-style: normal;
}
#sp2022spring strong {
	font-weight: bold;
}
#sp2022spring sup {
	font-size: 65%;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	top: -1ex;
}

#sp2022spring .pc_only {}
#sp2022spring .sp_only { display: none !important; }



/* common */
#sp2022spring .txt_att {
	font-size: 14px;
	color: #707070;
	line-height: 1.6;
	margin-top: 15px;
}

#sp2022spring a {
	text-decoration: none;
}
#sp2022spring a:hover.imgover img {
	opacity: 0.75;
}
#sp2022spring a.txt_link01 {
	display:inline-block;
	color:#00398e!important;
	font-size:15px;
	text-decoration:none;
	transition: opacity .4s ease;
}
#sp2022spring 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
}
#sp2022spring a:hover.txt_link01 {
	opacity: 0.5;
}

#sp2022spring .subtitle01 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 40px;
}
#sp2022spring .subtitle01.marker {
	display: inline-block;
	line-height: 1.2;
	background: linear-gradient(transparent 65%, #9EABC8 65%);
	padding: 0 20px;
}
#sp2022spring .txt01 {
	font-size: 26px;
	font-weight: normal;
	margin: 30px 0;
}
#sp2022spring .txt02 {
	font-size: 20px;
	font-weight: bold;
	color: #354563;
	margin-bottom: 10px;
}



/*----- button -----*/
#sp2022spring .btn-w_border {
	width: 320px;
	margin: 20px auto 0;
}
#sp2022spring .btn-blue {
	width: 240px;
	margin: 20px auto 0;
}
#sp2022spring .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);
}
#sp2022spring .btn-blue a {
	display: block;
	background-color: #364662;
	color: #fff;
	border-radius: 8px;
	padding: 15px;
	transition: opacity .4s ease;
	text-align: center !important;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
#sp2022spring .btn-w_border a:hover,
#sp2022spring .btn-blue a:hover {
	opacity: 0.7;
}



/*----- mainarea -----*/
#sp2022spring #mainarea {
	line-height: 0;
	background-image: url(../img/main_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #152722;
	margin-bottom: 80px;
}
#sp2022spring #mainarea h1 {}



/*----- topics -----*/
#sp2022spring #topic01 {
	padding-bottom: 80px;
}
#sp2022spring #topic02 {
	background-color: #F2F2F2;
	padding: 80px 0;
}
#sp2022spring #topic03 {
	padding: 80px 0;
}

#sp2022spring .topicsArea {
	width: 100%;
}
#sp2022spring .topicsArea > div{
	display: inline-block;
	width: 976px;
}
#sp2022spring .topicsArea .image01 {
	padding-bottom: 40px;
}
#sp2022spring #topic01.topicsArea .image01 { padding-bottom: 20px;}

#sp2022spring .topicsArea .box2clm {
	display: flex;
	justify-content: space-between;
}
#sp2022spring .topicsArea .box478 {
	width: 478px;
}

#sp2022spring .topicsArea .box_subt01 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.6;
	color: #354563;
	padding: 20px 0;

	-webkit-border-top-left-radius: 8px;  
	-webkit-border-top-right-radius: 8px;  
	-moz-border-radius-topleft: 8px;  
	-moz-border-radius-topright: 8px;  
}
#sp2022spring .topicsArea .box_subt01 span {
	font-size: 16px;
}
#sp2022spring #topic01.topicsArea .box_subt01,
#sp2022spring #topic03.topicsArea .box_subt01 { background-color: #DEE3ED;}
#sp2022spring #topic02.topicsArea .box_subt01 { background-color: #FFF;}

#sp2022spring .topicsArea .box_image {
	padding-bottom: 20px; margin-bottom: 20px;

	-webkit-border-bottom-right-radius: 8px;  
	-webkit-border-bottom-left-radius: 8px;  
	-moz-border-radius-bottomright: 8px;  
	-moz-border-radius-bottomleft: 8px;
}
#sp2022spring #topic01.topicsArea .box_image,
#sp2022spring #topic03.topicsArea .box_image { background-color: #DEE3ED;}
#sp2022spring #topic02.topicsArea .box_image { background-color: #FFF;}

#sp2022spring .topicsArea .box_txt01 {
	text-align: left;
}
#sp2022spring #topic01.topicsArea .box478 .box_txt01 p:first-child {
	height: 92px;
}
#sp2022spring #topic03.topicsArea .txt01 {
	font-weight: bold;
	line-height: 1.4;
	color: #354563;
}
#sp2022spring #topic03.topicsArea .txt01 span {
	font-size: 16px;
}
#sp2022spring #topic01.topicsArea .txt_att {
	text-align: left;
	margin-bottom: 80px;
}
#sp2022spring #topic01.topicsArea .box2clm .txt_att {
	margin: 15px 0 60px;
}
#sp2022spring #topic03.topicsArea .txt_att {
	text-align: left;
}



/*----- lineup -----*/
#sp2022spring #lineup {
	background-color: #F2F2F2;
	padding: 80px 0;
}
#sp2022spring #lineup > div{
	display: inline-block;
	width: 976px;
}

#sp2022spring #lineup .box2clm {
	display: flex;
	justify-content: space-between;
}
#sp2022spring #lineup .box478 {
	width: 478px;
}
#sp2022spring #lineup .box3clm {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
#sp2022spring #lineup .box312 {
	width: 312px;
	background-color: #FFF;
	padding: 30px 0;

	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}



/*------- subwin ---------*/
#subwin {
	position: fixed;
	z-index: 10001;
	top: 50%;
	left: 50%;
	margin: -280px 0 0 -450px;
	display: none;
}
#subwin .close {
	text-align: right;
}
#subwin .close a {
	color:#fff;
	font-style:normal;
	font-size:28px;
	font-family:Arial, Baskerville, monospace;
	line-height: 1;
	opacity:0.65;
}
#subwin .close a:hover {
	opacity:1;
}
#subwin iframe {
	margin: 0 !important;
	padding: 0 !important;
	width: 900px;
	height: 506px;
	box-shadow: 0 0 8px rgb(0 0 0 / 60%);
}
#overlay {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: #000;
	overflow: hidden;
	cursor: pointer;
}



.mfp-close {
	width:44px;
	height:44px;
	line-height:44px;
	position:absolute;
	right:0;
	top:0;
	text-decoration:none;
	text-align:center;
	opacity:.65;
	padding:0 0 18px 10px;
	color:#fff;
	font-style:normal;
	font-size:28px;
	font-family:Arial, Baskerville, monospace
}
.mfp-close:focus, .mfp-close:hover {
	opacity:1
}


}
@media only screen and (max-width:640px) and (max-device-width:1280px){

	.wrap {
		width: auto;
		margin: 0;
		font-size: 1.1rem;
	}
	header {
		padding: 10px 0 20px;
	}
	#header-cnt {
		margin: 0 auto;
		padding: 0;
		font-size: 0;
		position: relative;
		padding: 10px 10px 13px;
	}
	#header-cnt #header-logo-store {
		width: 93.8%;
		float: none;
		margin-bottom: 12px;
	}
	#header-cnt img {
		width: 100%;
	}

	#header-cnt #header-logo-letsnote {
		width: 50%;
		margin-left: auto;
	}
	.breadcrumb {
		display: none;
	}
	
	.footer-cnt {
		padding: 10px 10px 80px;
		text-align: center;
	}
	.footer-cnt #pagetop-pc {
		display: none;
	}
	.footer-cnt #copyright {
		margin-top: 5px;
	}
	.footer-cnt #pagetop-sp {
	  position: fixed;
	  right: 10px;
	  bottom: 10px;
	  z-index: 9999;
	}
	
	.footer-cnt #pagetop-sp a {
		font-size: 3vw;
	  text-decoration: none;
	  color: #000;
	  background-color: rgba(227, 227, 227, 0.8);
	  display: block;
	  padding: 8px 10px;
	  border-radius: 4px;
	}
	
	.footer-cnt #pagetop-sp a:before {
	  content: '';
	  display: inline-block;
	  vertical-align: middle;
	  margin: 2px 5px 0 0;
	  width: 5px;
	  height: 5px;
      border-top: solid 2px #000;
      border-right: solid 2px #000;
      -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
      transform: rotate(315deg);
	}



	/* sp2022spring */
	#sp2022spring {
		margin: 0 auto;
		width: 100vw;
		font-size: 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;
	}
	#sp2022spring * {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#sp2022spring ul {
		list-style-type: none;
	}
	#sp2022spring em {
		font-style: normal;
	}
	#sp2022spring strong {
		font-weight: bold;
	}
	#sp2022spring sup {
		font-size: 65%;
		line-height: 1;
		vertical-align: baseline;
		position: relative;
		top: -1ex;
	}
	
	#sp2022spring img {
		width: 100%;
		border: none;
		vertical-align: middle;
	}

	#sp2022spring .pc_only { display: none !important; }
	#sp2022spring .sp_only {}




	/* common */
	#sp2022spring .txt_att {
		font-size: 3.2vw;
		color: #707070;
		line-height: 1.6;
		margin-top: 15px;
	}
	#sp2022spring a {
		text-decoration: none;
	}
	#sp2022spring a.txt_link01 {
		display:inline-block;
		color:#00398e!important;
		font-size:15px;
		text-decoration:none;
		transition: opacity .4s ease;
	}
	#sp2022spring 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
	}
	#sp2022spring a:hover.txt_link01 {
		opacity: 0.5;
	}

	#sp2022spring .subtitle01 {
		font-size: 26px;
		font-weight: bold;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	#sp2022spring .subtitle01.marker {
		display: inline-block;
		font-size: 26px;
		line-height: 1.2;
		background: linear-gradient(transparent 65%, #9EABC8 65%);
		padding: 0 20px;
	}
	#sp2022spring .txt01 {
		font-size: 18px;
		font-weight: normal;
		margin: 30px 0;
	}
	#sp2022spring .txt02 {
		font-weight: bold;
		color: #354563;
		margin-bottom: 15px;
	}



	/*----- button -----*/
	#sp2022spring .btn-w_border,
	#sp2022spring .btn-blue {
		width: 90%;
		margin: 20px auto 0;
	}
	#sp2022spring .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);
	}
	#sp2022spring .btn-blue a {
		display: block;
		background-color: #364662;
		color: #fff;
		border-radius: 8px;
		padding: 15px;
		transition: opacity .4s ease;
		text-align: center !important;
		box-shadow: 0 4px 8px rgba(0,0,0,.1);
	}
	#sp2022spring .btn-w_border a:hover,
	#sp2022spring .btn-blue a:hover {
		opacity: 0.7;
	}



	/*----- mainarea -----*/
	#sp2022spring #mainarea {
		line-height: 0;
		margin-bottom: 60px;
	}
	#sp2022spring #mainarea h1 {}



	/*----- topics -----*/
	#sp2022spring #topic01 {
		padding-bottom: 80px;
	}
	#sp2022spring #topic02 {
		background-color: #F2F2F2;
		padding: 80px 0;
	}
	#sp2022spring #topic03 {
		padding: 80px 0 40px;
	}

	#sp2022spring .topicsArea {
		width: 100%;
	}
	#sp2022spring .topicsArea > div{
		display: inline-block;
		width: 90%;
	}
	#sp2022spring .topicsArea .image01 {
		padding-bottom: 30px;
	}

	#sp2022spring .topicsArea .box2clm {
		margin-bottom: 50px;
	}
	#sp2022spring .topicsArea .box478 { margin-bottom: 20px;}
	#sp2022spring #topic03.topicsArea .box478 { margin-bottom: 60px;}

	#sp2022spring .topicsArea .box_subt01 {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.6;
		color: #354563;
		padding: 20px 0;
	
		-webkit-border-top-left-radius: 8px;  
		-webkit-border-top-right-radius: 8px;  
		-moz-border-radius-topleft: 8px;  
		-moz-border-radius-topright: 8px;  
	}
	#sp2022spring .topicsArea .box_subt01 span {
		font-size: 16px;
	}
	#sp2022spring #topic01.topicsArea .box_subt01,
	#sp2022spring #topic03.topicsArea .box_subt01 { background-color: #DEE3ED;}
	#sp2022spring #topic02.topicsArea .box_subt01 { background-color: #FFF;}
	
	#sp2022spring .topicsArea .box_image {
		padding-bottom: 20px; margin-bottom: 20px;
	
		-webkit-border-bottom-right-radius: 8px;  
		-webkit-border-bottom-left-radius: 8px;  
		-moz-border-radius-bottomright: 8px;  
		-moz-border-radius-bottomleft: 8px;
	}
	#sp2022spring #topic01.topicsArea .box_image,
	#sp2022spring #topic03.topicsArea .box_image { background-color: #DEE3ED;}
	#sp2022spring #topic02.topicsArea .box_image { background-color: #FFF;}
	
	#sp2022spring .topicsArea .box_txt01 {
		text-align: left;
	}
	#sp2022spring #topic03.topicsArea .txt01 {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
		color: #354563;
		margin-bottom: 15px;
	}
	#sp2022spring #topic03.topicsArea .txt01 span {
		font-size: 14px;
	}
	#sp2022spring #topic01 .txt_att {
		text-align: left;
		margin-bottom: 40px;
	}
	#sp2022spring #topic03.topicsArea .txt_att {
		text-align: left;
	}


	/*----- lineup -----*/
	#sp2022spring #lineup {
		background-color: #F2F2F2;
		padding: 80px 0;
	}
	#sp2022spring #lineup > div{
		display: inline-block;
		width: 90%;
	}

	#sp2022spring #lineup .box2clm {
		margin-bottom: 50px;
	}
	#sp2022spring #lineup .box478 { margin-bottom: 20px;}
	#sp2022spring #lineup .box3clm {
		margin-bottom: 40px;
	}
	#sp2022spring #lineup .box312 {
		width: 100%;
		background-color: #FFF;
		margin-bottom: 20px;
		padding: 30px 15px;
	
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}
	#sp2022spring #lineup .box_image {
		margin-bottom: 15px;
	}


	/*------- subwin ---------*/
	#subwin {
		position: fixed;
		z-index: 10001;
		top: 50%;
		left: 50%;
		margin: -30vw 0 0 -47vw;
		display: none;
	}
	#subwin .close {
		text-align: right;
	}
	#subwin .close a {
		color:#fff;
		font-style:normal;
		font-size:28px;
		font-family:Arial, Baskerville, monospace;
		line-height: 1;
		opacity:0.65;
	}
	#subwin .close a:hover {
		opacity:1;
	}
	#subwin iframe {
		margin: 0 !important;
		padding: 0 !important;
		width: 94vw;
		height: 52.875vw;
		box-shadow: 0 0 8px rgb(0 0 0 / 60%);
	}
	#overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10000;
		width: 100%;
		height: 100%;
		background: #000;
		overflow: hidden;
		cursor: pointer;
	}


}

@media print {
  body {
    min-width: 976px;
  }
}

@media only screen and (min-width: 769px) {
  .footer-cnt #pagetop-sp {
    display: none !important;
  }
  .footer-cnt #copyright {
    float: left;
  }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  .footer-cnt {
    padding: 30px 0 60px;
  }
}
