@charset "UTF-8";

:root {
  --rate: 50rem / 390;
  --font-lp_base: "futura-pt","ryo-gothic-plusn","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  --font-lp_ttl: linotype-didot,"Noto Serif JP", serif;
  --color-lp_bg: #fff;
  --color-lp_font: #000;
  --color-lp_primary: #76B5C4;
  --color-lp_secondary: #7B4334;
  --color-lp_tertiary: #FAFAFA;
  --color-lp_white: #fff;
}

/*--------------------------------
            CSS Animation
 --------------------------------*/

/* rotate
==================================*/
/*#lp_contents .rotate{
  opacity: 0;
  transform: rotate(-15deg);
  transform-origin: left top;
  transition: all 1.5s;
}

#lp_contents .rotate.is-show{
  opacity: 1;
  transform-origin: right top;
  transform: rotate(0);
  transition-delay: 0.5s;
}*/


/* Fade In
==================================*/
/*#lp_contents .fadeIn {
  opacity: 0;
  transition: 1.5s;
  -ms-filter: blur(30px);
      filter: blur(30px);
}

#lp_contents .fadeIn.is-show {
  opacity: 1;
  -ms-filter: blur(0);
      filter: blur(0);
}*/



/*--------------------------------
                共 通
 --------------------------------*/

main,#Wrap,.wrapBottom,.wrapTop{
  width: 100%;
  max-width: 100%;
}

#FooterWrap{
  position: relative;
  z-index: 100;
  background-color: #fff;
}

#header_txt_slider,
#header_img_slider {
  position: relative;
  z-index: 100;
}

#lp_contents *{
  box-sizing: border-box;
}

#lp_contents{
  font-feature-settings: "palt";
  font-family: var(--font-lp_base);
  font-size: calc(13 * (var(--rate)));
  letter-spacing: 0.075em;
  line-height: 1.75;
  text-align: justify;

  display: flex;
  justify-content: center;

  color: var(--color-lp_font);
  background-color: var(--color-lp_tertiary);
  position: relative;
}
#lp_contents .sp_only{display: none;}
#lp_contents img{width: 100%;display: block;height: auto; image-rendering: -webkit-optimize-contrast; -webkit-backface-visibility: hidden;}
#lp_contents a{display: block;width: 100%;cursor: pointer;transition: all 0.5s;color: inherit;}
#lp_contents a:hover{opacity: .8}
#lp_contents ul li,#lp_contents ol li{list-style: none;}
#lp_contents section{
  position: relative;
}
#lp_contents .lp_inner{
  display: grid;
  gap: calc(60 * (var(--rate)));
  position: relative;
  z-index: 3;
  width: 50rem;
  background-color: var(--color-lp_bg);
  order: 2;
  padding-bottom: calc(60 * (var(--rate)));
}

/*------------ Text ------------*/
#lp_contents h1,#lp_contents h2,#lp_contents h3{padding: 0;float: none;font-weight: normal;}
#lp_contents p {
  display: block;
  margin: 0;
  font-size: calc(13 * (var(--rate)));
  line-height: 1.75;
}
#lp_contents sup{
  font-size: 50%;
  margin-top: -0.6rem;
}
#lp_contents .note{
  display: inline-block;
  font-size: calc(10 * (var(--rate)));
  line-height: 1.5;
}
#lp_contents p .note{
  margin-top: 0;
}
#lp_contents .bold{
  font-weight: bold;
}
#lp_contents .small{
  font-size: calc(10 * (var(--rate)));
}

/*------------ Title ------------*/
#lp_contents .main_ttl{
  display: grid;
  gap: calc(16 * (var(--rate)));
  text-align: center;
  font-size: calc(30 * (var(--rate)));
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

#lp_contents .main_ttl .jpn{
  font-size: calc(14 * (var(--rate)));
  font-weight: 600;
  letter-spacing: 0.05em;
}

/*------------ button ------------*/
#lp_contents .link_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
  padding: calc(15 * (var(--rate))) calc(30 * (var(--rate)));
  background-color: var(--color-lp_secondary);
  color: #fff;
  border-radius: calc(100 * (var(--rate)));
  font-weight: 600;
  line-height: 1;
}


/* nav_list
==================================*/
#lp_contents .nav_list{
  width: calc(330 * (var(--rate)));
  margin: auto;
  padding: calc(24 * (var(--rate))) calc(20 * (var(--rate)));
  background-image: url(../img/251111/index_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-family: var(--font-lp_ttl);
  font-size: calc(15 * (var(--rate)));
  color: var(--color-lp_secondary);
  line-height: 1;
}

#lp_contents .nav_list .nav_ttl{
  margin-bottom: calc(8 * (var(--rate)));
  font-size: calc(15 * (var(--rate)));
  letter-spacing: 0;
}

#lp_contents .nav_list ul{
  display: grid;
  gap: calc(7 * (var(--rate)));
  padding: calc(12 * (var(--rate))) 0;
  background-image: url(../img/251111/line.png), url(../img/251111/line.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 100% 1px, 100% 1px;
}

#lp_contents .nav_list li{
  letter-spacing: 0.2em;
}

#lp_contents .nav_list li:not(:last-child){
  padding-bottom: calc(7 * (var(--rate)));
  border-bottom: 1px dotted #DDDDDD;
}


/* sec_mv
==================================*/
#lp_contents .sec_mv{
  display: grid;
  gap: calc(25 * (var(--rate)));
}

#lp_contents .sec_mv .lead{
  width: calc(330 * (var(--rate)));
  margin: calc(15 * (var(--rate))) auto 0;
  line-height: 2;
}

#lp_contents .sec_mv .lead span{
  display: block;
  width: fit-content;
  margin: 0 auto calc(15 * (var(--rate)));
  padding-bottom: calc(10 * (var(--rate)));
  font-family: var(--font-lp_ttl);
  font-size: calc(21 * (var(--rate)));
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  color: var(--color-lp_primary);
  background-image: url(../img/251111/line.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 1px;
}


/* sec_item
==================================*/
#lp_contents .sec_item{
  display: grid;
  gap: calc(60 * (var(--rate)));
}

#lp_contents .sec_item .item_ttl{
  position: relative;
  margin-bottom: calc(30 * (var(--rate)));
  text-align: center;
  font-family: var(--font-lp_ttl);
  font-size: calc(28 * (var(--rate)));
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  color: var(--color-lp_primary);
}

#lp_contents .sec_item .item_wrap:not(:first-child) .item_ttl{
  padding-top: calc(50 * (var(--rate)));
}

#lp_contents .sec_item .item_wrap:not(:first-child) .item_ttl:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: calc(250 * (var(--rate)));
  height: 1px;
  margin: auto;
  background-image: url(../img/251111/line.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 1px;
}

#lp_contents .sec_item .item_ttl .eng{
  display: block;
  margin: 0 auto calc(15 * (var(--rate)));
  font-size: calc(15 * (var(--rate)));
  letter-spacing: 0;
}

#lp_contents .sec_item .item_list{
  display: grid;
  gap: calc(40 * (var(--rate)));
}

#lp_contents .sec_item .item_list li{
  position: relative;
  width: calc(330 * (var(--rate)));
  margin: auto;
  padding: calc(5 * (var(--rate)));
  background-color: var(--color-lp_secondary);
}

#lp_contents .sec_item .item_list li:before{
  content: '';
  display: block;
  width: calc(100% - calc(10 * (var(--rate))));
  height: calc(100% - calc(10 * (var(--rate))));
  background-color: var(--color-lp_bg);
  border-radius: calc(10 * (var(--rate)));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#lp_contents .sec_item .item_list a{
  position: relative;
  width: 100%;
  padding: 0 calc(15 * (var(--rate)));
  background-color: var(--color-lp_white);
  border-radius: calc(10 * (var(--rate)));
}

#lp_contents .sec_item .item_list a > div{
  padding: calc(12 * (var(--rate))) 0;
}

#lp_contents .sec_item .item_list a > div:not(:last-child){
  background-image : linear-gradient(to right, var(--color-lp_secondary) 1px, transparent 1px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

#lp_contents .sec_item .item_cate{
  position: absolute;
  top: calc(-30 * (var(--rate)));
  right: calc(15 * (var(--rate)));
  width: calc(36 * (var(--rate)));
  height: calc(123 * (var(--rate)));
  padding-top: calc(30 * (var(--rate)));
  padding-right: calc(6 * (var(--rate)));
  background-image: url(../img/251111/ttl_img.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

#lp_contents .sec_item .item_cate span{
  color: var(--color-lp_white);
  line-height: 1;
  white-space: nowrap;
  rotate: 90deg;
}

#lp_contents .sec_item .item_img img{
  padding: 0 calc(45 * (var(--rate)));
}

#lp_contents .sec_item .item_name{
  margin-bottom: calc(6 * (var(--rate)));
  font-family: var(--font-lp_ttl);
  font-size: calc(14 * (var(--rate)));
  font-weight: 600;
  line-height: 1.5;
}

#lp_contents .sec_item .item_detail{
  display: flex;
  align-items: center;
  gap: calc(18 * (var(--rate)));
}

#lp_contents .sec_item .item_detail .rate_table tbody{
  display: grid;
  gap: calc(8 * (var(--rate)));
}

#lp_contents .sec_item .item_detail .rate_table tr{
  display: flex;
  align-items: center;
  gap: calc(10 * (var(--rate)));
}

#lp_contents .sec_item .item_detail .rate_table th{
  width: calc(59 * (var(--rate)));
  text-align: left;
  font-size: calc(11 * (var(--rate)));
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-lp_primary);
}

#lp_contents .sec_item .item_detail .rate_table td{
  position: relative;
  width: calc(64 * (var(--rate)));
  height: calc(10 * (var(--rate)));
  background-image: url(../img/251111/rate_bg.png);
  background-repeat: no-repeat;
  background-size: calc(64 * (var(--rate))) calc(10 * (var(--rate)));
}

#lp_contents .sec_item .item_detail .rate_table .rate_img{
  position: absolute;
  top: 0;
  left: 0;
  width: calc(64 * (var(--rate)));
  height: calc(10 * (var(--rate)));
  background-image: url(../img/251111/rate_num.png);
  background-repeat: no-repeat;
  background-size: calc(64 * (var(--rate))) calc(10 * (var(--rate)));
}

#lp_contents .sec_item .item_detail .rate_table .rate_img._4{
  width: calc(51 * (var(--rate)));
}

#lp_contents .sec_item .item_detail .rate_table .rate_img._3{
  width: calc(37 * (var(--rate)));
}

#lp_contents .sec_item .item_detail .rate_table .rate_img._2{
  width: calc(23 * (var(--rate)));
}

#lp_contents .sec_item .item_detail .rate_table .rate_img._1{
  width: calc(9 * (var(--rate)));
}

#lp_contents .sec_item .item_detail .item_price{
  display: grid;
  gap: calc(6 * (var(--rate)));
  padding-left: calc(18 * (var(--rate)));
  background-image: linear-gradient(to bottom, var(--color-lp_secondary) 1px, transparent 1px);
  background-size: 1px 3px;
  background-repeat: repeat-y;
  background-position: left bottom;
}

#lp_contents .sec_item .item_detail .price{
  font-family: var(--font-lp_ttl);
  font-size: calc(20 * (var(--rate)));
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.025em;
}

#lp_contents .sec_item .item_detail .price .tax{
  font-size: calc(12 * (var(--rate)));
}

#lp_contents .sec_item .item_detail .link_btn{
  width: calc(100 * (var(--rate)));
  padding: calc(4 * (var(--rate)));
  font-size: calc(12 * (var(--rate)));
}


/*------------ Contents ------------*/


/* sec_bnr
==================================*/
#lp_contents .sec_bnr{
  display: grid;
  gap: calc(60 * (var(--rate)));
}

#lp_contents .sec_bnr .bnr_wrap{
  display: grid;
  gap: calc(30 * (var(--rate)));
}

#lp_contents .sec_bnr .bnr_wrap .bnr_list{
  display: grid;
  gap: calc(30 * (var(--rate)));
  width: calc(320 * (var(--rate)));
  margin: auto;
}

#lp_contents .sec_bnr .bnr_wrap .bnr_list li{
  display: grid;
  gap: calc(20 * (var(--rate)));
}

#lp_contents .sec_bnr .bnr_wrap .bnr_list img{
  border-radius: calc(5 * (var(--rate)));
}


/*--------------------------------
            Layout  PC
 --------------------------------*/
@media screen and (min-width: 768px){
  #lp_contents .full_area{
    position: sticky;
    top: 0;
    height: 100vh;

    width: calc(calc(100% - 50rem) / 2);
    max-width: 60rem;

    padding: 3rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #lp_contents .left_area{
    left: 0;
    order: 1;
  }

  #lp_contents .left_area img{
    width: min(300px, calc(300 * (100vw / 1400)));
  }

  #lp_contents .right_area{
    right: 0;
    order: 3;
  }

  #lp_contents .right_area .nav_list{
    width: 29rem;
    background-image: initial;
    padding: 0;
    font-size: 1.8rem;
  }

  #lp_contents .right_area .nav_list .nav_ttl{
    font-size: 1.8rem;
  }

  #lp_contents .right_area .nav_list ul{
    padding: 1.6rem 0 1.2rem;
    gap: 1.2rem;
  }

  #lp_contents .nav_list li:not(:last-child){
    padding-bottom: 1.2rem;
  }
}


/*--------------------------------
            Responsive
 --------------------------------*/

@media screen and (max-width: 1400px){
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: calc(10 * (100vw / 1200));
  }

  #lp_contents .lp_inner{
  }

  #lp_contents .left_area,
  #lp_contents .right_area{
    display: none;
  }
}

/*--------------------------------
            Layout  SP
 --------------------------------*/
@media (max-width: 767px) {

  html {
    font-size: calc(10 * (100vw / 500));
  }

  #share{
    z-index: 100 !important;
  }

  .share-txt {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .share-txt span {
    margin-top: calc(40 * (100vw / 750));
    margin-bottom: calc(40* (100vw / 750));
  }

  #FooterWrap {
    margin-top: -3rem;
  }

  #lp_contents{
  }
  #lp_contents .sp_only{display: block;}
  #lp_contents .pc_only{display: none;}

  #lp_contents a:hover{opacity: 1}
  #lp_contents p {
  }

  #lp_contents .lp_inner{
  }

}