@charset "UTF-8";

/* --------------------------------
共通クラス名
---------------------------------*/
.cover {
	background-position: center;
	background-size: cover;
	width: 100%;
}
.contain {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
}
.sp {
	display: none;
}

.flex {
	position: relative;
	display: flex;
}
.area {
	max-width: 1220px;
	margin:0 auto;
}
.title {
	font-family: "Sawarabi Mincho";
	font-size: 40px;
	text-align: center;
}
.bold {
	font-weight: bold;
}

/* --------------------------------
共通クラス名
---------------------------------*/
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.justify-content-center {
	justify-content:center;
}
.fontxll {
	font-size: 24px;
}
.fontxl {
	font-size: 22px;
}
.fontll {
	font-size: 20px;
}
.fontl {
	font-size: 18px;
}
.fontm {
	font-size: 16px;
}
.fonts {
	font-size: 14px;
}
.fontss {
	font-size: 12px;
}

.size-4 {
	width: 33.3%;
}
.size-6 {
	width: 50%;
}
.size-8 {
	width: 66.6%;
}

.mt-1 {
	margin-top: 1rem;
}
.mt-2 {
	margin-top: 2rem;
}
.mt-3 {
	margin-top: 3rem;
}
.mt-4 {
	margin-top: 5.5rem;
}
.mt-5 {
	margin-top: 7rem;
}
.ml-1 {
	margin-left: 1rem;
}
.ml-2 {
	margin-left: 2rem;
}
.ml-3 {
	margin-left: 3rem;
}

.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 0.5s ease 0s;
}
.fadein.active{
	opacity : 1;
	transform : translate(0, 0);
}
/* --------------------------------
色
---------------------------------*/
.yoga-color {
	color: #8F97A1!important;
}
.black {
	color: #262626;
}

/* --------------------------------
共通section
---------------------------------*/
section.yoga-slider-section {
	font-family: "Helvetica Neue",
	Arial,
	"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	Meiryo,
	sans-serif;
	padding: 100px 0;
}

/* --------------------------------
世界を、いちど真っ白に。
---------------------------------*/
.yoga-main-section {
	background-image: url('../images/main.jpg');
	padding: 80px 0;
	height: 1000px;
}
.yoga_pc {
	animation-name: yoga;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
}
@keyframes yoga {
	0% {
		transform: translate(0,0px);
	}

	100% {
		transform: translate(0,-15px)
	}
}
.yoga-left,
.yoga-right  {
	width: 46%;
}
.yoga-right {
	margin-left:10%;
}
.yoga-main-section .yoga-description .logo {
	height: 50px;
}
.yoga-main-section .yoga-description .yoga-message {
	color: #262626;
	margin-top: -0.75rem;
	font-family: "Sawarabi Mincho";
	font-size: 45px;
}
.yoga-main-section .yoga-description .intel {
	position: absolute;
	bottom: 1rem;
	height: 65px;
}
.yoga-main-section .evo {
	height: 135px;
}
.yoga_slim {
	width: 700px;
}
.hashtag {
	padding:0;
}
.hashtag li {
	background-color: #4AC1DF;
	color: #fff;
	height: 40px;
	line-height: 40px;
	list-style: none;
	display: inline-block;
	font-size: 18px;
	width: 31%;
	text-align: center;
	font-weight: bold;
}
/*.hashtag li.tw_btn {
	height: 35px;
	line-height: 35px;
}*/
.tw_btn a {
	color: #fff;
/*	font-weight: bold;
	font-size: 16px;*/
}

/* --------------------------------
すべてが、予想もできなかったこと。
---------------------------------*/
section.main_yoga {
	position: relative;
	padding: 0 0 200px;
	margin-bottom: 200px;
}
.main_yoga_content {
	position: relative;
	margin-top: 150px;
}
.main_yoga img {
	display: block;
	margin:0 auto;
}
.main_yoga_title {
	color: #000;
	font-family: "Sawarabi Mincho";
	font-size:38px;
	position: absolute;
	width: 30%;
}
.main_yoga_title:after {
	background-image: url(../images/border1.png);
	content: '';
	display: block;
	height: 4px;
	background-position: right;
}

.main_yoga_title1 {
	top:25%;
}
.main_yoga_title2 {
	top:75%;
}
.main_yoga_title3 {
	text-align: right;
	top:15%;
	right: 0;
}
.main_yoga_title4 {
	text-align: right;
	top:66%;
	right: 0;
}
.main_yoga_title3:after,
.main_yoga_title4:after {
	background-image: url(../images/border2.png);
	background-position: left;
}

.main_yoga_p {
	color: #898A8A;
	font-size:20px;
	position: absolute;
}
.main_yoga_p1 {
	top: 39%;
}
.main_yoga_p2 {
	top:90%;
}
.main_yoga_p3 {
	top:30%;
	right: 0;
}
.main_yoga_p4 {
	top:82%;
	right: 0;
}
.main_yoga_icon {
	position: absolute;
	width: 100%;
	max-width: 330px;
}
.main_yoga_icon1 {
	top: 56%;
}
.main_yoga_icon2 {
	top: 106%;
}
.main_yoga_icon3 {
	justify-content: flex-end;
	top: 48%;
	right: 0;
}
.main_yoga_icon4 {
	justify-content: flex-end;
	top: 98%;
	right: 0;
}
.main_yoga_icon .main_yoga_num span.main_yoga_white {
	font-size: 30px;
	line-height: 2.5rem;
	margin-top: 10px;
	margin-left: 1.5rem;
}


.main_yoga_icon img {
	display: inline-block;
	width: 60px;
}
.main_yoga_icon .main_yoga_num span {
	display: inline-block;
	font-size:55px;
	font-weight: bold;
}
.main_yoga_num {
	font-weight: bold;
	margin-top: -20px;
	font-size: 30px;
	margin-left: 15px;
	letter-spacing: 0.2rem;
}
.main_yoga_pcimg {
	width: 700px;
}

.main_yoga img.flex_icon {
	width: 75px;
}
.flex_box {
	text-align: center;
	padding: 0 10px;
}
.flex_icon_box {
	display: block;
	margin:0 auto;
}
.main_yoga .title {
	font-family: "Sawarabi Mincho";
	font-weight: normal;
	letter-spacing: 0.5rem;
	margin-left: 1rem;
	margin-top:150px;
	margin-bottom:40px;
}
.main_yoga_last {
	position: absolute;
	bottom: 0;
}

/* --------------------------------
これまでのノートPCは、忘れよう。
---------------------------------*/
section.forget {
	padding: 20px 0 100px;
	background-image: url('../images/forget.jpg');
}
section.forget .title {
	letter-spacing: 12px;
	padding-top:2rem;
	padding-bottom: 5rem;
}
.forget-title {
	color: #898a8a;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 3px;
}
.forget-text {
	color: #898a8a;
	letter-spacing: 0.1rem;
	font-size: 19px;
	line-height: 2rem;
}
.forget-number {
	color: #8F97A1;
	font-size: 50px;
	font-weight: bold;
	position: relative;
}
.forget-number p.forget-number-text1 {
	font-size: 20px;
	position: absolute;
	top: -30px;
	left: 15%;
}
.forget-number p.forget-number-text2 {
	display: inline-block;
	font-size:35px;
}
.forget-number span {
	color: #8F97A1;
	font-size: 60px;
}
.forget-icon,
.yoga_icon {
	margin-top:-20px;
	margin-right:10px;
	width: 70px;
}
.yoga_pc_backimg {
	background-image: url(../images/yoga_pc2.png);
	height: 550px;
	background-position: center;
	background-size: cover;
	position: absolute;
	width: 48%;
	left: 0%;
}

/* --------------------------------
想像もつかない強さは、あなたをもっと“自由”にする。
---------------------------------*/
section.yoga-slider-section.freedom {
	padding-bottom: 0;
}
.freedom p {
	font-size: 22px;
	letter-spacing: 2px;
	color: #898a8a;
	font-weight: 500;
}
.freedom-img {
	background-position: top;
	background-image: url('../images/yoga_pc4.jpg');
	margin-top:200px;
	height: 900px;
}

/* --------------------------------
その姿は、誰もが思わず持ち歩きたくなる美しさ。
---------------------------------*/
section.yoga-slider-section.beauty {
	background-image: url('../images/beauty.jpg');
}
.yoga_pc5 {
	background-image: url('../images/yoga_pc5.png');
	height: 115%;
	background-position:center;
	background-size:cover;
}

section.yoga-slider-section.military-grade {
	background-image: url('../images/military-grade.png');
	padding:40px 0 120px;
}
section.yoga-slider-section.military-grade .forget-title {
	position: relative;
	font-size: 50px;
	margin-top: 50px;
}
section.yoga-slider-section.military-grade .forget-text {
	margin-top: 3rem;
	margin-bottom: 3.5rem;
}
section.yoga-slider-section.military-grade .standard {
	display: block;
	position: absolute;
	top: 1rem;
	right: -6rem;
	width: 150px;
}

section.yoga-slider-section.visual {
	background-image: url('../images/visual2.jpg');
	height: 1000px;
	background-position: right;
	background-size: cover;
	width: 100%;
	background-size: 50%;
	background-repeat: no-repeat;
	position:relative;
	padding:0px;
}
.visual img {
	position: absolute;
	bottom: 10%;
	width: 800px;
}
section.yoga-slider-section.performance {
	padding:0;
}

section.yoga-slider-section.video {
	padding:50px;
	background-image: url('../images/video.jpg');
}
section.characteristic .yoga_pc8 {
	background-image: url('../images/yoga_pc8.jpg');
	height: 100%;
}
section.characteristic .forget-number {
	font-size:60px;
}
section.characteristic .forget-number p {
	display: inline-block;
	font-size: 30px;
}
section.characteristic .keyboard {
	margin-bottom:200px;
}
section.characteristic .keyboard .forget-number {
	font-size: 40px;
}
section.characteristic .forget-text {
	letter-spacing: 1px;
}

.battery {
	margin-top: 200px;
}
.battery .absolute-img {
	padding-left: 10%;
}

.yoga_pc10 {
	background-image: url('../images/yoga_pc10.jpg');
	position: absolute;
	top: 0;
	width: 100%;
	height: 500px;
}
.entertainment .yoga-right {
	margin-left:0;
}
.entertainment .yoga_icon {
	width: 75px;
}
.entertainment .flex_box {
	padding: 0 5px;
}
.entertainment .flex_box span {
	letter-spacing: -1px;
}
.epilogue .forget-text {
	font-size: 24px;
	line-height: 2.5rem;
}
section.yoga-slider-section.lineup {
	padding-bottom: 0px;
}
.lineup .logo {
	width: 250px;
}
.lineup .forall {
	font-size: 32px;
	letter-spacing: 4px;
	color: #000000;
	font-weight: bold;
	margin-top: 20px;
}
.item {
	position: relative;
	/*border-right: 1px solid #262626;*/
	width: 30%;
}
.item2 {
	margin:2% 5% 0;
}
.item_name {
	position: absolute;
	bottom: -50px;
	text-align: center;
	left: 0;
	right: 0;
}
.item_img {
	height: 350px;
	margin: 0 auto;
	width: 300px;
}
.item_img1 {
	background-image: url('../images/yoga_pc17.png');
}
.item_img2 {
	background-image: url('../images/yoga_pc18.png');
	height: 270px;
}
.item_img3 {
	background-image: url('../images/yoga_pc19.png');
}
.btn a {
	background-color: #000;
	color:#fff;
	position: absolute;
	bottom: -120px;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	max-width: 200px;
	margin: 0 auto;
	left: 0;
	right: 0;
	font-size: 16px;
	font-weight: bold;
}

.yoga_pc15 {
	position: relative;
	left: -5%;
}
.battery .yoga-left {
	width: 40%;
}
.battery .forget-title {
	font-size: 33px;
}
.battery .yoga-right {
	margin-left: 0%;
	width: 60%;
}

.yoga_pc16 {
	background-position:top;
	background-image: url(../images/yoga_pc16.png);
	position: absolute;
	top: 0;
	width: 45%;
	height: 600px;
}
.security .yoga-right{
	padding: 0 8%;
	margin-left:0;
	margin-top: 100px;
}
.security .forget-title {
	font-size: 33px;
}

.yoga_pc12 {
	margin-top: 400px;
}

.performance_title {
	font-size: 40px;
	margin-top: 200px;
	letter-spacing: 12px;
	color: #898a8a;
	font-family: "Sawarabi Mincho";
	padding-bottom: 100px;
}

.tiger-lake{
	margin-top: 19em;
}



.tiger-lake .forget-title{
	letter-spacing: 0;
}

.tiger-lake .forget-text{
	margin-bottom: 0;
}

.tiger-lake .forget-text span{
	font-weight: bold;
	font-size: 22px;
}

.forget-note{
	font-size: 12px;
}

.tiger-lake-icon{
	margin-top: 3em;
}

.tiger-lake .yoga-right{
	margin: 0;
	width: 54%;
}

.tiger-lake-note{
	font-size: 12px;
	color: #898a8a;
	padding-left: 3em;
	line-height: 1.8;
	margin-top: 15px;
}

.yoga_pc9{
}

/* --------------------------------
すべての世界を“真っ白に染める新生”YOGA誕生。
---------------------------------*/
.epilogue .title {
	color: #8A8989;
	font-weight: normal;
}
.epilogue img {
	display: block;
	margin:0 auto;
}

.characteristic {
	margin-top: 100px;
}

.ccf {
	margin-top: 200px;
	max-width: 1000px;
	margin: 200px auto 0;
	padding: 0 10px;
}
.footer-payment-title {
	font-weight: bold;
	font-size: 14px;
	color: rgb(85,85,85);
}
.footer-payment {
	max-width: 900px;
	margin: 100px auto 0;
	padding: 0 10px;
}
.footer-payment-list {
	display: inline-block;
}
.footer-payment-list li {
	display: inline-block;
}
sup {
	margin-right: 5px;
}
.ai .yoga_icon{
	margin: 0 0 10px;
	width: 60px;
}

/*----------------------------------- 
  nasukawa add 
----------------------------------- */

.yt {
	width: 100%;
	height: auto;
	padding-top: 56.25%;
	position: relative;
}
.yt iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


@media screen and (max-width: 1200px) {
	.area {
		padding: 0 2%;
		width: 90%;
	}
	.forget-title,
	section.yoga-slider-section.military-grade .forget-title,
	.battery .forget-title,
	.forget-title {
		font-size: 30px;
	}
	.title,
	.forget-number,
	.performance_title,
	section.yoga-slider-section.military-grade .forget-title {
		font-size: 35px;
	}
	.yoga-main-section {
		height: 900px;
	}
	.yoga_pc15 {
		left: 0;
	}
	.performance_title {
		margin-top: 100px;
	}
	.entertainment .yoga_icon {
		width: auto;
		height: 60px;
		margin-right: 0px
	}
	.security .yoga-right {
		padding: 0 10px 0 7%;
		width: 50%;
	}
	.yoga_pc16 {
		height: 500px;
		width: 50%;
	}
	.yoga_pc12 {
		margin-top: 200px;
	}
	.yoga_pc20 {
		margin-top: 100px;
	}
	.yoga-main-section .yoga-right {
		margin-left: 5%;
		width: 50%;
	}
	.yoga-main-section .yoga-description .yoga-message {
		font-size: 35px;
	}
	.hashtag li {
		font-size: 18px;
	}
	.hashtag li:nth-of-type(2){
		margin-left: 0rem;
	}
	section.yoga-main-section iframe {
		height: 250px;
	}
	.video iframe {
		height: 450px;
	}
}


@media screen and (max-width: 1024px) {
	.area {
		padding: 0 2%;
		width: 95%;
	}
	.forget-title,
	section.yoga-slider-section.military-grade .forget-title,
	.battery .forget-title,
	.forget-title {
		font-size: 30px;
	}
	.title,
	.forget-number,
	.performance_title,
	section.yoga-slider-section.military-grade .forget-title {
		font-size: 35px;
	}
	.yoga-main-section {
		height: 900px;
	}
	.yoga_pc15 {
		left: 0;
	}
	.performance_title {
		margin-top: 100px;
	}
	.entertainment .yoga_icon {
		width: auto;
		height: 60px;
		margin-right: 0px
	}
	.security .yoga-right {
		padding: 0 10px 0 7%;
		width: 50%;
	}
	.yoga_pc16 {
		height: 500px;
		width: 50%;
	}
	.yoga_pc12 {
		margin-top: 200px;
	}
	.yoga_pc20 {
		margin-top: 100px;
	}
	.yoga-main-section .yoga-right {
		margin-left: 5%;
		width: 50%;
	}
	.yoga-main-section .yoga-description .yoga-message {
		font-size: 35px;
	}
	.hashtag li {
		font-size: 18px;
	}
	.hashtag li:nth-of-type(2){
		margin-left: 0rem;
	}
	section.yoga-main-section iframe {
		height: 250px;
	}
	.video iframe {
		height: 450px;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.black {
		font-weight: bold;
	}
	.yoga-main-section {
		padding:40px 0;
	}
	.area {
		padding: 0 1rem;
	}
	.flex {
		display: block;
	}
	.flex-sp {
		display: flex;
	}
	.size-4,
	.size-6,
	.size-8,
	.yoga-left,
	.yoga-right
	{
		width: 100%;
	}

	.tiger-lake{
		margin-top: 5em;
	}

	.tiger-lake .yoga-right{
		width: 100%;
		margin-top: 3em;
	}

	.size-sp-4 {
		width: 33.3%;
	}

	.size-sp-6 {
		width: 50%;
	}
	
	.main_yoga_title,
	.main_yoga_p,
	.main_yoga_icon {
		position: relative;
		top: 0;
		left: 0;
	}

	.main_yoga_title {
		color: #707070;
		font-size: 20px;
		margin-top: 40px;
		width: 90%;
	}
	.main_yoga_title3,
	.main_yoga_title4 {
		text-align: left;
	}
	.main_yoga_icon3,
	.main_yoga_icon4 {
		justify-content:flex-start;
	}

	.main_yoga_p {
		color: #707070;
		font-size: 14px;
		text-align: left;
	}
	.main_yoga_num {
		font-size: 18px;
		margin-top: -5px;
		margin-left: 5px;
	}
	.main_yoga_icon {
		margin-top: 10px;
	}
	.main_yoga_title:after {
		background-image: url(../images/border2.png);
		background-position:left;
		width: 100%;
	}
	.main_yoga_content .size-sp-6 {
		width: 48%;
	}
	.main_yoga_content .size-sp-6:nth-of-type(2) {
		margin-left:4%;
	}

	.mt-1 {
		margin-top: 0.5rem;
	}
	.mt-2 {
		margin-top: 1rem;
	}
	.mt-3 {
		margin-top: 2rem;
	}
	.mt-4 {
		margin-top: 3rem;
	}
	.mt-5 {
		margin-top: 5rem;
	}

	.fontxll {
		font-size: 22px;
	}
	.fontxl {
		font-size: 20px;
	}
	.fontll {
		font-size: 18px;
	}
	.fontl {
		font-size: 16px;
	}
	.fontm {
		font-size: 14px;
	}
	.fonts {
		font-size: 11px;
	}
	.fontss {
		font-size: 11px;
	}

	.title {
		font-size: 24px;
	}
	.yoga-right {
		margin-left:0;
	}
	section.yoga-main-section .area {
		padding:0 2.5rem;
	}
	.yoga-main-section .yoga-description .logo {
		height: 35px;
		margin-top: 5rem;
	}
	.yoga-main-section .yoga-description .yoga-message {
		font-size: 24px;
	}
	.forget-title {
		font-size: 24px;
	}
	.forget-text,
	.freedom p {
		font-size: 16px;
	}
	.forget-icon, .yoga_icon {
		width: 40px;
	}
	.forget-number,
	section.performance .forget-number {
		font-size: 20px;
	}
	.forget-number span {
		font-size: 30px;
	}
	.freedom-img {
		margin-top: 50px;
		height: 350px;
	}
	section.yoga-slider-section {
		padding:50px 0;
	}
	section.yoga-slider-section.military-grade {
		padding: 40px 0;
		height: auto;
	}
	section.yoga-slider-section.military-grade .forget-text {
		margin-top: 2rem;
	}
	section.yoga-slider-section.military-grade .forget-title {
		margin-top: 40px;
	}
	.freedom .title {
		color: #898a8a;
	}
	.yoga_pc5 {
		height: 300px;
	}

	section.performance .yoga_pc8 {
		height: 270px;
	}
	.performance .forget-title {
		border-bottom: 1px solid #707070;
		margin-top:40px;
	}
	.performance .forget-text {
		font-size: 14px;
		line-height: 1.5rem;
	}
	.battery {
		margin-top: 3rem;
	}
	.battery .absolute-img {
		margin-top: 20px;
		padding-left: 0;
		position: static;
	}
	.main_yoga_icon .main_yoga_num span,
	.main_yoga_icon .main_yoga_num span.main_yoga_white {
		font-size:24px;
	}
	.main_yoga_icon .main_yoga_num span.main_yoga_white {
		font-size: 16px;
		line-height: 1.5rem;
		margin-left: 5px;
		letter-spacing: 2px;
	}
	.main_yoga_icon img {
		width: 35px;
	}
	.yoga-main-section .evo {
		height: auto;
	}
	.yoga-main-section .yoga-description .intel {
		height: 50px;
	}
	section.yoga-main-section {
		height: auto;
	}
	section.yoga-main-section .yoga-right {
		margin-top: 3rem;
		width: 100%;
	}
	.intel_message {
		font-size: 14px;
		margin-top: 1.5rem;
	}
	.main_yoga .title {
		letter-spacing: 0.1rem;
		margin-top: 50px;
		font-size: 22px;
	}
	.flex_box {
		line-height: 1;
		padding: 0 3px;
	}
	.main_yoga .flex_box {
		width: 15%;
	}
	.main_yoga_content .flex-sp {
		margin-bottom:3px;
	}
	.main_yoga_last {
		bottom: -30px;
	}
	section.yoga-slider-section.main_yoga {
		padding-top: 120px;
	}
	section.main_yoga {
		margin-bottom: 60px;
	}
	section.forget .title {
		letter-spacing: 1px;
		padding-bottom: 3rem;
	}
	.main_yoga_content {
		margin-top: 50px;
	}
	.yoga_pc_backimg {
		height: 350px;
		position: static; 
		width: 100%;
	}
	section.yoga-slider-section.forget {
		padding: 20px 0;
	}
	section.yoga-slider-section.forget .forget-number div {
		text-align: center;
		width: 100%;
	}
	.forget-number p.forget-number-text1 {
		top: -30px;
		font-size: 20px;
		left: 20px;
		right: 0;
	}
	.forget-number p.forget-number-text2 {
		font-size: 22px;
	}
	.beauty .forget-number {
		margin-top: -30px;
		text-align: right;
	}
	section.yoga-slider-section.military-grade .forget-title {
		font-size: 28px;
		line-height: 2.3rem;
	}
	section.yoga-slider-section.military-grade .standard {
		display: block;
		text-align: right;
		float: right;
		position: static;
		width: 70px;
	}
	section.yoga-slider-section.military-grade .standard:after {
		clear: both;
		display: block;
		content: '';
	}
	section.yoga-slider-section.military-grade .forget-text {
		font-size: 14px;
		margin-bottom: 2rem;
	}
	.visual img {
		width: 250px;
	}
	section.yoga-slider-section.visual {
		height: 300px;
	}
	.battery .yoga-left,
	.battery .yoga-right {
		width: 100%;
	}
	.battery .forget-title {
		font-size: 24px;
		line-height: 2rem;
	}

	.performance_title {
		margin-top: 40px;
		font-size: 20px;
		letter-spacing: 1px;
		line-height: 2rem;
		padding-bottom: 40px;
	}
	section.yoga-slider-section.video {
		padding: 20px;
	}
	section.characteristic .keyboard .forget-number,
	section.characteristic .forget-number p {
		font-size: 20px;
	}

	section.yoga-slider-section {
		padding: 20px 0;
	}
	.characteristic {
		margin-top: 30px;
	}
	section.characteristic .keyboard .forget-number img {
		margin-top: 3px;
	} 
	section.characteristic .keyboard {
		margin-bottom: 100px;
	}
	section.characteristic .yoga_pc8 {
		height: 300px;
	}
	.yoga_pc10,
	.yoga_pc16 {
		position: static;
		width: 100%;
		height: 300px;
	}
	.security .yoga-right {
		width: 100%;
	}
	section.characteristic .forget-number {
		font-size: 22px;
	}
	.security .forget-title {
		font-size: 24px;
	}
	.yoga_pc12 {
		margin-top: 40px;
	}
	.epilogue .forget-text{
		font-size: 18px;
		line-height: 2rem;
		padding:0 10px;
	}
	.lineup .logo {
		width: 150px;
	}
	.item {
		border-right:none;
		border-bottom: 1px solid #262626;
		padding-bottom: 40px;
		margin-bottom: 40px;
		width: 100%;
	}
	.item_img2 {
		height: 200px;
	}
	.item2 {
		margin: 0;
	}
	.item_name {
		position: static;
	}
	.item_img {
		width: auto;
	}
	.ccf {
		margin: 100px auto 0;
	}
	.footer-payment-list {
		margin:0;
		padding:0;
	}
	.footer-payment-list li {
		margin:0 5px;
	}
	.yoga_pc20 {
		margin-top: 50px;
	}
	section.yoga-main-section iframe {
		position: absolute;
		height: 200px;
	}
	.video iframe {
		height: 200px;
	}
	.hashtag li {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		width: 49%;
	}
	.hashtag li:nth-of-type(2){
		margin-left: 0rem;
	}
	.hashtag li.tw_btn {
		margin: 20px auto 0;
		display: block;
	}
	
	/*----------------------------------- 
	  nasukawa add 
	----------------------------------- */

	.lineup .pc {
		width: 100%;
		margin: 10px 0 0 0;
		display: block;
	}
	.lineup .btn a {
		display: block;
		max-width: 250px;
		line-height: 40px;
		padding: 0 20px;
		position: relative;
		bottom: 0;
	}
	
}