@charset "utf-8";
/*-------------------------------------
　基本設定
---------------------------------------*/
#lp_page {
  margin: 0 auto;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}
#lp_page .c-section{
  padding: 60px 0;
}
.contents-section {
  padding: 60px 0 0;
}
.contents-inner {
  margin: 0 auto;
  width: 92vw;
  max-width: 1140px;
}
.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 {
  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%;
  }
  #lp_page .c-section{
    padding: 8vw 0;
  }
  .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;
    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;
}
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);
}
h4.text_title {
  color: #004da1;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 40px;
  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: 100%;
  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;
  gap:30px;
}
.model_wrapper:not(:last-child) {
  margin-bottom: 60px;
}
.model_box {
  position: relative;
  width: calc((100% - 30px - 30px) / 3);
}
.model_box.long {
  flex-basis: 100%;
}
.model_box a {
  height: 100%;
  padding: 16px;
  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;
}
.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: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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.model_box__left {
  width: 42%;
}
.model_box__right {
  width: 54%;
}
.model_box__name {
  min-height: calc(3em * 1.4);
  margin-top: -8px;
  padding-right: 8em;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: left;
  word-wrap: break-word;
  display: flex;
  align-items: center;
}
.model_box__caption {
  line-height: 1.4;
  margin-bottom: 10px;
	text-align: left;
  word-wrap: break-word;
}
.model_box__image{
  margin-bottom: 10px;
  text-align: center;
}
.model_box__image img{
  width: 70%;
  margin: 0 auto;
}
.model_box__adobe{
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  display: flex;
  gap:10px;
}
.model_box__adobe li img{
  height: 40px;
}
.model_box__spec {
  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__auto-margin{
  margin-top: auto;
}
.flag {
  position: absolute;
  top: -4px;
  right: 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: 12px 0 6px 0px;
  position: relative;
  text-align: center;
  width: 9em;
}
.flag span em {
  /*font-size: 20px;*/
  font-style: normal;
}
.flag::after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4.5em solid transparent;
  border-right: 4.5em solid transparent;
  border-top: 1em solid #e43344;
  filter: drop-shadow(2.5px 3.5px 0 rgba(72,72,72,.1));
}
.link_model_other{
  display: flex;
  gap:30px;
  justify-content: center;
}
.link_model_other .c-button--primary-blue{
  width: calc((100% - 30px) / 2);
  height: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .model_box{
    width:calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .model_wrapper {
    gap:8vw;
  }
  .model_wrapper:not(:last-child) {
    margin-bottom: 8vw;
  }
  .model_box {
    width: 100%;
  }
  .model_box__left {
    margin: 0 auto 20px;
    width: 70%;
  }
  .model_box__right {
	  width: 100%;
  }
  .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;
  }
  .link_model_other {
    gap: 4vw;
    flex-wrap: wrap;
  }
  .link_model_other .c-button--primary-blue {
    width: 100%;
  }
}

/*-------------------------------------
　クーポン
---------------------------------------*/
.coupon{
  margin-bottom: 60px;
  color: #fff;
}
.coupon-upper{
  padding: 30px 30px 10px;
  text-align: center;
}
.coupon-upper p{
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
}
.coupon-bottom{
  padding: 25px 30px 30px;
}
.coupon-code{
  display: flex;
}
.coupon-code-body{
  width: 66.6%;
  padding: 10px;
  background: #fff;
  color: #484848;
  font-size: 32px;
  text-align: center;
}
.coupon-code-body:before{
  content: "クーポンコード：";
}
.coupon-code-btn{
  padding: 10px;
  font-size: 32px;
  flex: 1;
  text-align: center;
  transition: 0.3s;
}
.coupon-code-btn.copied{
  filter: brightness(150%);
}
.coupon-5000{
  background: #e8f6ff;
}
.coupon-5000 .coupon{
  background: #3593d2;
}
.coupon-5000 .coupon-code-btn{
  background: #00548c;
}
.coupon-10000{
  background: #d8f7de;
}
.coupon-10000 .coupon{
  background: #1eaa39;
}
.coupon-10000 .coupon-code-btn{
  background: #006113;
}
.coupon-30000{
  background: #faf4e1;
}
.coupon-30000 .coupon{
  background: #cfa52d;
}
.coupon-30000 .coupon-code-btn{
  background: #6a4f00;
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
  .coupon img{
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .coupon {
    margin-bottom: 8vw;
  }
  .coupon-upper {
    padding: 4vw 4vw 0;
  }
  .coupon-upper p {
    margin-bottom: 4vw;
    font-size: 4.27vw;
  }
  .coupon-bottom {
    padding: 3vw 4vw 4vw;
  }
  .coupon-code-body {
    width: 71.6%;
    padding: 2.67vw 0;
    font-size: 4.27vw;
  }
  .coupon-code-btn {
    padding: 2.67vw 0;
    font-size: 4.27vw;
  }
}