@charset "utf-8";
/*-------------------------------------
　基本設定
---------------------------------------*/
#lp_page {
  margin: 0 auto 100px;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}
.contents-section {
  padding: 60px 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: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 30px;
  transform: skewX(-14deg);
}
.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: 20px;
    margin-bottom: 20px;
  }
  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 {
  /*height: 480px;
  position: relative;*/
  width: 100%;
}
/*注意・スマホ用ではない*/
/*@media (min-width: 1900px) {
  .main_title {
    height: 666px;
  }
}*/
.main_title .main_title_inner {
  width: 970px;
  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);
  }
}

/*-------------------------------------
　エントリーページリンク
---------------------------------------*/
.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;
  }
}

/*-------------------------------------
　モデルブロック
---------------------------------------*/
.model_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.model_wrapper:not(:last-child) {
  margin-bottom: 50px;
}
.model_box {
  position: relative;
  flex-basis: 48%;
  margin: 0 0 4%;
}
.model_box.long {
  flex-basis: 100%;
}
.model_box:nth-of-type(2n-2) {
  margin: 0 0 4% 4%;
}
.model_box a:not(.model_box__point-entry-link) {
  height: 100%;
  background-color: rgb(248,244,217);
  background: linear-gradient(45deg, rgba(248,244,217,1) 0%, rgba(255,255,255,1) 25%, rgba(252,244,203,1) 87%);
  border: 6px solid rgb(211,186,118);
  border-image: linear-gradient(45deg, rgba(211,186,118,1) 0%, rgba(255,254,168,1) 35%, rgba(223,180,63,1) 63%, rgba(235,208,27,1) 85%, rgba(213,188,86,1) 100%);
  border-image-slice: 1;
  box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
}
.model_box.long a {
  background-color: rgb(248,244,217);
  background: linear-gradient(45deg, rgba(248,244,217,1) 0%, rgba(255,255,255,1) 25%, rgba(252,244,203,1) 87%);
  border: 6px solid rgb(211,186,118);
  border-image: linear-gradient(45deg, rgba(211,186,118,1) 0%, rgba(255,254,168,1) 35%, rgba(223,180,63,1) 63%, rgba(235,208,27,1) 85%, rgba(213,188,86,1) 100%);
  border-image-slice: 1;
  box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
  display: block;
  padding: 30px;
}
.model_box a:not(.model_box__point-entry-link):hover {
  border: 6px solid rgb(173,3,17);
  border-image: linear-gradient(45deg, rgba(173,3,17,1) 10%, rgba(229,0,18,1) 51%, rgba(173,3,17,1) 100%);
  border-image-slice: 1;
}
.model_box__detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.model_box__left {
  width: 42%;
  aspect-ratio:1/1;
}
.model_box__right {
  width: 54%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.model_box__name {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
	text-align: left;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .model_box__name {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}
.model_box__spec {
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.78px;
  line-height: 1.5;
}
.model_box__price {
  color: #e50011;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 10px;
}
.model_box__price span {
  font-size: 28px;
  padding-right: 2px;
}
.model_box__point {
  background: #e43344;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 6px 10px;
  text-align: center;
}
.model_box__point em {
  font-style: normal;
  margin-right: 4px;
}
.model_box__button {
  width: 100%;
}
.model_box.long .model_box__name {
  font-size: 24px;
}
.model_box.long .model_box__spec {
  font-size: 18px;
}
.model_box.long .model_box__price  span {
  font-size: 34px;
}
.model_box__delivery{
  display: flex;
}
.flag {
  position: absolute;
  top: -4px;
  left: 10px;
}
.flag span {
  background: #e43344;
  box-shadow: 3px 3.5px 0 0 rgba(72,72,72,.1);
  color: #fff;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 1.2px;
  line-height: 1.2;
  padding: 6px 10px;
  position: relative;
  text-align: center;
  width: 90px;
}
.flag span em {
  font-size: 20px;
  font-style: normal;
}
.flag::after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 10px solid #e43344;
  filter: drop-shadow(2.5px 3.5px 0 rgba(72,72,72,.1));
}
@media screen and (max-width: 767px) {
  .model_wrapper {
    display: block;
  }
  .model_wrapper .model_box:not(:last-child) {
    margin-bottom: 30px;
  }
  .model_box:nth-of-type(2n-2){
    margin: 0;
  }
  .model_box__detail {
    display: block;
  }
  .model_box__left {
    margin: 0 auto 20px;
    width: 70%;
  }
  .model_box__right {
	  width: 100%;
    height: auto;
  }
  .model_box.long .model_box__name {
    font-size: 16px;
  }
  .model_box.long .model_box__spec {
    font-size: 12px;
  }
  .model_box.long .model_box__price span {
    font-size: 28px;
  }
}
@media screen and (max-width: 479px){
  .productMoreGrid .c-button--secondaryA-blue::after {
    right: 2.8vw;
  }
}

/*-------------------------------------
　バナー掲載エリア
---------------------------------------*/
.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 {
  display: flex;
  background: #fff;
}
.anchor-link-nav__list > li {
  flex: 1;
  border-color: rgb(211,186,118);
  border-width: 2px;
  border-right-width: 0;
}
.anchor-link-nav__list > li:last-child {
  border-right-width: 2px;
}
.anchor-link-nav__link {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.5em 0.2em;
  background: linear-gradient(45deg, rgba(248,244,217,1) 0%, rgba(255,255,255,1) 25%, rgba(252,244,203,1) 87%);
  font-weight: 500;
  font-size: min(20/750*100vw, 14px); /*スマホでの可読性確保*/
  line-height: 1.15;
  text-align: center;
}
.anchor-link-nav__link:hover{
  opacity: 0.5;
}
.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__inner {
    max-width: none;
    width: 100%;
  }
  .anchor-link-nav__link {
    min-height: 40px;
    padding-left: 0;
    padding-right: 0;
    word-break: keep-all;
  }
}

.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;
  }
}

/*-------------------------------------
　キャンペーンからの移植
---------------------------------------*/
.campaign__panels {
  display: flex;
  flex-wrap: wrap;
}

.campaign__panel {
  letter-spacing: 1.08px;
  line-height: 1.5;
  margin-right: 30px;
  margin-bottom: 30px;
  width: calc(100% / 4 - 90px / 4);
}

.campaign__panel:nth-of-type(4n) {
  margin-right: 0;
}

.campaign__panel a {
  display: block;
  height: 100%;
  width: 100%;
}

.campaign__panel a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}

.campaign__panel img {
  height: auto;
  width: 100%;
}

.campaign-name {
  font-weight: 600;
  line-height: 1.4;
  margin: 10px 0;
}

.external-link::after {
  content: "";
  height: 18px;
  width: 18px;
  background: url(/common/images/ico_out_page_link_fill_gray.svg?$staticlink$) no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}

.campaign-period {
  font-size: 14px;
}

.campaign-period::before {
  content: "期間：";
}

.p-campaign-list__button {
  font-size: 22px;
  margin: 0 auto;
  height: 60px;
  width: 80%;
}

.p-campaign-list__button+.p-campaign-list__button {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #lp_page .u-pc-width{
    padding: 0 15px;
  }
  .campaign__panel {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 1.42;
    margin-right: 15px;
    width: calc(100% / 2 - 15px / 2);
  }

  .campaign__panel:nth-of-type(2n) {
    margin-right: 0;
  }

  .campaign-period {
    font-size: 12px;
  }

  .p-campaign-list__button {
    font-size: 16px;
    height: 50px;
    width: 100%;
  }
}

/*-------------------------------------
　レビュー
---------------------------------------*/
.link_review{
  margin-top: -50px;
  margin-bottom: 50px;
  border: 1px solid #ff2748;
  padding: 1em;
  text-align: center;
  color: #ff2748;
  font-size: 1.5em;
  font-weight: 700;
}
.link_review a{
  text-decoration: underline;
}
.link_review_img{
  margin-top: 1em;
  display: block;
  text-decoration: none;
}
.link_review_img img{
  max-width: 100%;
}
@media screen and (max-width: 767px){
  .link_review{
    margin-top: -20px;
    margin-bottom: 30px;
  }
}