@charset "utf-8";
.flexContainer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flexItem {
	flex: 1;
}
.flexContainer.start {
	align-items: flex-start;
}
.flexContainer h2 {
	margin-bottom: 0;
}
.flexContainer p {
	font-size: 140%;
}
.p10 {
	font-size: 140% !important;
}
.p10r {
	font-size: 100% !important;
}
.mt2 {
	margin-top: 2rem !important;
}
.mt4 {
	margin-top: 4rem !important;
}
.mt8 {
	margin-top: 8rem !important;
}
.mt10 {
	margin-top: 10rem !important;
}
.pt4 {
  padding-top: 4rem;
}
.pb4 {
  padding-bottom: 4rem;
}
.ptb4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
hr {
	border: none;
	border-top: 0.75px solid #b2b2b2;
	height: 0;
}
a {
  text-decoration: underline;
}
.contentsarea .fmvPC_contents table.specTable {
    border-left: 1px solid #696969;
}
.flex-align-center {
    align-items: center !important;
}
.js-fade {
    opacity: 0;
    visibility: hidden;
    transition: opacity 3s,visibility 3s;
}
.scroll {
    opacity: 1;
    visibility: visible;
}
#feature-2 {
  position: relative;
  background-color: #F5F5F5;	
}
#feature-3 {
  position: relative;
  background-color: #FFFFFF;	
}
#feature-4 {
  position: relative;
  background-color: #F5F5F5;	
}
#feature-5 {
  position: relative;
  background-color: #FFFFFF;	
}
/* ====================================
cards-area
==================================== */
.card-wrap {
  margin-bottom: 3%;
}
.cards-area__inner > div:last-child,
.cards-area__inner > div:last-child .card-wrap {
  margin-bottom: 0;
}
.card-wrap p {
  width: auto;
  margin: 0 auto;
  line-height: 1.4;
  font-weight: bold;
}
#feature-2 .card, #feature-4 .card {
  padding: 3%;
  background-color: #FFFFFF;
  border-radius: 20px;
}
#feature-3 .card, #feature-5 .card {
  padding: 3%;
  background-color: #F5F5F5;
  border-radius: 20px;	
}
.card__title {
  width: auto;
  text-align: center;
  margin: 0;
  font-weight: 800;
  line-height: 1.5;
  padding-top: 6%;
  font-size: clamp(28px, 3.9vw, 48px);
}
.card__img {
  width: 100%;
  height: auto;
}
.card__text, .card__text-wrap {
  padding-top: 6%;
  font-size: clamp(19px, 1.8vw, 21px);
}

.card__note {
  padding: 15px 7% 0;
  font-size: 16px;
}
.card__note + .card__note {
  padding-top: 0;
}
.card__title, .card-wrap p{
  letter-spacing: -0.1rem;
}
.card-flex-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
}

.card-wide .card__title {
  padding-bottom: 4%;
}
.card-wide:not(.card-wide-2column) .card__title + .card__text {
  padding-top: 0;
}
.card-wide-2column .card-wide__item .card__text-img {
  max-width: 400px;
  width: 95%;
  margin: 0;
}
.card-wide-2column .card-wide__item .card__text-2column p .card__text--large {
  font-size: clamp(28px, 2.1vw, 32px);
}

.card-img-block {
  position: relative;
}
.card-img-block .card-wide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.card__position {
  position: relative
}
.card__position p.caption {
  position: absolute;
  right: 10px;
  bottom: 1.8%;
  width: auto;
  font-size: 12px;
}
.box_wh {
  padding: 1% 3% 2%;
  background-color: #ffffff;
}

@media screen and (min-width:769px) {
  .card-2column {
    display: flex;
    justify-content: space-between;
    gap: 3%;
  }
  .card-2column .card-wrap {
    width: calc(calc(100% - 3%) / 2);
  }
  .card-2column .card__title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card-wide .card__text, .card-wide .card__text-wrap {
    padding-top: 3%;
  }
  .card-wide .card__img--full {
    width: calc(100% + 3.8% * 2);
    margin-left: -3.8%;
    margin-right: -3.8%;
    height: auto;
  }
  .card-wide-2column {
    display: flex;
    justify-content: space-between;
    gap: 3%;
  }
  .card-wide-2column .card-wide__item .card__title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card-wide-2column .card-wide__item {
    width: calc(calc(100% - 3%) / 2);
  }
  .card-wide-2column.flex-gap0 .card-wide__item {
    width: 50%;
  }
  .card-wide + .card__note, .card-img-block + .card__note {
    padding: 15px 3.5% 0;
  }
  
  .card-img-block .card {
    background-color: transparent;
  }
  .card-img-block .card-wide {
    padding: 0 3.5%;
  }
}
  
@media screen and (max-width:768px) {/*sp*/
  .card-wrap {
    margin: 0 auto 5.5%;
  }
  .card {
    padding: 6%;
  }
  .card__title {
    font-size: clamp(21px, 5.7vw, 42px);
    line-height: 1.4;
  }
  .card__text, .card__text-wrap {
    padding-top: 4%;
    font-size: clamp(14px, 2.8vw, 17px);
    text-align: left;
  }
  .card__note {
    padding: 10px 0 0;
    font-size: clamp(12px, calc(10px + 0.6vw), 14px);
  }
  
  .card-wide .card__img--full {
    width: calc(100% + 6.9% * 2);
    margin-left: -6.9%;
    margin-right: -6.9%;
    height: auto;
  }
  .card-wide-2column .card-wide__item .card__text-img {
    max-width: 400px;
    width: 80%;
    margin: 6% 0 0;
  }
  .card-wide-2column .card-wide__item .card__text-2column p .card__text--large {
    font-size: clamp(23px, 3.1vw, 28px);
  }
  .card-flex-center.card-wide-2column .card-wide__item {
    width: calc(calc(100% - 3%) / 2);
    margin-bottom: 4%;
  }
  .card-flex-center.card-wide-2column .card-wide__item:last-of-type {
    margin-bottom: 0;
  }
  .content-img h2{
	background-color: rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	font-size: clamp(25px, 7vw, 42px);
  }
  .card-wrap h3 {
	text-align:center;
  }
  .content-img .flex-box>div {
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
  }
  #feature-2 .container, #feature-3 .container, #feature-4 .container, #feature-5 .container {
	position: relative;
  }
  #feature-2 .content-img .flex-box>div {
	width: 50%;
	right: 3%;
  }
  #feature-2 .content-img h2{
	width: 100%;
	padding: 45% 5px;
  }
  #feature-3 .content-img .flex-box>div {
	left: 3%;
  }
  #feature-3 .content-img h2{
	width: 100%;
	padding: 35% 5px;
  }
  #feature-4 .content-img .flex-box>div {
	transform: translate(50%, -50%);
	width: 50%;
  }
  #feature-4 .content-img h2{
	padding: 30% 5px;
  }
  #feature-5 .content-img .flex-box>div {
	right: 3%;
	width: 50%;
  }
  #feature-5 .content-img h2{
	padding: 40% 5px;
  }
}

#feature-1 .mv-tit-item .link_youTube {
  position: relative;
  max-width: 213px;
  margin: 0 auto;
}
#feature-1 .mv-tit-item .link_youTube iframe {
  max-width: 100%;
  aspect-ratio: 560 / 315;
  height: auto;
}
#feature-1 .mv-tit-item .link_youTube img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  object-fit: cover;
  cursor: pointer;
}
#feature-1 .mv-tit-item p {
  width: 100%;
  margin: 0;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
.feature_accordion--contents {
  padding: 60px 0;
  max-width: 1440px;
  width: 94%;
  margin: 0 auto; 
}

@media only screen and (min-width: 769px) {
  .container.content-img .flex-box {
	display: inherit;
	position: relative;
	align-items: center;
	height: 780px;
  }
  .container.content-img {
	width: 1920px;
  }
  .card-wrap .card-wide__item.card__img-full {
	width: 100%;
	height: auto;
  }
  .content-img h2 {
	background-color: rgba(0, 0, 0, 0.3);
	margin: 0;
	padding: 40% 0; 
	font-size: clamp(24px, 4vw, 45px);
  }
  #feature-1 .container {
	align-items: center;
    margin-top: 100px;
	width: 1280px;
	margin-bottom: 170px;
  }
  #feature-1 .mv-tit-item {
	margin-top: 10%;
  }
  #feature-1 .mv-tit-item:last-child p {
	font-size: min(calc(12 / 769 * 100 * 1vw), 14px);
	font-weight: bold;
	line-height: 1.4;
  }
  #feature-2, #feature-3, #feature-4, #feature-5 {
	margin-bottom: 0;
	background-size: 1920px 780px;
  }	
  #feature-2 .container, #feature-3 .container, #feature-4 .container, #feature-5 .container {
	height: 780px;
	align-items: center;
	color: #FFFFFF;
  }
  #feature-2 .container>.flex-box>div:first-child,
  #feature-3 .container>.flex-box>div:first-child,
  #feature-4 .container>.flex-box>div:first-child,
  #feature-5 .container>.flex-box>div:first-child {
	width: 35%;
	max-width: inherit;
	position: absolute;
	top: 0;
	bottom: 0;
	text-align: center;
  }
  #feature-2 {
	background: url(/fmv/note_a/2604/store/images/feature-2.webp) no-repeat center top #F5F5F5;
  }	
  #feature-2 .container>.flex-box>div:first-child {
	right: 5%;
  }
  #feature-3 {
	background: url(/fmv/note_a/2604/store/images/feature-3.webp) no-repeat center top #FFFFFF;
  }
  #feature-3 .container>.flex-box>div:first-child {
	right: 5%;
  }
  #feature-4 {
	background: url(/fmv/note_a/2604/store/images/feature-4.webp) no-repeat center top #F5F5F5;
  }
  #feature-4 .container>.flex-box>div:first-child {
	justify-self: center;
  }
  #feature-5 {
	background: url(/fmv/note_a/2604/store/images/feature-5.webp) no-repeat center top #FFFFFF;
  }
  #feature-5 .container>.flex-box>div:first-child {
	right: 5%;
  }
  .contentsarea .fmvPC_contents .fmlistnote {
    padding-left: 10px;
    padding-right: 10px;
  }
  h4.interface_var_menu {
    margin-left: 10px;
    margin-right: 0;
  }
  h4.interface_var_menu:last-child {
    margin-right: 10px;
  }
  .maincontents div.frm {
    margin-left: 10px;
    margin-right: 10px;
  }
}


@media only screen and (max-width: 768px){
	.flexContainer {
		display: block;
	}
	.p10 {
		padding: 0 10px;
		font-size: 108% !important;
	}
	.card .p10 {
		padding: 0;
	}
	.mt4 {
		margin-top: 2rem;
	}
  .pt4 {
    padding-top: 2rem;
  }
  .pb4 {
    padding-bottom: 2rem;
  }
  .ptb4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
	.spCenter {
		text-align: center;
	}
  #feature-1 .mv-tit-item .link_youTube {
    max-width: 545px;
    width: 71%;
    margin: 8.4% auto 6.8%;
    }
  #feature-1 .mv-tit-item p {
    margin: 0 auto;
    font-size: min(calc(11 / 375 * 100 * 1vw), 22px);
    font-weight: bold;
  }
  #feature-1 figure {
    display: flex;
	justify-content: center;
  }
  #feature-1 figure img {
    max-width: none;
  }
}
@media only screen and (min-width: 769px){
	.pad_lr10_pc {
		padding: 0 10px !important;
	}
  .pad_l10_pc {
		padding-left: 30px !important;
	}
  .pad_r10_pc {
		padding-right: 30px !important;
	}
}

.tbl_flex {
	display: flex;
	padding: 0!important;
}

.tbl_flex > * {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 51px 4px;
}

.tbl_flex.line2 {
	line-height: 3;
}

.tbl_flex.tbl_column2 > * {
	width: 50%;
}

.tbl_flex.tbl_column3 > * {
	width: calc(100% / 3);
}

.tbl_column3item {
	width: calc(100% / 3);
}
.tbl_column3item2 {
	width: calc((100% / 3) * 2);
}

.tbl_column3item + *{
	width: calc(100% - calc(100% / 3));
}

.tbl_border_l {
	border-left: 1px solid #696969;
}

@media only screen and (min-width: 769px){
  .productContents {
    max-width: 100%;
  }
}
#feature-1 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}

.fmvPC_contents:not(.contents01) {
  max-width: 1280px;
  margin: 0 auto;
}
.fmvPC_contents.scroll{
  margin-top: -40px;
  padding-top: 30px;
}
.contents01{
  font-weight: 600;
}
.contents01 h2{
  font-weight: 700;
}
.contents01 .fmvPCsection:nth-child(odd) {
  margin: 0 auto;
}
.contents01 .fmvPCsection:nth-child(odd) {
  background-color: #f0f0f0;
  margin: 0 auto;
}
.contents01 .fmvPCsection:nth-child(even) .flexContainer {
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (min-width: 769px){
.contents01 .fmvPCsection.maxcontents.leftspace,
.contents01 .fmvPCsection.maxcontents .flexContainer.leftspace,
.contents01 .fmvPCsection.maxcontents.rightspace .flexContainer,
.contents01 .fmvPCsection.maxcontents.rightspace {
  max-width: 1920px;
}
.fmvPCsection.leftspace .flexContainer,
.contents01 .fmvPCsection.maxcontents .flexContainer.leftspace {
  justify-content: end;
}
.fmvPCsection .flexContainer .textarea {
  max-width: 630px;
}
}
.fmvPCsection .flexContainer .flexColumn {
  display: flex;
  flex-direction: column;
}
.pt10 {
  padding-top: 10px;
}


@media only screen and (min-width: 769px){
  .contentsarea .fmvPC_contents h2.fmvPC_heading {
		background-image: url(/fmv/common/sp/images/btn_h2_open2.png);
		background-repeat: no-repeat;
		background-position: 98% 50%;
		padding-right: 35px;
  }
}


@media only screen and (max-width: 769px){
  .fmvPC_contents .amd_ryzen5 .short_img {
    width: 50%;
  }
  .tbl_flex > * {
	padding: 80px 4px;
}
}
@media only screen and (max-width: 917px){
  .tbl_flex.tbl_column3.flexColumn > div{
    flex-direction: column;
  }
  .tbl_flex.tbl_column3 .grn_icn{
    background-position: bottom center;
    padding: 0 0 23px;
  }
}

.tbl_spae_main .specTable {
    border-collapse: separate !important;
    border-spacing: 0;
  }
.contents01 {
    color: #3C4043;
  }
.backfull {
    background: #f0f0f0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  
.contentsarea .fmvPC_contents h2.ttl_lv3{
	width: 100%;
	text-align: left;
}

.contentsarea .fmvPC_contents#storage .fmvPCsection ul li {
	font-size: 140%;
}

.contentsarea .fmvPC_contents#storage .fmvPCsection h2.ttl_lv3{
	margin: 0;
}
  
.contentsarea .fmvPC_contents#hard001 .fmvPCsection table.softTable td,
.contentsarea .fmvPC_contents#hard002 .fmvPCsection table.softTable td,
.contentsarea .fmvPC_contents#hard003 .fmvPCsection table.softTable td,
.contentsarea .fmvPC_contents#storage .fmvPCsection table.softTable td,
.contentsarea .fmvPC_contents#option .fmvPCsection table.softTable td {
	text-align: center;
}