@charset "utf-8";
/*-------------------------------------
　基本設定
---------------------------------------*/
#lp_page {
  margin: 0 auto 50px;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}
.contents-section {
  padding: 60px 0 0;
}
/*
.contents-section:first-of-type {
  padding: 20px 0 0;
}
*/
.contents-inner {
  margin: 0 auto;
  width: 970px;
  max-width: 92%;
}
.page_link {
  display: flex;
  justify-content: space-between;
  transform: translateX(-50%);
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 970px;
}
.page_link a {
  margin: 0;
}
.rollover:hover,
.page_link a:hover {
  opacity: 0.6;
}
.text_title {
  margin: 0 0 20px;
  text-align: center;
}
.contents-wap p.annotation {
  font-size: 18px;
  margin: 10px 0 0;
  width: 100%;
}
#pagetop {
  opacity: 1;
  position: fixed;
  bottom: 30px;
  right: 55px;
  transition: opacity .5s;
  z-index: 2;
}
#pagetop a {
  background-color: rgba(51,51,51,.8);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
.image-border {
  border: 1px solid #c0c0c0;
}
@media screen and (max-width: 767px) {
  .p-registered .iconlink_wapper {
    width: 96vw;
  }
  #lp_page {
    width: 100%;
    position: relative;
  }
  #lp_page img {
    max-width: 100%;
    height: auto;
  }
  .contents-section {
    padding: 30px 0 0;
  }
  .contents-inner {
    width: calc(100% - 30px);
  }
  .page_link {
    width: 100%;
    position: static;
    transform: translateX(0);
    flex-wrap: wrap;
    padding: 15px 0 10px;
    background: #df0011;
    justify-content: space-around;
  }
  .page_link a {
    padding: 0 15px;
    width: 50%;
  }
  .ichiran-link {
    font-size: 3.2vw;
    margin: 10px 10px 0 0;
  }
  .text_title {
    font-size: 5.4vw;
    line-height: 1.4;
    margin: 0 auto 15px;
    letter-spacing: 2px;
  }
  .contents-wap p.annotation {
    font-size: 14px;
  }
  #pagetop {
    right: 8%;
  }
}

/*-------------------------------------
　共通要素
---------------------------------------*/
.contents-section h2 {
  margin-bottom: 40px;
  text-align: center;
}
.contents-inner > .rec_wap:not(:last-child){
  margin-bottom: 60px;
}
h3.text_title {
  margin-bottom: 40px;
}
div + h3.text_title {
  margin-top: 80px;
}
h3.text_title span {
  display: flex;
  font-size: 32px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 1.4;
  transform: skewX(-14deg);
}
h3.text_title span::before,
h3.text_title span::after {
  content: "";
  width: 90px;
  border-top: 1px solid #000;
}
h3.text_title span::before {
  margin-right: 1rem; 
}
h3.text_title span::after {
  margin-left: 1rem; 
}
h4.text_title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 16px;
  transform: skewX(-14deg);
}
h4.text_title:nth-of-type(n+2) {
  margin-top: 30px;
}
.lead-text {
  margin-bottom: 30px;
  text-align: center;
}
.contents-inner:nth-of-type(n+2) {
  margin-top: 90px;
}
.rec_wap img {
  max-width: 100%;
}
a.p-link-button {
  margin: 30px auto 0;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .contents-section h2 {
    margin-bottom: 20px;
  }
  .contents-inner:nth-of-type(n+2) {
    margin-top: 30px;
  }
  div + h3.text_title {
    margin-top: 40px;
  }
  h3.text_title {
    margin-bottom: 10px;
  }
  h3.text_title span {
    font-size: 20px;
  }
  h3.text_title span::before,
  h3.text_title span::after {
    width: 3vw;
    border-top: 1px solid #333;
  }
  h4.text_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  h4.text_title:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .lead-text {
    margin-bottom: 20px;
    font-size: 14px;
  }
  a.p-link-button {
    width: 100%;
  }
}
.background_white {
  background-color: #fff;
  box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
  margin: 0 auto;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .background_white {
    padding: 15px;
  }
}

/*-------------------------------------
　ナビ
---------------------------------------*/
.nav_box {
  background: #00a2e6;
}
.nav_box li > a {
  color: #fff;
  display: table-cell;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.4;
  padding: 12px 20px;
  text-align: center;
  height: 100%;
  vertical-align: middle;
}
.nav_box li > a:hover {
  background: #0051e6;
}
.menuBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  margin-left: 0;
  box-shadow: 0 1px 10px rgb(255 255 255 / 60%);
}
.inside {
  margin: 0 auto;
  width: 970px;
}
.inside > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inside > ul > li {
  display: table;
  border-right: 1px solid #fff;
  width: 25%;
}
.inside >ul > li:first-of-type {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .nav_box li > a {
    font-size: 3vw;
    letter-spacing: 0;
    padding: 10px 0;
    display: table-cell;
  }
  .inside {
    width: 100%;
  }
  .inside ul li {
    width: 25%;
  }
  .inside ul li:first-of-type {
    border-left: none;
  }
  .inside ul li:last-of-type {
    border-right: none;
  }
}

/*-------------------------------------
　背景
---------------------------------------*/
/*.bg-recommend-parts {
  background: #fff url("../../../event/summer-preparation-support/images/bg-recommend-parts.jpg") no-repeat top center / cover;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .bg-recommend-parts {
    background: #fff url("../../../event/summer-preparation-support/images/bg-recommend-parts-sp.jpg") no-repeat top center / cover;
  }
}*/

/*-------------------------------------
　メインビジュアル
---------------------------------------*/
.main_title {
  margin-top: 25px;
  width: 100%;
}
.main_title .main_title_inner {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
.main_title .main_title_inner img {
  width: 100%;
}
.TitleImg {
  width: 100%;
  padding: 30px 0;
  background: url(../img/mv.webp?250121-003) no-repeat center/cover;
}
.TitleImg .titleSection {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  min-height: 400px;
  height: 400px;
  gap: 30px;
}
.titleBox1col h2 .logo {
  display: block;
  margin-bottom: 30px;
}
.titleBox1col h2 .logo img {
  background: #fff;
  padding: 20px;
  width: 350px;
}
.titleBox1col .mv_title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 5px;
  color: #fff;
  background: rgb(0 32 96 / 80%);
  padding: 30px;
  box-sizing: border-box;
  text-shadow: 2px 2px 2px rgb(0 0 0/60%);
}
.titleBox1col h2 .subtxt {
  font-size: 24px;
}
.TitleImg .img_item img {
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 767px) {
  .main_title {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
  .main_title .main_title_inner {
    max-width: 100%;
    position: static;
    transform: translateX(0);
  }
  .TitleImg {
    background: url(../img/mv-sp.webp?250121-003) no-repeat center/cover;
    min-height: auto;
    height: auto;
  }
  .TitleImg .titleSection {
    flex-direction: column;
    justify-content: center;
    min-height: auto;
    height: auto;
    gap: 20px;
  }
  .titleBox1col {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .titleBox1col .mv_title {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 5px;
    padding: 20px;
  }
  .titleBox1col h2 .subtxt {
    font-size: 24px;
  }
  .titleBox1col h2 .logo img {
    padding: 10px;
    width: 270px;
  }
}

/*-------------------------------------
　エントリーページリンク
---------------------------------------*/
.entry-link__detail dl {
  font-size: 24px;
  margin: 30px auto 20px;
  letter-spacing: 1.6px;
  text-align: center;
}
.entry-link__detail a {
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px){
  .entry-link__detail dl {
    font-size: 16px;
    margin: 20px auto 10px;
  }
  .entry-link__detail a {
    width: 100%;
  }
}

/*-------------------------------------
　ページ内容
---------------------------------------*/
.page-content {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .page-content {
    font-size: 14px;
    letter-spacing: 1.2px;
    line-height: 1.7;
  }
}

/*-------------------------------------
　モデルブロック
---------------------------------------*/
/*-------------------------------------
 ランキング
---------------------------------------*/
:root {
  --recommend-model-gap: 1rem;
  --recommend-model-cols: 4;
}
.p-office-model__reccomend{
  padding: var(--section-gap) 0;
}
.p-office-model__reccomend__title--info{
  margin: 0 0 36px 0;
  color: #00a2e6;
  text-align: center;
}
.p-office-model__reccomend__title--info svg{
  height: 1em;
}
.p-office-model__reccomend__list ul{
  display: flex;
  flex-wrap: wrap;
  gap: var(--recommend-model-gap);
}
.p-office-model__reccomend__list ul li.c-panel-arrow{
  width: calc((100% - var(--recommend-model-gap) * (var(--recommend-model-cols) - 1)) / var(--recommend-model-cols));
  border: solid 1px #a3a3a3;
}
.p-office-model__reccomend__list ul li.c-panel-arrow::before{
  border-color: #fff;
}
.p-office-model__reccomend__list ul li.c-panel-arrow::after{
  background-color: #a3a3a3;
}
.p-office-model__reccomend__card {
  height: 100%;
  padding: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.p-office-model__reccomend__list #icon-coupon-model,.p-office-model__reccomend__list #icon-recommend-model{
  width: 110px;
  margin: -0.5rem 0 0 -1rem;
}
.p-office-model__reccomend__list #icon-recommend-model{
  display: none;
}
.p-office-model__reccomend__card__img {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-office-model__reccomend__card__img img{
  width: 80%;
}
.p-office-model__reccomend__card__text{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-office-model__reccomend__card__text--bold{
  margin-bottom: 1rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}
.p-office-model__reccomend__list ul.p-gaming-pc-sub_reccomend__card__spec-list{
  display: block;
  margin-bottom: 0.5rem;
}
.p-office-model__reccomend__list ul.p-gaming-pc-sub_reccomend__card__spec-list>li{
  width: auto;
  display: inline-block;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  font-size: 13px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.p-office-model__reccomend__list ul.p-gaming-pc-sub_reccomend__card__spec-list>li+li::before{
  content: "/";
}
.p-office-model__reccomend__card__text--delivery-date{
  margin-top: auto;
}
.p-office-model__reccomend__card__text--delivery-date span{
  display: inline-block;
  padding: 2px;
  font-size: 12px;
  border: 2px solid #e43344;
  color: #e43344;
  font-weight: 700;
}
.p-office-model__reccomend__card__text--price {
  padding-top: 0.5rem;
  color: #e43344;
  line-height: 1.17;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.48px;
}
.p-office-model__reccomend__card__text--price span.main_price{
  font-size: inherit;
  font-size: 20.5px;
  font-weight: 700;
  letter-spacing: 0.82px;
}
.p-office-model__reccomend__list .review-in-recommend .review-in-recommend__link{
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  :root{
    --recommend-model-gap: 0;
    --recommend-model-cols: 2;
  }
  .p-gaming-pc-sub__list{
    padding-top: 0;
  }
  .p-office-model__reccomend{
    padding-top: 30px;
  }
  .p-office-model__reccomend__title{
    margin-bottom: 20px;
  }
  .p-office-model__reccomend__title h2{
    font-size: 30px;
  }
  .p-office-model__reccomend__title h2 sub{
    margin-top: 11px;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 400;
    font-style: normal;
  }
  .p-office-model__reccomend__title--info{
    margin: 0 0 30px 0;
    font-size: 11px;
  }
  .p-office-model__reccomend__list ul li.c-panel-arrow{
    width: calc(50% + 1px);
    margin-left: -1px;
    margin-top: -1px;
  }
  .p-office-model__reccomend__list ul li:first-child .p-office-model__reccomend__card {
    flex-direction: column;
  }
  .p-office-model__reccomend__list ul li:first-child .p-office-model__reccomend__card__text{
    max-width: 100%;
  }
  .p-office-model__reccomend__list ul li .p-office-model__reccomend__card__img,.p-office-model__reccomend__list ul li:first-child .p-office-model__reccomend__card__img{
    margin: 0 auto 10px auto;
  }
  .p-office-model__reccomend__card__text--bold {
    font-size: 13px;
  }
  .p-office-model__reccomend__card__text--bold span{
    -webkit-line-clamp: 3;
  }
  .p-office-model__reccomend__list ul li .p-office-model__reccomend__card::after{
    width: 42px;
    height: 35px;
    right: 0.5rem;
    top: 0.25rem;
  }
}

/*-------------------------------------
　バナー掲載エリア
---------------------------------------*/
.banner_wrapper{
  text-align: center;
  margin-bottom:50px;
}
@media screen and (min-width: 768px) {
  .banner_wrapper a img{
    height: 257px;
  }
}
/*-------------------------------------
　翌日出荷ビジネスデスクトップPCリンク
---------------------------------------*/
.delivery-link .c-button--primary-blue {
  width: 100%;
  max-width: 500px;
  height: 80px;
  margin: 30px auto;
  padding: 0.5rem 1.0rem;
}
.delivery-link .c-button--primary-blue span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .delivery-link .c-button--primary-blue span {
    font-size: 18px;
  }
}


/*-------------------------------------
　Ofiice2021の主なメリット
---------------------------------------*/
.office_merit_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
  margin-bottom: 40px;
}
.office_merit {
  border-collapse: collapse;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  height: auto;
  width: 100%;
  padding: 0;
  vertical-align: top;
  color: #153643;
  background: #f0efef;
  border-radius: 30px 0 60px 0;
}
.office_merit_title {
  margin-top: 0;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  padding: 10px 30px;
  border-radius: 30px 0 0 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.office_merit_bk {
  position: absolute;
  top: -20px;
  right: -30px;
  width: 100px;
  height: 100px;
  border-radius: 0 0 0 100%;
  z-index: -1;
}
.office_merit_text {
  font-size: 16px;
  text-align: left;
  padding: 20px 20px 40px;
}
.about_office_license_box {
  display: flex;
  gap: 30px;
}
.about_office_license_box img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.about_office_license_box__item{
  flex: 1;
  background: #d8e7ed;
  padding: 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
}
.about_office_license_box__item h4{
  font-size: 24px;
  font-weight: 700;
}
.about_office_license_box__item h4+p,.about_office_license_box__item p+p{
  margin-top: 1em;
}
.about_office_license_box__item p.about_office_license_box__item-thumb{
  margin-top: auto;
  padding-top: 1em;
}
.about_office_license_box__item-recommend-icon{
  border: 2px solid #e43344;
  padding: 2px 3.2px;
  background: #fff;
  display: inline-block;
  color: #e43344;
  font-weight: 700;
  line-height: 1;
}
.office_merit_more{
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width:767px){
  .about_office_license_box{
    flex-direction: column;
  }
  .about_office_license_box__item{
    display: block;
  }
}

/*title*/
.office-lineup h3.text_title {
  margin-bottom: 16px;
}
.office-lineup .lead-text {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px){
  .office_merit_box {
    align-content: center;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
  .office-lineup .lead-text {
    margin-bottom: 20px;
  }
  .office_merit_title {
    font-size: 16px;
  }
}

/*240604 office搭載モデル　ノートPC*/
.office-note {
  margin-top: 40px;
}
.office-note.col-1 .model_box {
  width: 100%;
}
.office-note.col-1 .model_box__image {
  margin: 0;
  width: 40%;
}
.office-note.col-1 .model_box__detail {
  width: 100%;
}
.office-note.col-1 .model_box__button {
  width: 270px;
}
.office-note.col-1 .model_box a {
  display: flex;
  align-items: center;
  gap: 24px;
}
.office-note.col-1 .model_box__price {
  display: flex;
  justify-content: space-between;
  border-bottom: 0px #fff solid;
}
.office-note.col-sp {
  display: none;
}

@media screen and (max-width: 767px){
  .office-note.col-1 {
    display: none;
  }
  .office-note.col-sp {
    display: block;
  }
}

/*2407110　TWノート追加*/
.tw-note {
  margin-top: 40px;
}
.tw-note .model_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.tw-note .model_wrapper .model_box {
  width: 100%;
}
.text-red {
  color: #ff0000;
}
h4.text_title small {
  display: block;
  margin-top: 4px;
  transform: skewX(14deg);
  font-weight: normal;
  font-size: 12px;
}
@media screen and (max-width: 767px){
  .tw-note .model_wrapper {
    grid-template-columns: 1fr;
  }
}

/*-------------------------------------
　POSA版とPIPC版の違い
---------------------------------------*/
.difference table{
  width: 100%;
  border-collapse: collapse;
}
.difference table thead tr th{
  background: #f0efef;
}
.difference table tr{
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.difference table th,.difference table td{
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}