<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* common
##################################### */
.lp_cont * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lp_cont {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 800;
  letter-spacing: 0.7px;
  background: #fff;
  color: #000;
}
.lp_cont a:hover {
  opacity: unset;
}
.lp_cont img {
  max-width: 100%;
  height: auto;
}
/* mv
  ##################################### */
.mv .mv_lead {
  text-align: center;
  color: #009044;
}
.sub_ttl {
  text-align: center;
  margin-bottom: 10px;
}
.lead_wrap h3 {
  color: #009044;
  text-align: center;
  position: relative;
}
.lead_wrap h3:before {
  content: '';
  background: #009044;
  width: 1px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
}
.btn_hover {
  margin: auto;
  text-align: center;
  background: #ff722d;
  color: #fff;
  font-weight: normal;
  position: relative;
  display: block;
}
.btn_hover:hover {
  background: #009044;
  color: #fff !important;
  transition: .3s;
}
.btn_hover:before {
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  content: "";
  height: 10px;
  position: absolute;
  top: 42%;
  transform: rotate(45deg);
  width: 10px;
}
.btn_hover:hover:before {
  transition: .3s;
}
/* -- MOVIE -- */
#movie {
  background: url(https://gigaplus.makeshop.jp/nishihara01/_cm_gallery/goripara/ttl_movie.png) no-repeat;
  background-position: top left;
}
.movie_inner {
  display: block;
  text-align: center;
}
#movie .app_list {
  display: flex;
  justify-content: space-between;
}
#movie .app_list a:hover {
  opacity: .7;
  transition: .3s;
}
#movie .bnr_blo02 {
  margin-top: 30px;
}
/* -- items -- */
#items {
  background: url(https://gigaplus.makeshop.jp/nishihara01/_cm_gallery/goripara/ttl_eat.png) no-repeat;
  background-position: top left;
}
#items .list01 {
  position: relative;
}
#items .list01:before, #items .list01:after {
  content: '';
  position: absolute;
}
#items .list01:before {
  background: url(https://gigaplus.makeshop.jp/nishihara01/_cm_gallery/goripara/eat_other-txt.png) no-repeat;
  background-size: contain;
}
#items .list01:after {
  background: url(https://gigaplus.makeshop.jp/nishihara01/_cm_gallery/goripara/eat_img02.png) no-repeat;
  background-size: contain;
}
#items .lead_wrap {
  background: url(https://gigaplus.makeshop.jp/nishihara01/_cm_gallery/goripara/eat_img.png) no-repeat;
  background-position: center bottom;
}
#items .img_wrap {
  text-align: center;
}
#items .text_wrap .item_lead {
  color: #009044;
  font-weight: 900;
  margin-bottom: 25px;
}
/* -- comment -- */
#comment {
  background: url(https://gigaplus.makeshop.jp/nishihara01/_cm_gallery/goripara/ttl_bts.png) no-repeat;
  background-position: top left;
}
#comment .lead_wrap {
  background: url(https://gigaplus.makeshop.jp/nishihara01/_cm_gallery/goripara/bts_img.png) no-repeat;
  background-position: right bottom;
  position: relative;
}
#comment .lead_wrap:before, #comment .lead_wrap:after {
  content: '';
  position: absolute;
  left: 0;
}
#comment .lead_wrap:before {
  background: url(https://gigaplus.makeshop.jp/nishihara01/_cm_gallery/goripara/bts_deco.png) no-repeat;
  background-size: contain;
  z-index: 100;
}
#comment .lead_wrap:after {
  background: url(https://gigaplus.makeshop.jp/nishihara01/_cm_gallery/goripara/bts_img02.png) no-repeat;
  background-size: 100%;
  width: 100%;
}
#comment .comme_wrap {
  position: relative;
}
/*#comment .comme_wrap:not(:last-child) {
  margin-bottom: 95px;
}*/
#comment .c_blo01 {
  background: url(https://gigaplus.makeshop.jp/nishihara01/_cm_gallery/goripara/bts_comme-bg01.png) no-repeat;
  background-position: center;
  z-index: 90;
}
#comment .c_blo02 {
  background: #009044;
}
#comment .c_blo03 {
  background: url(https://gigaplus.makeshop.jp/nishihara01/_cm_gallery/goripara/bts_comme-bg02.png) no-repeat;
  background-position: top center;
  margin-top: -2px;
}
#comment .c_txt {
  color: #fff;
  font-weight: normal;
}
#comment .c_txt .name {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
#making {
  background: url(https://gigaplus.makeshop.jp/nishihara01/_cm_gallery/goripara/ft_img.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}
/* -- ruby -- */
ruby {
  vertical-align: bottom !important;
}
/* PC
--------------------------------------------*/
@media screen and (min-width: 769px) {
  .lp_cont {
    width: 1220px;
    margin: 0 auto;
    font-size: 16px;
  }
  /* contants
  ##################################### */
  .lp_main {
    margin-top: 100px;
  }
  /* mv
  ##################################### */
  .movie_inner iframe {
    width: 680px;
    height: 382px;
  }
  .mv .mv_lead {
    padding-top: 30px;
    font-size: 30px;
    line-height: 1.5em;
  }
  .movie02 .sub_ttl {
    width: 20%;
  }
  .lead_wrap h3 {
    font-size: 40px;
  }
  .sub_ttl {
    width: 30%;
    margin: 0 auto;
  }
  .app_wrap img {
    width: 95%;
    padding-left: 20px;
  }
  .block {
    margin-bottom: 140px;
  }
  .lead_wrap h3:before {
    height: 80px;
  }
  .btn_hover {
    width: 510px;
    height: 70px;
    font-size: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn_hover:before {
    right: 30px;
  }
  .btn_hover:hover:before {
    right: 20px;
  }
  /* -- MOVIE -- */
  #movie {
    background-size: 60px auto;
  }
  #movie .movie01, #movie .movie02 {
    margin-bottom: 100px;
  }
  #movie .app_wrap {
    max-width: 680px;
    width: 100%;
    margin: auto;
  }
  .movie_inner {
    width: 680px;
    margin: 0 auto;
    padding-top: 30px;
  }
  /* -- items -- */
  #items {
    background-size: 60px auto;
  }
  #items .list01 {
    padding-bottom: 585px;
  }
  #items .list01:before {
    width: 584px;
    height: 70px;
    bottom: 365px;
    left: 25%;
  }
  #items .list01:after {
    width: 630px;
    height: 278px;
    bottom: 60px;
    left: 25%;
  }
  #items .lead_wrap {
    padding: 100px 0 500px;
    background-size: 569px auto;
  }
  #items .items_list {
    margin-top: 60px;
  }
  #items .item_txt {
    font-size: 20px;
    line-height: 1.5em;
  }
  #items .text_wrap {
    width: 760px;
    margin: 60px auto;
  }
  #items .text_wrap .item_lead {
    font-size: 34px;
    line-height: 1.5em;
  }
  #items .item_block:not(:last-child) {
    margin-bottom: 150px;
  }
  .item_block img {
    width: 50%;
  }
  /* -- comment -- */
  #comment {
    background-size: 60px auto;
  }
  #comment .lead_wrap {
    padding: 100px 0 570px;
    background-size: 720px auto;
  }
  #comment .lead_wrap:before {
    width: 450px;
    height: 460px;
    bottom: -90px;
  }
  #comment .lead_wrap:after {
    height: 345px;
    left: 372px;
    width: 70%;
    bottom: -230px;
  }
  #comment .c_blo01 {
    background-size: 80% auto;
    bottom: -28px;
  }
  #comment .c_blo01 .comme_inner {
    padding: 130px 0 95px;
  }
  #comment .c_blo02 {
    padding: 70px 0 100px;
    margin: 0 auto;
    width: 80%;
  }
  #comment .c_blo02:before {
    content: '';
    background: url(https://gigaplus.makeshop.jp/nishihara01/_cm_gallery/goripara/bts_deco-bg01.png) no-repeat;
    background-size: 100% auto;
    width: 64px;
    height: 193px;
    position: absolute;
    top: -193px;
    right: 0;
  }
  #comment .c_blo03 {
    background-size: 80% auto;
    padding-bottom: 120px;
  }
  #comment .comme_inner {
    width: 680px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  #comment .c_txt {
    width: calc(100% - 200px);
  }
  #comment .c_txt .name {
    font-size: 30px;
  }
  #comment .c_txt .name .s_txt {
    font-size: 20px;
  }
  #comment .comme_inner img {
    width: 80%;
  }
  #comment .comme_inner .comme {
    line-height: 1.5em;
  }
  #making {
    padding-bottom: 75px;
  }
  #making .sub_ttl {
    width: 25%;
  }
  /* -- ruby -- */
  rt {
    font-size: 10px;
  }
}
/* SP
--------------------------------------------*/
@media screen and (max-width: 768px) {
  .lp_cont {
    max-width: 740px;
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 1.6;
  }
  /* mv
  ##################################### */
  .mv .mv_lead {
    font-size: 13px;
    margin-top: 5vw;
  }
  .movie_inner iframe {
    width: 100%;
    height: 206px;
  }
  .movie_wrap .sub_ttl {
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .movie01 .sub_ttl {
    width: 244px;
  }
  .movie02 .sub_ttl {
    width: 154px;
  }
  .lead_wrap h3 {
    font-size: 20px;
  }
  /* contants
  ##################################### */
  .lp_main {
    margin-top: 60px;
  }
  .lp_cont img {
    max-width: 100%;
    height: auto;
  }
  .block {
    margin-bottom: 90px;
  }
  .lead_wrap h3:before {
    height: 37px;
  }
  .btn_hover {
    width: 100%;
    font-size: 27px;
    border-radius: 30px;
    color: #fff !important;
    padding: 10px 0;
  }
  .btn_hover:before {
    right: 25px;
  }
  .btn_hover:hover:before {
    right: 15px;
  }
  /* -- MOVIE -- */
  #movie {
    background-size: 30px auto;
  }
  #movie .block_inner {
    margin: 0 5vw;
  }
  #movie .movie_wrap {
    padding-top: 6vw;
  }
  #movie .movie01, #movie .movie02 {
    margin-bottom: 60px;
  }
  #movie .app_list {
    align-items: center;
  }
  #movie .bnr_blo01 li:first-child {
    width: 26%;
  }
  #movie .bnr_blo01 li:last-child {
    width: 71%;
  }
  #movie .bnr_blo02 li:first-child {
    width: 44%;
  }
  #movie .bnr_blo02 li:last-child {
    width: 54%;
  }
  /* -- items -- */
  #items {
    background-size: 30px auto;
  }
  #items .list01 {
    padding-bottom: 305px;
  }
  #items .list01:before {
    width: 100%;
    height: 42px;
    bottom: 204px;
    left: 0;
  }
  #items .list01:after {
    width: 100%;
    height: 168px;
    bottom: 10px;
    left: 0;
  }
  #items .lead_wrap {
    padding: 55px 0 310px;
    background-size: 322px auto;
  }
  #items .items_list {
    margin: 50px 5vw 0;
  }
  #items .text_wrap {
    margin: 30px auto 60px;
  }
  #items .text_wrap .item_lead {
    font-size: 20px;
  }
  #items .item_block:not(:last-child) {
    margin-bottom: 90px;
  }
  /* -- comment -- */
  #comment {
    background-size: 30px auto;
  }
  #comment .lead_wrap {
    padding: 50px 0 235px;
    background-size: 76% auto;
  }
  #comment .lead_wrap:before {
    width: 165px;
    height: 120px;
    bottom: -38px;
  }
  #comment .lead_wrap:after {
    height: 190px;
    bottom: -142px;
  }
  #comment .c_blo01 {
    background-size: 150% 100%;
  }
  #comment .c_blo01 .comme_inner {
    padding: 120px 0;
  }
  #comment .c_blo02 {
    padding: 90px 0;
    margin-top: -70px;
  }
  #comment .c_blo03 {
    background-size: 140% 100%;
    padding-bottom: 120px;
  }
  /*#comment .c_img {
    text-align: center;
  }*/
  #comment .c_txt {
    margin: 0 5vw;
  }
  #comment .c_txt .name {
    font-size: 20px;
  }
  #comment .c_txt .name .s_txt {
    font-size: 15px;
  }
  #comment .comme_inner .c_img {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  #making {
    padding-bottom: 35px;
  }
  #making .movie_wrap {
    margin: 0 5vw;
  }
  #making .sub_ttl {
    width: 189px;
  }
}</pre></body></html>