@charset "utf-8";
body {
	line-height: 1.5;
}

/*----- top -----*/
@font-face {
	font-family: 'smartui';
	src: url('/content/dam/pcs/jp/ja/dynabook-b2c/dynabook-top/index-font/smartui.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0
}
#main {
    background: HSL(191, 28%, 35%);
}
#main-primary.videoMain{
	background: HSLA(198, 21%, 41%, 1) radial-gradient(ellipse at 80% 90%, #eaeae7 0%, transparent 100%);
}
#main-primary>a {
	display: block;
	line-height: 0;
}
#main-primary>ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-family: 'smartui';
	background: HSLA(198, 21%, 60%, 1);
}
#main-primary>ul li {
	-webkit-flex: 1 0 50%;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	height: 8vh;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#main-primary ul li a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	font-size: .625rem;
	will-change: color;
	color: white;
	text-decoration: none;
	-webkit-transition: all .23s ease-in-out;
	transition: all .23s ease-in-out;
}
#main-primary ul li a.our-mind-for-dynapad {
	font-size: .625rem;
	letter-spacing: -1px;
}
#main-primary ul li:nth-of-type(odd) a {
	border-right: 1px solid #ccc;
}
#main-primary ul li a {
	border-top: 1px solid #ccc;
}
#main-primary ul li a svg {
	vertical-align: middle;
	will-change: fill;
	fill: white;
}

@media screen and (min-width: 640px) {
}

@media screen and (min-width: 960px) {
#main-primary ul {
	height: 10vh;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flow: row;
	-webkit-flex-flow: row;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#main-primary ul li {
	margin: 0 24px;
}
#main-primary>ul li {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: auto;
}
#main-primary ul li a {
	font-size: 18px;
	will-change: color;
	text-decoration: none;
	line-height: 1.5;
	will-change: color;
	transition: all .23s ease-in-out;
	border-top: none;
}
#main-primary ul li a.our-mind-for-dynapad {
	font-size: 18px;
}
#main-primary ul li a svg {
	vertical-align: bottom;
	will-change: color;
	transition: all .23s ease-in-out;
}
#main-primary ul li a:hover {
	color: HSLA(194, 9%, 48%, 1);
}
#main-primary ul li a svg {
	will-change: fill;
	fill: white;
}
#main-primary ul li a:hover svg {
	fill: HSLA(194, 9%, 48%, 1);
}
#main-primary ul li:nth-of-type(odd) a {
	border-right: none;
}
}

@media screen and (max-width: 480px) {
#main-primary>ul {
	display: block;
	font-family: 'smartui';
	background: HSLA(198, 21%, 60%, 1);
}
#main-primary>ul li {
	height: auto;
	display: table;
	width: 100%
}
#main-primary ul li a {
	display: table-cell;
	width: 100%;
	height: 45px;
	padding-left: 10px;
	vertical-align: middle;
	font-size: .625rem;
	will-change: color;
	color: white;
	text-decoration: none;
	-webkit-transition: all .23s ease-in-out;
	transition: all .23s ease-in-out;
}
}
/*----- video -----*/
@font-face {
	font-family: 'smartui';
	src: url('/content/dam/pcs/jp/ja/dynabook-b2c/dynabook-top/video-font/smartui.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
video {
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
iframe {
	border: none;
}
@media screen and (min-width: 960px){
figure {
    padding-top: 48px;
    width: 60%;
    margin: 0 auto 48px;
    max-width: 940px;
}
}
/*-----reaseon smile-----*/
@font-face {
	font-family: 'smartui';
	src: url('/content/dam/pcs/jp/ja/dynabook-b2c/dynabook-top/reason-for-the-smile-font/smartui.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
#main-primary #reason-for-the-smile-message {
	width: 100%;
	margin: 0 auto;
	color: white;
	background: url('/content/dam/pcs/jp/ja/dynabook-b2c/dynabook-top/images/reason-for-the-smile.jpg') no-repeat 80% 0;
	background-size: cover;
}
#main-primary #reason-for-the-smile-message p {
	font-family: 'smartui';
	width: 75%;
	margin: 0 auto;
	padding-top: 5vh;
	padding-bottom: 5vh;
	line-height: 1.9;
	font-size: .625rem;
	margin-left: 25%;
	letter-spacing: -1px;
}

@media screen and (min-width:500px) {
#main-primary #reason-for-the-smile-message p {
	width: 50%;
	margin-left: 40%;
	font-size: .75rem;
}
}

@media screen and (min-width:650px) {
#main-primary #reason-for-the-smile-message p {
 width: calc(90% - 30%) margin-left: 30%;
}
}

@media screen and (min-width:750px) {
#main-primary #reason-for-the-smile-message p {
	margin-left: 50%;
}
}

@media screen and (min-width:850px) {
#main-primary #reason-for-the-smile-message p {
	margin-left: 55%;
}
}

@media screen and (min-width:960px) {
#main-primary #reason-for-the-smile-message {
	width: 1440px;
	height: 810px;
	margin: 0 auto;
	color: white;
	background: url('/content/dam/pcs/jp/ja/dynabook-b2c/dynabook-top/images/reason-for-the-smile.jpg') no-repeat top center;
	background-size: 1440px 810px;
}
#main-primary #reason-for-the-smile-message p {
	margin-left: 610px;
	padding-top: 100px;
	line-height: 1.9;
	font-size: 20px;
	letter-spacing: -1px;
}
}
/*----- our-thoughts-entrusted-to-dynapad -----*/
@font-face {
	font-family: 'smartui';
	src: url('/content/dam/pcs/jp/ja/dynabook-b2c/dynabook-top/philosophy-font/smartui.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
[id^=message] {
	color: white;
	text-align: center;
	font-family: 'smartui';
	font-size: -webkit-calc(.5rem + .5vw);
	font-size: calc(.5rem + .5vw);
	height: auto;
	background-size: cover;
	padding-top: 5vh;
	padding-bottom: 5vh;
}
[id^=message] h2 {
	margin-bottom: 1vh;
	font-size: 1.5em;
	font-weight: bold;
}
[id^=message] p {
	line-height: 2;
	width: 90%;
	margin: 0 auto;
}
#message01 {
	background-size: cover;
	background: url('/content/dam/pcs/jp/ja/dynabook-b2c/dynabook-top/images/01-we-have-been-aiming-for-dynabook.jpg') no-repeat top center;
}
#message02 {
	background-size: cover;
    background: url('/content/dam/pcs/jp/ja/dynabook-b2c/dynabook-top/images/02-for-the-people-and-the-earth-tomorrow.jpg') no-repeat top center;
    
}
#message03 {
	background-size: cover;
    background: url('/content/dam/pcs/jp/ja/dynabook-b2c/dynabook-top/images/03-you-sometimes-can-be-more-in.jpg') no-repeat top center;
    
}
#message04 {
	background-size: cover;
    background: url('/content/dam/pcs/jp/ja/dynabook-b2c/dynabook-top/images/04-charm-that-calamvs-gladio-fortior.jpg') no-repeat top center;
    
}
#message05 {
	background-size: cover;
	background: url('/content/dam/pcs/jp/ja/dynabook-b2c/dynabook-top/images/05-nothing-one-work-to-be-replaced-by-the-computer.jpg') no-repeat top center;
	
}

@media screen and (min-width: 960px) {
[id^=message] {
	font-size: 18px;
	height: 720px;
	background-size: 1440px;
	padding-top: 60px;
	padding-bottom: 0;
}
[id^=message] h2 {
	margin-bottom: 24px;
}
[id^=message] p {
	line-height: 2;
	letter-spacing: -1px;
}
#message05 {
	background-size: 1440px;
}
}

@media screen and (min-width: 570px) {
br.small {
	display: none
}
}
