@charset "UTF-8";

:root {
  --color-main: #01308C;
  --color-bg: #F8F8E9;
  --color-morning: #F6B624;
  --color-morning-bg: #EFEFB9;
  --color-daytime: #ED8A28;
  --color-daytime-bg: #F7EAD1;
  --color-night-bg: #E7F0FA;
}

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

/*------------ Fade In ------------*/

#lp_contents .fadeIn {
  opacity: 0;
  transition: 2s;
}

#lp_contents .fadeIn.is-show {
  opacity: 1;
}


/*------------ text-flow_slider ------------*/

@keyframes loop_animation_left {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes loop_animation_top {
  0% {
      background-position: 0 0;
  }

  100% {
      background-position: 0 -140rem;
  }
}

#lp_contents .text-flow{
  background-color: var(--color-main);
  color: #fff;
  width: 100%;
  height: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  overflow: hidden;
  animation: loop_animation_left 30s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}

#lp_contents .sec_mv .text-flow{
  width: calc(52 *(100vw / 1600));
  height: calc(100% - 27rem);
  background-image: url(../img/text-flow_bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  animation: loop_animation_top 30s linear infinite;
}

#lp_contents .sec_mv .text-flow.right{
  left: auto;
  right: 0;
  animation-direction: reverse;
}

#lp_contents .text-flow span{
  position: relative;
  font-size: 2.25rem;
  font-weight: bold;
  padding-right: 2.6rem;
  width: fit-content;
  margin-right: 2rem;
}

#lp_contents .text-flow span:before{
  content: '';
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background-color: var(--color-daytime);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


/*------------ card scroll ------------*/

.pin-spacer:nth-of-type(2n) .card-wrapper {
  transform: rotate(3deg) !important;
}
.pin-spacer:nth-of-type(2n+1) .card-wrapper {
  transform: rotate(-3deg) !important;
}
.pin-spacer:nth-of-type(3n) .card-wrapper {
  transform: rotate(0) !important;
}


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

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

#FooterWrap{
  position: relative;
  z-index: 5;
}

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

#lp_contents{
  font-family: "Lato",'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;

  color: var(--color-font);
  background-color: var(--color-bg);
  position: relative;
  overflow: hidden;
}
#lp_contents .sp_only{display: none;}
#lp_contents img{width: 100%;display: block;}
#lp_contents a{display: block;cursor: pointer;transition: all 0.5s;color: inherit;width: 100%;}
#lp_contents ul li,#LP_page ol li{list-style: none;}
#lp_contents h1,#lp_contents h2,#lp_contents h3{padding: 0;float: none;font-weight: normal;}
#lp_contents p {display: block;margin: 0;}
#lp_contents sup{
  font-size: 50%;
  margin-top: -0.6rem;
}
#lp_contents small.note{
  display: inline-block;
  font-size: 1rem;
}
#lp_contents section{
  position: relative;
}

/*text*/
#lp_contents .sec_lead{
  font-size: 2.3rem;
  font-weight: bold;
}

#lp_contents .sec_text{
  font-size: 1.7rem;
  line-height: 2;
  margin-top: 2rem;
}

/*title*/
#lp_contents .ttl_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin: 0 auto 4rem;
}

#lp_contents .time_icon img{
  width: 6rem;
  margin: 0 auto 1rem;
}

#lp_contents .time_icon p{
  font-size: 1.9rem;
  line-height: 1;
  font-weight: bold;
}

#lp_contents .ttl_wrap .text_time_img{
  width: 8rem;
}

/*btn*/
#lp_contents .sec_item .link_btn{
  width: 27rem;
  height: 5.2rem;
  border-radius: 100rem;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin: 2rem auto 0;
}

#lp_contents .cate_link_btn{
  position: relative;
  width: 45rem;
  height: 8rem;
  border-radius: 100rem;
  margin: auto;
  border: 1px solid;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 4.8rem 4.8rem;
  background-repeat: no-repeat;
  background-position: center left 2rem;
}

#lp_contents .all_btn_wrap{
  position: relative;
  padding-bottom: 15rem;
  background-color: var(--color-bg);
}

#lp_contents .sec_morning .cate_link_btn{
  background-image: url(../img/ico-morning.svg);
}
#lp_contents .sec_daytime .cate_link_btn{
  background-image: url(../img/ico-daytime.svg);
}
#lp_contents .sec_night .cate_link_btn{
  background-image: url(../img/ico-night.svg);
}

#lp_contents .all_btn_wrap .cate_link_btn{
  background: #000;
  color: #fff;
  border: none;
}

#lp_contents .cate_link_btn:before{
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
}


/*------------ sec_mv ------------*/

#lp_contents .sec_mv .mv_wrap{
  overflow: hidden;
  background-color: var(--color-main);
}

#lp_contents .sec_mv .mv_lead{
  padding: 8rem 0 10rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5;
}


/*------------ sec_anker ------------*/

#lp_contents .sec_anker{
  border-top: 2px solid var(--color-main);
  background-color: #fff;
  padding: 5rem 0;
}

#lp_contents .sec_anker .anker_wrap{
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin: 4rem auto 0;
}

#lp_contents .sec_anker .link_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin: 1.5rem auto 0;
  width: 15rem;
}

#lp_contents .sec_anker .link_list a{
  width: 100%;
  height: 3.2rem;
  border-radius: 100rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
}

#lp_contents .sec_anker .time-morning .link_list a{
  background-color: var(--color-morning-bg);
}
#lp_contents .sec_anker .time-daytime .link_list a{
  background-color: var(--color-daytime-bg);
}
#lp_contents .sec_anker .time-night .link_list a{
  background-color: var(--color-night-bg);
}


/*------------ sec_item ------------*/

#lp_contents .sec_item{
  padding: 15rem 0;
  background-color: var(--color-bg);
}

#lp_contents .sec_night{
  padding-bottom: 0 !important;
}

#lp_contents .sec_item .item_wrap{
  position: relative;
  padding: 8rem 0 15rem;
  background-color: var(--color-bg);
}

#lp_contents .sec_item .item_wrap:nth-of-type(n+2){
  border-top: 1px solid;
}

#lp_contents .sec_item .item_cate{
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

#lp_contents .sec_item .item_cate.jpn{
  font-size: 3rem;
}

#lp_contents .sec_morning .item_cate{
  color: var(--color-morning);
}
#lp_contents .sec_daytime .item_cate{
  color: var(--color-daytime);
}
#lp_contents .sec_night .item_cate{
  color: var(--color-main);
}

#lp_contents .sec_item .item_wrap .item_wrap_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20rem;
  width: 48rem;
  margin: 6rem auto 0;
}

#lp_contents .sec_item .item_wrap .item_blk{
  position: relative;
  left: auto !important;
  width: 48rem !important;
  max-width: 48rem !important;
  padding: 3rem;
  border-radius: 2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}

#lp_contents .sec_morning .item_wrap .item_blk{
  background-color: var(--color-morning);
}
#lp_contents .sec_daytime .item_wrap .item_blk{
  background-color: var(--color-daytime);
}
#lp_contents .sec_night .item_wrap .item_blk{
  background-color: var(--color-main);
  color: #fff;
}

#lp_contents .sec_item .text_time{
  position: absolute;
  height: fit-content;
  font-size: 9.6rem;
  font-weight: bold;
  line-height: 4;
  color: #fff;
  opacity: 0.1;
  transform: rotate(90deg) translateY(-20rem);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

#lp_contents .sec_night .special_wrap .text_time{
  transform: rotate(90deg);
}

#lp_contents .sec_item .text_cate{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-bottom: 1rem;
}

#lp_contents .sec_item .text_cate big{
  font-size: 2.8rem;
}

#lp_contents .sec_item .item_lead{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 2rem;
}

#lp_contents .sec_item figure{
  position: relative;
  width: 36rem;
  margin: auto;
}

#lp_contents .sec_item figure img{
  border-radius: 1rem;
}

#lp_contents .sec_item figure .icon{
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  min-width: 9.6rem;
  height: 9.6rem;
  border-radius: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 0 1rem;
}

#lp_contents .sec_morning figure .icon{
  background-color: var(--color-morning-bg);
}
#lp_contents .sec_daytime figure .icon{
  background-color: var(--color-daytime-bg);
}
#lp_contents .sec_night figure .icon{
  background-color: var(--color-night-bg);
  color: #000;
}

#lp_contents .sec_item .item_name{
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}

#lp_contents .sec_item .item_price{
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 0.5rem;
}

#lp_contents .sec_item .check_list{
  width: 40rem;
  padding: 1.5rem;
  margin: 2rem auto 0;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 1rem;
}

#lp_contents .sec_item .check_list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

#lp_contents .sec_item .check_list li{
  position: relative;
  width: 100%;
  padding-left: 2.8rem;
  text-align: justify;
  background-image: url(../img/check.svg);
  background-size: 1.8rem 1.5rem;
  background-repeat: no-repeat;
  background-position: top 0.3rem left;
}


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

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

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

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

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

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

  #lp_contents{
    font-size: 1.4rem;
  }

  /*text*/
  #lp_contents .sec_lead{
    font-size: 2rem;
  }

  #lp_contents .sec_text{
    font-size: 1.6rem;
  }

  /*title*/
  #lp_contents .ttl_wrap{
    gap: 2rem;
    margin: 0 auto 3rem;
  }

  #lp_contents .time_icon img{
    width: 5rem;
  }

  #lp_contents .time_icon p{
    font-size: 1.7rem;
  }

  #lp_contents .ttl_wrap .text_time_img{
    width: 6rem;
  }

  /*btn*/
  #lp_contents .sec_item .link_btn{
    width: 18rem;
    height: 4.5rem;
    font-size: 1.4rem;
    margin: 1.5rem auto 0;
  }

  #lp_contents .cate_link_btn{
    width: 33rem;
    height: 6.8rem;
    font-size: 1.5rem;
    background-size: 3.6rem 3.6rem;
  }

  #lp_contents .all_btn_wrap{
    padding-bottom: 12rem;
  }


  /*------------ sec_mv ------------*/

  #lp_contents .sec_mv .mv_lead{
    padding: 4rem 0 5rem;
    font-size: 1.6rem;
  }


  /*------------ sec_anker ------------*/

  #lp_contents .sec_anker .anker_wrap{
    gap: 1.5rem;
    margin: 3rem auto 0;
  }

  #lp_contents .sec_anker .link_list{
    gap: 0.6rem;
    width: 12rem;
  }

  #lp_contents .sec_anker .link_list a{
    height: 2.8rem;
    font-size: 1.6rem;
  }


  /*------------ sec_item ------------*/

  #lp_contents .sec_item{
    padding: 12rem 0;
  }

  #lp_contents .sec_item .item_wrap{
    padding: 6rem 0 12rem;
  }

  #lp_contents .sec_item .item_cate{
    font-size: 3rem;
    margin-bottom: 2rem;
  }

  #lp_contents .sec_item .item_cate.jpn{
    font-size: 2rem;
  }

  #lp_contents .sec_item .item_wrap .item_wrap_list{
    width: 37rem;
    margin: 5rem auto 0;
  }

  #lp_contents .sec_item .item_wrap .item_blk{
    width: 37rem !important;
    max-width: 37rem !important;
    padding: 2rem 0;
  }

  #lp_contents .sec_item .text_time{
    font-size: 8.8rem;
    line-height: 3.2;
    transform: rotate(90deg) translateY(-15rem);
  }

  #lp_contents .sec_night .special_wrap .text_time{
    transform: rotate(90deg) translateY(-1rem);
  }

  #lp_contents .sec_item .text_cate{
    font-size: 1.8rem;
  }

  #lp_contents .sec_item .text_cate big{
    font-size: 2.4rem;
  }

  #lp_contents .sec_item .item_lead{
    font-size: 1.5rem;
  }

  #lp_contents .sec_item figure{
    width: 25rem;
  }

  #lp_contents .sec_item figure .icon{
    top: -1rem;
    left: -1rem;
    min-width: 7.2rem;
    height: 7.2rem;
    border-radius: 3.6rem;
    font-size: 1.3rem;
  }

  #lp_contents .sec_item .item_name{
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }

  #lp_contents .sec_item .item_price{
    font-size: 1.6rem;
  }

  #lp_contents .sec_item .check_list{
    width: 33rem;
    margin: 1.5rem auto 0;
  }

  #lp_contents .sec_item .check_list li{
    padding-left: 2.4rem;
    background-size: 1.5rem 1.2rem;
    background-position: top 0.3rem left;
  }
}