@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:last-of-type{
  padding-bottom: 60px;
}
.contents-inner {
  margin: 0 auto;
  width: 1140px;
  max-width: 92%;
}
.page_link {
  display: flex;
  justify-content: space-between;
  transform: translateX(-50%);
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 1140px;
}
.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-top: 40px;
    margin-bottom: 20px;
    color: #484848;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.68px;
    line-height: 1.45;
}
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; 
}
h2.text_title {
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 8px;
  margin-bottom: 0;
  color: #222;
  line-height: 1.5;
}
.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%;
}
.title_inner {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
}

.title_inner span.sub_title {
    padding: 0.5rem 1.0rem;
    background-color: #222;
    color: #fff;
    font-size: 24px;
}
#archit-lettering h2.text_title {
  line-height: 1.2;
  margin-bottom: 8px;
}
@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;
  }
  h2.text_title {
    font-size: 36px;
    margin-bottom: 8px;
  }
  a.p-link-button {
    width: 100%;
  }
  .title_inner span.sub_title {
    font-size: 16px;
  }
  .title_inner {
    margin-bottom: 50px;
  }
}
.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: 1140px;
}
.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 {
  /*height: 480px;
  position: relative;*/
  margin-top: 25px;
  width: 100%;
}
/*注意・スマホ用ではない*/
/*@media (min-width: 1900px) {
  .main_title {
    height: 666px;
  }
}*/
.main_title .main_title_inner {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  /*position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);*/
}
.main_title .main_title_inner img {
  width: 100%;
}
@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);
  }
}

/*-------------------------------------
　モデルブロック
---------------------------------------*/
.model_wrapper {
  display: flex;
  /*align-items: baseline;*/
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}
.model_wrapper:not(:last-child) {
  margin-bottom: 20px;
}
.model_wrapper + .text_title {
  margin-top: 80px;
}
.model_box {
  background-color: #fff;
  border: 3px solid #e60813;
  box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
  position: relative;
  width: calc((100% / 3) - 16px);
}
.model_null_box {
  position: relative;
  width: calc((100% / 3) - 16px);
}
.model_box:nth-child(4n) {
  margin-right: 0;
}
.model_box:nth-of-type(n+4){
  margin-top:20px;
}
.model_box:hover {
  border: 3px solid #51090d;
}
.model_box a {
  display: block;
  padding: 20px;
  height: 100%;
  width: 100%;
}
.model_box__point-return {
  background-color: #e43344;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .78px;
  margin-bottom: 20px;
  padding: 4px 0;
  text-align: center;
}
.is-no-point .model_box__point-return {
  visibility: hidden;
}
.model_box__image {
  margin: 0 auto 20px;
  width: 100%;
}
.model_box__image img {
  height: auto;
  width: 75%;
}
.model_box__catchcopy {
  font-size: 14px;
  letter-spacing: 1.08px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.model_box__name {
  font-size: 20px;
  font-weight: bold;
  /* height: 45px; */
  letter-spacing: .78px;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #aaa;
  overflow: hidden;
  /* display: -webkit-box; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 320px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.model_box__spec {
  line-height: 1.4;
  margin-bottom: 10px;
}
.model_box__price {
  border-bottom: 0px solid #cdcdcd;
  color: #e43344;
  font-weight: bold;
  margin-bottom: 10px;
}
.model_box__price span {
  font-size: 28px;
  padding-right: 2px;
}
.model_box__button {
  width: 100%;
}
.model_box__point {
  background-color: #e50011;
  color: #fef18c;
  font-size: 16px;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding: 6px 12px;
  text-align: center;
  width: 100%;
}
.model_box__point span {
  color: #fef18c;
}
h5.text_title {
  font-size: 20px;
  color: #004da1;
  font-weight: bold;
}
.model_wrapper {
  display: flex;
  margin: 0 auto;
  gap: 20px;
}
.model_box {
  border: 3px solid #555;
  margin-top: 0 !important;
}
.model_box:hover {
  border: 3px solid #0e2e51;
  cursor: pointer;
}
.model_box__image {
  text-align: center;
}
.grade {
  text-align: center;
}
.grade span {
  display: inline-block;
  width: 120px;
  padding: 0.2rem 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #fff;
  background-color: #e43344;
}
.model_box__price {
  display: flex;
  gap: 16px;
  align-items: center;
  border-bottom: 0px solid #cdcdcd;
  color: #e43344;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 16px;
}
p.delivery {
  padding: 10px 8px;
  border: #e43344 1px solid;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.28px;
  line-height: 1.0;
  display: block;
  height: 100%;
}
.model_text {
  padding: 24px 0;
  text-align: center;
}
#lp_page .c-button--secondaryB-black {
  background-color: #222;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .model_wrapper .model_box__price {
    margin-bottom: 10px !important;
  }
  .model_wrapper div:not(:last-child){
    margin-bottom: 40px;
  }
  .model_box {
    width: 100%;
  }
  .model_box:nth-of-type(n+4){
    margin-top:0;
  }
  .model_null_box {
    width: 100%;
  }
  .model_null_box:nth-of-type(n+4){
    margin-top:0;
  }	
  .model_wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .model_wrapper:not(:last-child) {
    margin-bottom: 0;
  }
  .model_wrapper div.model_box:not(:last-of-type) {
    margin-bottom: 40px;
  }
  p.delivery {
    margin-bottom: 0;
    max-width: fit-content;  
  }
  .model_box__name {
    max-width: unset;  
  }
  .model_box__image img {
    margin-left: 0;
  }
}

/*-------------------------------------
　バナー掲載エリア
---------------------------------------*/
.banner_wrapper{
  text-align: center;
  margin-bottom:50px;
}
@media screen and (min-width: 768px) {
  .banner_wrapper a img{
    height: 257px;
  }
}

/*-------------------------------------
　その他PCエリア
---------------------------------------*/
.c-section{
  margin-bottom: 50px;
}
.other-pc a{
  color: #0062b0;
}
.other-pc .model_wrap {
  justify-content: space-between;
  display: flex;
  gap:30px;
}
.other-pc .model_wrap p {
  line-height: 2;
}
.other-pc .model_item{
  flex: 1;
}
.other-pc .model_img {
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #ececec;
  box-sizing: border-box;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
  box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
  display: inline-block;
  width: 100%;
}
.p-products-all-item{
  margin-top: 10px;
  outline: 1px solid #a3a3a3;
}
.p-products-all-item__more-full{
  margin-bottom: -50px;
  padding: 30px;
}
@media screen and (min-width: 768px) and (min-width: 1440px), print and (min-width: 1440px){
  .p-products-all-item .u-pc-width{
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .other-pc .model_wrap{
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .other-pc .model_img {
    display: block;
    width: 100%;
  }
  .other-pc .model_item {
    margin-bottom: 20px;	
  }
  .p-products-all-item__more-full{
    margin-bottom: 0px;
  }
}

/*-------------------------------------
　アンカーリンク
---------------------------------------*/
.anchor-link-nav__list {
  margin: 40px 0;
  display: flex;
  gap: 24px;
  background: #fff;
  
}
.anchor-link-nav__list > li {
  flex: 1;
  /*border : rgb(252, 252, 252) 2px solid;*/
  border-radius: 40px;
}
.anchor-link-nav__link {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.5em 1.5rem;
  background: linear-gradient(45deg, #063761 0%, #1D262E 25%, #063761 87%);
  border-radius: 40px;
  font-weight: 400;
  font-size: min(20/750*100vw, 20px); /*スマホでの可読性確保*/
  line-height: 1.15;
  text-align: center;
  color: #fff;
  position: relative;
}
.anchor-link-nav__link::after{
  content: "";
  width: 0.5em;
  height: 0.5em;
  line-height: 1;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(calc(-50% - 0.12em)) rotate(45deg);
}
.anchor-link-nav__link:hover{
    background: linear-gradient(45deg, rgba(6, 55, 97 ,0.4) 0%, rgba(29, 38, 46, 0.4) 25%, rgba(6, 55, 97, 0.4) 87%);
    color: #063761;
    font-weight: bold;
}
/*
.anchor-link-nav.is-fixed .anchor-link-nav__inner {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.anchor-link-nav.is-fixed .anchor-link-nav__list {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
}
  */
@media screen and (max-width: 767px) {
  .anchor-link-nav__link {
    min-height: 40px;
    padding-left: 0;
    padding-right: 0;
    word-break: keep-all;
    font-size: 12px;
  }
}

.text_title_sub{
  margin-top: -20px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px){
  .text_title_sub{
    font-size: 13px;
    margin-top: -15px;
    margin-bottom: 20px;
  }
  #other-campaign{
    margin-top:50px;
  }
}

.others_link{
	text-align: right;
	font-size: larger;
	margin-top: 70px;
}
/*-------------------------------------
　文章追記
---------------------------------------*/
.added-text-area {
  font-size: 20px;
  line-height: 1.6;
}
.added-text-lead {
  margin-bottom: 40px;
  font-size: 20px;
  letter-spacing: 1.68px;
  text-align: center;
}
.added-text-dl dd{
  margin-bottom: 20px;
}
.introduction-example {
  color: #004da1;
  text-indent: 0em;
  display: block;
  margin-left: 5em;
  position: relative;
  top: -2rem;
}
.added-text-area p:last-child{
  margin-top: 5px;
}
section .added-text-area{
  margin-bottom: 50px;
}
section .added-text-area .added-text-dl{
  margin-top: 50px;
}

@media screen and (max-width: 767px){
  .added-text-area , .added-text-dl{
    font-size: 16px;
    text-align: left;
  }
  .added-text-area p.added-text-lead, h3.text_title,h3.text_title{ 
    font-size: 20px;
  }
  .introduction-example {
    text-indent: initial;
    margin-left: initial;
    top: initial;
  }
  .added-text-area p:last-child{
    margin-bottom: 20px;
  }
  section .added-text-area .added-text-dl{
    margin-top: 20px;
  } 
}
.select-point{
  padding: 20px;
  border: 3px solid #555;
}
.select-point__list{
  list-style: disc;
  padding-left: 1em;
}
.select-point__list li+li{
  margin-top: 1em;
}
.select-point__result{
  display: flex;
  margin-top: 20px;
}
.select-point__result dt{
  padding: 20px;
  background: #555;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
.select-point__result dt::after{
  content: "";
  width: 20px;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  display: block;
  background: #555;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%)
}
.select-point__result dd{
  flex: 1;
  padding: 20px 20px 20px 40px;
  background: #eee;
  display: flex;
  align-items: center;
}
.recommend-build__table{
  border-collapse: collapse;
}
.recommend-build__table th,.recommend-build__table td{
  border: 3px solid #555;
  padding: 20px;
  vertical-align: middle;
}
.recommend-build__table th{
  text-align: center;
}
.recommend-build__table thead th{
  background: #eee;
}
@media screen and (max-width:767px){
  .select-point__result{
    flex-direction: column;
    gap: 0;
  }
  .select-point__result dt::after{
    display: none;
  }
  .select-point__result dd{
    padding: 20px;
  }
  .recommend-build{
    overflow:auto;
  }
  .recommend-build__table{
    width: 1140px;
  }
}