@charset "UTF-8";
/*---------------------*/
/*max-width: 1200px ←画面全体が縮小する幅*/
/*max-width: 979px ←タブレット版*/
/*max-width: 767px ←スマホ版*/
/*max-width: 425px ←スマホ版さらに小さい幅に対応*/
/*構成*/
/*
FONT
COMMON
MAIN
HEADER
ARTICLE
ELEMENT
COTENTS
L
UTILITY
*/
/*---------------------*/

/*------------------------------------------------------------------------------------*/
/*FONNT*/
/*------------------------------------------------------------------------------------*/
main {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
}

/*------------------------------------------------------------------------------------*/
/*COMMON*/
/*------------------------------------------------------------------------------------*/

body{
  overflow-x: hidden;
}

/*可変幅表示にて使用*/
#page-body {
  overflow: hidden;
  width: 100%;
}

/* SMP表示での左右の余白を削除 */
@media (max-width: 979px) {
  #page-body {
    width: 100vw;
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  #page-body {
    width: 100vw;
    margin: 0 -5px;
  }
}

/*------------------------------------------------------------------------------------*/
/*MAIN*/
/*------------------------------------------------------------------------------------*/

#lp_main_wrap {
  width: 100%;
  margin: 0 auto;
  color: #000;
  background: #FFFFFF;
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.1em;
}
#lp_main_wrap * {
	box-sizing: border-box;
}
#lp_main_wrap li,
#lp_main_wrap dt,
#lp_main_wrap dd,
#lp_main_wrap img {
	line-height: 1;
}
#lp_main_wrap p {
	margin-bottom: 0;
}
#lp_main_wrap a {
	transition: all 0.5s ease 0s;
	color: inherit;
	opacity: 1;
	text-decoration: none;
}
#lp_main_wrap a:hover,
#lp_main_wrap a:active {
	color: inherit;
	opacity: 0.6;
	text-decoration: none;
}
#lp_main_wrap .only-sp {
  display: none;
}
@media (max-width: 767px) {
    #lp_main_wrap .only-sp {
      display: block;
    }
    #lp_main_wrap .only-pc {
      display: none;
    }
  }

/*------------------------------------------------------------------------------------*/
/*HEADER*/
/*------------------------------------------------------------------------------------*/

#lp_main_wrap header.lp_mv {
  margin: 0 0 4%;
}
#lp_main_wrap header.lp_mv img {
  width: 100%;
}
/* ======= MV ======= */
@media (min-width: 1441px) {
  #lp_main_wrap header .lp_mv_1440,
  #lp_main_wrap header .lp_mv_smp {
    display: none;
  }
}
@media (max-width: 1440px) {
  #lp_main_wrap header .lp_mv_1440{
    display: block;
  }
  #lp_main_wrap header .lp_mv_1900,
  #lp_main_wrap header .lp_mv_smp {
    display: none;
  }
}
@media (max-width: 767px) {
  #lp_main_wrap header .lp_mv_smp {
    display: block;
  }
	#lp_main_wrap header .lp_mv_1900,
  #lp_main_wrap header .lp_mv_1440 {
    display: none;
  }
  #lp_main_wrap header.lp_mv {
    margin: 0 0 19%;
  }
}

/*------------------------------------------------------------------------------------*/
/*ARTICLE*/
/*------------------------------------------------------------------------------------*/
  #lp_main_wrap .lp_lead .lp_lead_main {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    font-family: "Noto Serif JP","Noto Serif CJK JP", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
    margin-bottom: 1%;
    line-height: 2em;
    letter-spacing: 0.2em;
  }
  #lp_main_wrap .lp_lead .lp_lead_sub {
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    margin-bottom: 4%;
    letter-spacing: 0.2em;
  }
  @media (max-width: 767px) {
  #lp_main_wrap .lp_lead .lp_lead_main {
    margin-bottom: 4%;
  }
   #lp_main_wrap .lp_lead .lp_lead_sub {
      margin-bottom: 19%;
   }
  }
/*------------------------------------------------------------------------------------*/
/*ELEMENT*/
/*------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------*/
/*COTENTS*/
/*------------------------------------------------------------------------------------*/
  #lp_main_wrap .lp_contents {
    width: 81.25%;
    max-width: 1170px;
    margin: 0 auto 8%;
    display: flex;
    gap: 5%;
    align-items: center;
  }
  #lp_main_wrap .contents_right {
    flex-direction: row-reverse;
  }
  #lp_main_wrap .lp_contents .img_wrapper {
    width: 700px;
  }
  #lp_main_wrap .lp_contents .lp_contents_text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 35%;
  }
  #lp_main_wrap .lp_contents .contents_number {
    font-family: "Average", "Times New Roman", "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1em;
    vertical-align: middle;
    color: #AAAAAA;
    margin-bottom: 4%;
  }
  #lp_main_wrap .lp_contents h2 {
    font-family: "Average", "Times New Roman", "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 1.1em;
    vertical-align: middle;
    color: #2A7AE8;
    letter-spacing: 3px;
    margin-bottom: 1%;
  }
  #lp_main_wrap .lp_contents h2 span {
    font-size: 42px;
  }
  #lp_main_wrap .lp_contents .item_name {
    font-family: "Noto Serif JP","Noto Serif CJK JP", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.3em;
    color: #2A7AE8;
    margin-bottom: 8%;
  }
   #lp_main_wrap .lp_contents .item_info_text {
    margin-bottom: 8%;
   }
  #lp_main_wrap .lp_contents .item_credit {
    font-family: "Average", "Times New Roman", "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    gap: 2%;
    margin-bottom: 4%;
  }
  #lp_main_wrap .lp_contents .item_credit:last-child {
    margin-bottom: 0;
  }
  #lp_main_wrap .lp_contents .item_credit .price {
    background-color: #F6F6F6;
    padding: 0px 10px;
  }
  @media (max-width: 1174px) {
    #lp_main_wrap .lp_contents .img_wrapper {
    max-width: 50%;
  }
  #lp_main_wrap .lp_contents .lp_contents_text-wrap {
    width: 45%;
  }
  }
  @media (max-width: 767px) {
    #lp_main_wrap .lp_contents {
      display: block;
      margin: 0 auto 22%;
      width: 100%;
    }
    #lp_main_wrap .lp_contents .img_wrapper {
      width: 100vw;
      max-width: 100%;
    }
    #lp_main_wrap .lp_contents img {
      width: 100vw;
    }
    #lp_main_wrap .lp_contents .lp_contents_text-wrap {
      width: 100%;
    }
    #lp_main_wrap .lp_contents .lp_contents_title,
    #lp_main_wrap .lp_contents .item_info {
      width: 81.25%;
      margin: 0 auto;
    }
    #lp_main_wrap .lp_contents .item_info_text {
      margin: 9% 0 9%
    }
  }

/*------------------------------------------------------------------------------------*/
/*footer*/
/*------------------------------------------------------------------------------------*/

 #lp_main_wrap .lp_btn_content a {
    font-family: "Average", "Times New Roman", "Noto Serif JP", serif;
    font-size: 20px;
    line-height: 1em;
    display: block;
    width: 700px;
    height: 72px;
    border: solid 1px #000;
    padding: 25px;
    margin: 0 auto 20px;
    text-align: center;
 }
 #lp_main_wrap .lp_btn_content a:hover {
    background-color:#2e2e2e;
    border: solid 1px #2e2e2e;
    color: #FFFFFF;
    opacity: 1;
 }
 @media (max-width: 767px) {
  #lp_main_wrap .lp_btn_content {
    margin-bottom: 20%;
  }
   #lp_main_wrap .lp_btn_content a {
    width: 81.25%;
    padding: 15px;
    height: 100%;
    line-height: 1.3em;
 }
}