@charset "UTF-8";

/*------------------------------------------------------------------------------------*/
/* FONT */
/*------------------------------------------------------------------------------------*/
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%;
}

@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,
#lp_main_wrap .lp_contents .only-sp,
#lp_main_wrap .lp_contents_type06 .only-sp,
#lp_main_wrap .lp_contents .lp_contents_title.only-sp,
#lp_main_wrap .lp_contents .lp_contents_text-wrap.only-sp {
  display: none;
}

/*------------------------------------------------------------------------------------*/
/* HEADER */
/*------------------------------------------------------------------------------------*/
#lp_main_wrap header.lp_mv {
  margin: 0 0 5%;
}

#lp_main_wrap header.lp_mv img {
  width: 100%;
}

@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;
  }
}

/*------------------------------------------------------------------------------------*/
/* ARTICLE */
/*------------------------------------------------------------------------------------*/
#lp_main_wrap .lp_lead .lp_lead_main {
  font-weight: 500;
  font-size: 16px;
  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.3%;
  line-height: 2em;
  letter-spacing: 0.15em;
}

#lp_main_wrap .lp_lead .lp_lead_sub {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin-bottom: 5%;
  letter-spacing: 0.09em;
}

/*------------------------------------------------------------------------------------*/
/* CONTENTS (PC表示) */
/*------------------------------------------------------------------------------------*/
#lp_main_wrap .lp_contents {
  width: 81.25%;
  max-width: 1170px;
  margin: 0 auto 12%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

#lp_main_wrap .contents_right {
  flex-direction: row-reverse;
}

#lp_main_wrap .lp_contents .img_wrapper.only-pc {
  width: 51%;
  max-width: 680px;
  flex-shrink: 0;
}

#lp_main_wrap .lp_contents .img_wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

#lp_main_wrap .lp_contents .lp_contents_text-wrap {
  width: 44%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

#lp_main_wrap .lp_contents:not(.contents_right):not(.lp_contents_type06) .style_img {
  position: absolute;
  right: 0;
  left: auto;
  bottom: -21%;
  width: clamp(90px, 10.4vw, 150px);
  z-index: 2;
  pointer-events: none;
}

#lp_main_wrap .lp_contents:not(.contents_right):not(.lp_contents_type06) .lp_contents_text-wrap {
  padding-right: 16%;
}

#lp_main_wrap .contents_right:not(.lp_contents_type06) .style_img {
  position: absolute;
  left: 0;
  right: auto;
  bottom: -26%;
  width: clamp(85px, 9.9vw, 143px);
  z-index: 2;
  pointer-events: none;
}

#lp_main_wrap .contents_right:not(.lp_contents_type06) .lp_contents_text-wrap {
  padding-left: 15%;
}

#lp_main_wrap .lp_contents .style_img img {
  width: 100%;
  height: auto;
}

#lp_main_wrap .lp_contents .style_img img[src*="style_05.png"] {
  width: clamp(75px, 8.6vw, 125px);
  max-width: none;
}

#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: #734932;
  letter-spacing: 3px;
  margin-bottom: 2%;
}

#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: #734932;
  margin-bottom: 9%;
}

#lp_main_wrap .lp_contents .item_info_text {
  margin-bottom: 9%;
}

#lp_main_wrap .lp_contents .item_credit {
  font-family: "Average", "Times New Roman", "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(10px, 1.05vw, 14px);
  white-space: nowrap;
  display: flex;
  gap: 2%;
  margin-bottom: 2%;
}

#lp_main_wrap .lp_contents .item_credit .price {
  background-color: #F6F6F6;
  padding: 0 10px;
}

/*------------------------------------------------------------------------------------*/
/* Type06 専用レイアウト (PC表示) */
/*------------------------------------------------------------------------------------*/
#lp_main_wrap .lp_contents_type06 {
  display: block;
  width: 81.25%;
  max-width: 1170px;
  margin: 0 auto 12%;
}

#lp_main_wrap .lp_contents.lp_contents_type06 .contents_number,
#lp_main_wrap .lp_contents.lp_contents_type06 h2 {
  margin-bottom: 1%;
}

#lp_main_wrap .lp_contents.lp_contents_type06 .item_name {
  margin-bottom: 3%;
}

#lp_main_wrap .lp_contents_type06 .lp_contents_text-wrap.only-pc {
  width: 100%;
  text-align: center;
  margin: 0 auto 40px;
}

#lp_main_wrap .lp_contents_type06 .item_info_text {
  margin-bottom: 20px;
}

#lp_main_wrap .lp_contents_type06 .item_credit_wrap {
  display: flex;
  justify-content: center;
  gap: 55px;
}

#lp_main_wrap .lp_contents_type06 .item_credit {
  align-items: center;
  white-space: nowrap;
}

#lp_main_wrap .lp_contents_type06 .item_credit .name {
  display: inline-block;
  margin-right: 5px;
}

#lp_main_wrap .type06_img_area {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 100%;
  margin: 0 auto;
}

#lp_main_wrap .type06_img_area .img_wrapper {
  width: 44%;
}

#lp_main_wrap .type06_img_area .style_img_left {
  position: absolute;
  left: 0;
  bottom: -14%;
  width: clamp(70px, 7.7vw, 112px);
  z-index: 2;
  pointer-events: none;
}

#lp_main_wrap .type06_img_area .style_img_right {
  position: absolute;
  right: 0;
  bottom: 22%;
  width: clamp(70px, 7.7vw, 112px);
  z-index: 2;
  pointer-events: none;
}

/*------------------------------------------------------------------------------------*/
/* FOOTER BUTTONS (PC表示) */
/*------------------------------------------------------------------------------------*/
#lp_main_wrap .lp_btn_content a {
  font-family: "Average", "Times New Roman", "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 72px;
  border: solid 1px #000;
  padding: 10px 25px;
  margin: 0 auto 20px;
  text-align: center;
  background-color: #FFFFFF;
  color: #000000;
}

#lp_main_wrap .lp_btn_content a:hover {
  background-color: #2e2e2e;
  border: solid 1px #2e2e2e;
  color: #FFFFFF;
  opacity: 1;
}

#lp_main_wrap .lp_btn_content a.btn_black {
  background-color: #000000;
  color: #FFFFFF;
}

#lp_main_wrap .lp_btn_content a.btn_black:hover {
  background-color: #444444;
  border-color: #444444;
}

@media (min-width: 768px) and (max-width: 1170px) {
  #lp_main_wrap .lp_contents:not(.contents_right):not(.lp_contents_type06) .style_img,
  #lp_main_wrap .contents_right:not(.lp_contents_type06) .style_img {
    bottom: auto;
    top: 7%;
  }
}


/*====================================================================================*/
/* SP表示調整 (max-width: 767px) */
/*====================================================================================*/
@media (max-width: 767px) {

  #lp_main_wrap .only-sp,
  #lp_main_wrap .lp_contents .only-sp,
  #lp_main_wrap .lp_contents_type06 .only-sp,
  #lp_main_wrap .lp_contents .lp_contents_title.only-sp,
  #lp_main_wrap .lp_contents .lp_contents_text-wrap.only-sp {
    display: block;
  }

  #lp_main_wrap .only-pc,
  #lp_main_wrap .lp_contents .only-pc,
  #lp_main_wrap .lp_contents_type06 .only-pc,
  #lp_main_wrap .lp_contents .lp_contents_text-wrap.only-pc,
  #lp_main_wrap .type06_img_area.only-pc {
    display: none;
  }

  #lp_main_wrap header.lp_mv {
    margin: 0 0 21.5%;
  }

  #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 .lp_lead {
    width: 85%;
    margin: 0 auto;
  }

  #lp_main_wrap .lp_lead .lp_lead_main {
    margin-bottom: 6%;
  }

  #lp_main_wrap .lp_lead .lp_lead_sub {
    margin-bottom: 24%;
  }

  #lp_main_wrap .lp_contents {
    display: block;
    margin: 0 auto 22%;
    width: 100%;
  }

  #lp_main_wrap .lp_contents .lp_contents_text-wrap,
  #lp_main_wrap .lp_contents:not(.contents_right):not(.lp_contents_type06) .lp_contents_text-wrap,
  #lp_main_wrap .contents_right:not(.lp_contents_type06) .lp_contents_text-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #lp_main_wrap .lp_contents .lp_contents_title,
  #lp_main_wrap .lp_contents .item_info {
    width: 85%;
    margin: 0 auto;
  }

  #lp_main_wrap .lp_contents h2 {
    font-size: 37px;
    margin-bottom: 1%;
  }

  #lp_main_wrap .lp_contents .item_name {
    margin-bottom: 7%;
  }

  #lp_main_wrap .lp_contents .item_info_text {
    margin: 9% 0 9%;
  }

  #lp_main_wrap .lp_contents .img_wrapper.only-sp {
    position: relative;
    width: 100%;
    margin: 0 0 1%;
  }

  #lp_main_wrap .lp_contents .img_wrapper.only-sp img {
    width: 100%;
    margin: 0;
    height: auto;
    display: block;
  }

  #lp_main_wrap .lp_contents .item_credit {
    font-size: 14px;
  }


  body #page-body main#lp_main_wrap .lp_contents.lp_contents_type06 {
    display: block;
    width: 100%;
    margin-bottom: 24%;
  }

  body #page-body main#lp_main_wrap .lp_contents.lp_contents_type06 > div,
  body #page-body main#lp_main_wrap .lp_contents.lp_contents_type06 > section {
    display: block;
    float: none;
    clear: both;
    position: relative;
    width: 100%;
  }

  body #page-body main#lp_main_wrap .lp_contents.lp_contents_type06 .only-pc,
  body #page-body main#lp_main_wrap .lp_contents.lp_contents_type06 .type06_img_area {
    display: none;
  }

  body #page-body main#lp_main_wrap .lp_contents.lp_contents_type06 .lp_contents_title.only-sp {
    display: block;
    width: 85%;
    margin: 0 auto;
    text-align: left;
  }

  body #page-body main#lp_main_wrap .lp_contents.lp_contents_type06 .lp_contents_title.only-sp .contents_number {
    margin-bottom: 4%;
  }

  body #page-body main#lp_main_wrap .lp_contents.lp_contents_type06 .lp_contents_title.only-sp h2 {
    margin-bottom: 1%;
  }

  body #page-body main#lp_main_wrap .lp_contents.lp_contents_type06 .lp_contents_title.only-sp .item_name {
    margin-bottom: 7%;
  }

  body #page-body main#lp_main_wrap .lp_contents.lp_contents_type06 .lp_contents_text-wrap.only-sp {
    display: block;
    width: 100%;
    margin: 0 0 1%;
    padding: 0;
  }

  body #page-body main#lp_main_wrap .lp_contents.lp_contents_type06 .lp_contents_text-wrap.only-sp .item_info {
    display: block;
    width: 85%;
    margin: 0 auto;
  }

  body #page-body main#lp_main_wrap .lp_contents.lp_contents_type06 .lp_contents_text-wrap.only-sp .item_info_text {
    margin: 0 0 9%;
    letter-spacing: 0.15em;
  }

  body #page-body main#lp_main_wrap .lp_contents.lp_contents_type06 .type06_sp_img_01,
  body #page-body main#lp_main_wrap .lp_contents.lp_contents_type06 .type06_sp_img_02 {
    display: block;
    margin: 0 0 6%;
  }

  body #page-body main#lp_main_wrap .lp_contents.lp_contents_type06 .type06_sp_img_01 img,
  body #page-body main#lp_main_wrap .lp_contents.lp_contents_type06 .type06_sp_img_02 img {
    width: 100%;
    margin: 0;
    height: auto;
    display: block;
  }

  body #page-body main#lp_main_wrap .lp_contents.lp_contents_type06 .type06_sp_credit {
    display: block;
    width: 85%;
    margin: 0 auto 9%;
  }

  #lp_main_wrap .lp_btn_content {
    margin-bottom: 20%;
  }

  #lp_main_wrap .lp_btn_content a {
    width: 81.25%;
    padding: 12px 15px;
    height: 76px;
    line-height: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
}
