#totop {
  background-color: transparent;
  background: url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_to_top.png") center center;
  background-size: cover;
}
#totop .inner {
  display: none;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.main section {
  color: #333;
}
.main .js_para_item {
  opacity: 0;
}
#sec-mainview .js_para_point .js_para_item.js_para_item-on {
  -webkit-animation: para_fadeIn 2s ease-out 0.5s 1 both;
          animation: para_fadeIn 2s ease-out 0.5s 1 both;
}
#sec-summary .js_para_point .js_para_item.js_para_item-on:nth-child(1) {
  -webkit-animation: para_fadeIn 0.5s ease-out 0.5s 1 both;
          animation: para_fadeIn 0.5s ease-out 0.5s 1 both;
}
#sec-summary .js_para_point .js_para_item.js_para_item-on:nth-child(2) {
  -webkit-animation: para_fadeIn 1s ease-out 1.5s 1 both;
          animation: para_fadeIn 1s ease-out 1.5s 1 both;
}
#sec-detail .js_para_point .js_para_item.js_para_item-on:nth-child(1) {
  -webkit-animation: para_fadeIn 1s ease-out 0.5s 1 both;
          animation: para_fadeIn 1s ease-out 0.5s 1 both;
}
#sec-detail .js_para_point .js_para_item.js_para_item-on:nth-child(2) {
  -webkit-animation: para_fadeIn 1s ease-out 1s 1 both;
          animation: para_fadeIn 1s ease-out 1s 1 both;
}
#sec-detail .js_para_point .js_para_item.js_para_item-on:nth-child(3) {
  -webkit-animation: para_fadeIn 1s ease-out 1.5s 1 both;
          animation: para_fadeIn 1s ease-out 1.5s 1 both;
}
#sec-detail .js_para_point .js_para_item.js_para_item-on:nth-child(4) {
  -webkit-animation: para_fadeIn 1s ease-out 2s 1 both;
          animation: para_fadeIn 1s ease-out 2s 1 both;
}
#sec-lineup .js_para_point .js_para_item.js_para_item-on:nth-child(1) {
  -webkit-animation: para_fadeIn-toR 0.5s ease-out 0.5s 1 both;
          animation: para_fadeIn-toR 0.5s ease-out 0.5s 1 both;
}
#sec-lineup .js_para_point .js_para_item.js_para_item-on:nth-child(2) {
  -webkit-animation: para_fadeIn-toL 0.5s ease-out 0.5s 1 both;
          animation: para_fadeIn-toL 0.5s ease-out 0.5s 1 both;
}
#sec-shop .js_para_point .js_para_item.js_para_item-on {
  -webkit-animation: para_fadeIn-toT 0.5s ease-out 0s 1 both;
          animation: para_fadeIn-toT 0.5s ease-out 0s 1 both;
}
#sec-campaign .js_para_point .js_para_item.js_para_item-on {
  -webkit-animation: para_fadeIn-toT 0.5s ease-out 0s 1 both;
          animation: para_fadeIn-toT 0.5s ease-out 0s 1 both;
}
#sec-fes .js_para_point .js_para_item {
  opacity: 1;
}
@-webkit-keyframes para_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes para_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes para_fadeIn-toR {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes para_fadeIn-toR {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes para_fadeIn-toL {
  0% {
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes para_fadeIn-toL {
  0% {
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes para_fadeIn-toR {
  0% {
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes para_fadeIn-toR {
  0% {
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes para_fadeIn-toT {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes para_fadeIn-toT {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.bl_glossary {
  background-color: rgba(255,255,255,0.8);
  text-align: left;
  vertical-align: middle;
  margin: 0;
}
.bl_glossary:first-child {
  margin-right: 2%;
}
.bl_glossary_name {
  border-bottom: solid 6px #63af30;
}
.bl_headLine {
  text-align: center;
}
.bl_headLine_main {
  font-family: "jins_next_ttregular", sans-serif;
  line-height: 0.9;
  margin: 0 auto;
  border-bottom: solid 10px #13823b;
  position: relative;
}
.bl_headLine_main::before {
  position: absolute;
  content: "";
  display: block;
  height: 10px;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}
.bl_headLine_main::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 12px;
  border-color: transparent transparent transparent #13823b;
}
.bl_accessories {
  display: inline-block;
  text-align: left;
}
.bl_accessories_data {
  margin: 0;
}
.bl_accessories_txt {
  display: block;
}
.bl_accessories_imgWrap {
  display: block;
  width: 100%;
}
.bl_accessories_img {
  width: 100%;
  display: block;
}
.bl_lineUp {
  text-align: left;
}
.bl_lineUp::after {
  content: "";
  display: block;
  clear: both;
}
.bl_lineUp_txt,
.bl_lineUp_txt2 {
  width: 100%;
}
.bl_lineUp_txt p,
.bl_lineUp_txt2 p {
  margin: 0;
}
.bl_lineUp_txt_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
}
.bl_lineUp_caption {
  line-height: 2;
}
.bl_lineUp_price {
  display: inline-block;
}
.bl_lineUp_price span:nth-of-type(1) {
  font-weight: bold;
  font-family: "jins_next_ttregular", sans-serif;
}
.bl_lineUp_wrap {
  margin: 0 auto;
}
.bl_accordion {
  width: 100%;
  background-color: #fff;
}
.bl_accordion_head {
  color: #63af30;
  border: solid 2px;
  position: relative;
  cursor: pointer;
}
.bl_accordion_head:before,
.bl_accordion_head:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #63af30;
  position: absolute;
  transition: -webkit-transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
}
.bl_accordion_head:before {
  right: 28px;
}
.bl_accordion_head:after {
  right: 40px;
}
.bl_accordion.js_accordion-open .bl_accordion_head::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bl_accordion.js_accordion-open .bl_accordion_head::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bl_accordion.js_accordion-close .bl_accordion_head::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bl_accordion.js_accordion-close .bl_accordion_head::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bl_accordion_body {
  margin: 0;
  border: solid 2px #63af30;
  border-top: none;
  padding: 20px;
}
.bl_accordion_body p {
  margin: 0;
  line-height: 1.8;
}
#sec-fes .bl_accordion_head::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#sec-fes .bl_accordion_head::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#sec-fes .bl_accordion_body {
  display: block;
}
.bl_2col::after {
  content: "";
  display: block;
  clear: both;
}
.bl_dList {
  margin: 0;
}
.bl_dList_head {
  font-weight: bold;
  font-size: 15px;
}
.bl_dList_head:first-of-type {
  margin-top: 0;
}
.bl_dList_body {
  font-size: 15px;
  margin-left: 0;
}
.bl_uList {
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.bl_uList_item::before {
  content: "・";
}
.el_bgImg {
  height: 100%;
}
.el_bgImg-making {
  background: url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_bg_making.png") center center no-repeat;
  background-size: 100% auto;
}
.el_note {
  margin: 0;
}
.el_note::before {
  content: "※";
}
.el_link {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  background-color: #63af30;
  text-decoration: none;
}
.el_link::before {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: #fff;
}
.el_link:hover {
  background-color: #13823b;
}
.el_link-noref::before {
  display: none;
}
.el_link-noref:hover {
  background-color: #63af30;
}
.un_mvTitle_inner {
  width: 100%;
}
.un_mvTitle_img {
  max-width: 100%;
}
.un_localNav {
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  border-top: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
  font-family: "jins_next_ttregular", sans-serif;
}
.un_localNav_item {
  display: inline-block;
  border-right: solid 1px #333;
}
.un_localNav_item:last-child {
  border-right: none;
}
.un_localNav_link {
  color: #333;
  text-decoration: none;
  position: relative;
}
.un_localNav_link::before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: -1px;
  right: 0;
  width: 0;
  display: block;
  background-color: #444;
  transition: width 0.4s ease-out 0s;
}
.un_localNav_link:hover::before {
  left: 0;
  width: 100%;
}
.un_summaryTxt {
  text-align: center;
}
.un_detail {
  position: relative;
  margin: 0 auto;
}
.un_detail_overWrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.un_detail_overWrap_txt {
  line-height: 1.6;
}
.un_modelCommon {
  border: solid 2px #63af30;
}
.un_modelCommon_head {
  background-color: #63af30;
}
.un_modelCommon_head_txt {
  margin: auto;
  color: #fff;
}
.un_modelCommon_head::after {
  content: "";
  background-color: #63af30;
  position: absolute;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 25px;
  height: 25px;
}
.un_modelCommon_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.un_modelCommon_item_txt {
  text-align: left;
  color: #5e5e5e;
}
.un_shopList {
  padding: 0;
}
.un_shopList_label {
  vertical-align: middle;
  margin: 0;
}
.un_shopList_item {
  list-style-type: none;
}
.un_shopList_item::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: solid 2px #63af30;
  display: inline-block;
  vertical-align: middle;
}
.un_campaignDlist {
  line-height: 2;
}
.un_campaignDlist_head {
  display: inline-block;
  vertical-align: top;
}
.un_campaignDlist_head_txt {
  border-bottom: solid 4px #63af30;
}
.un_campaignDlist_body {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.un_makingSlide {
  position: relative;
}
.un_makingSlide_item::after {
  content: "";
  display: block;
  clear: both;
}
.un_makingSlide_item_img_wrap,
.un_makingSlide_item_txt_wrap {
  overflow: hidden;
  position: relative;
}
.un_makingSlide_item_txt_wrap {
  text-align: center;
}
.un_makingSlide_item_img {
  width: 100%;
}
.un_makingSlide .slick-dots {
  padding: 0;
}
.un_makingSlide .slick-dots > li {
  display: inline-block;
}
.un_makingSlide .slick-dots > li > button {
  background-color: #dfdfdf;
  border: none;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  margin: 0 20px;
  font-size: 0;
}
.un_makingSlide .slick-dots > li.slick-active > button {
  background-color: #bfbfbf;
}
.un_makingImg_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.un_makingImg_img {
  width: 100%;
}
.un_fxdw {
  margin-left: auto;
  margin-right: auto;
}
.hp_overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.hp_overlay-center {
  left: 0;
  right: 0;
}
.hp_ta_r {
  text-align: right;
}
.hp_fw-bold {
  font-weight: bold;
}
.ly_sec {
  width: 100%;
  position: relative;
}
.ly_sec-shop {
  background-color: #f0ffed;
}
.ly_sec-fes {
  background-color: #edfffc;
}
.ly_sec-fes::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.4) url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_close_text.png") center center no-repeat;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@media all and (min-width: 769px) {
  #totop {
    width: 88px;
    height: 88px;
  }
  .app_note {
    margin-left: auto;
    margin-right: auto;
    width: 83.33333333333334%;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    font-size: 20px;
    color: #63af30;
    border: solid 2px;
    position: relative;
    padding-top: 20px;
  }
  .app_note a {
    text-decoration: none;
  }
  .main section {
    font-size: 18px;
  }
  .bl_glossary {
    display: inline-block;
    width: 32%;
    min-height: 155px;
  }
  .bl_glossary_wrap {
    margin: 8% auto 4%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bl_glossary_name {
    font-size: 18px;
    padding: 6.25% 6.25% 1.5625%;
    margin-right: 18.75%;
  }
  .bl_glossary_txt {
    margin: 6.25% 6.25%;
    font-size: 14px;
  }
  .bl_headLine {
    margin: 0 auto 60px;
  }
  .bl_headLine_sub {
    margin-top: 15px;
    font-size: 20px;
  }
  .bl_headLine_main {
    width: 260px;
    font-size: 36px;
    padding-bottom: 20px;
  }
  .bl_headLine_main::before {
    border-left: solid 10px #63af30;
    border-right: solid 10px #fff;
    width: 115px;
  }
  .bl_headLine_main::after {
    right: -2px;
  }
  .bl_accessories_name {
    font-size: 20px;
  }
  .bl_accessories_txt {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .bl_accessories_wrap {
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 60px;
  }
  .bl_accessories_wrap .bl_accessories {
    width: 35.833333333333336%;
    margin: 0 2.5%;
  }
  .bl_lineUp_txt_wrap {
    height: 240px;
    width: 48%;
    padding-right: 2%;
  }
  .bl_lineUp_img {
    max-width: 100%;
    max-height: 240px;
    margin: auto 0 auto auto;
  }
  .bl_lineUp_img_wrap {
    height: 240px;
    float: left;
    width: 52%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_lineUp_name {
    line-height: 2;
    font-size: 32px;
  }
  .bl_lineUp_name span {
    font-size: 24px;
  }
  .bl_lineUp_caption {
    font-size: 18px;
  }
  .bl_lineUp_price {
    padding-right: 30px;
  }
  .bl_lineUp_price span:nth-of-type(1) {
    font-size: 32px;
  }
  .bl_lineUp_price span:nth-of-type(2) {
    font-size: 20px;
  }
  .bl_lineUp_wrap {
    padding: 90px 8.333333333333332%;
    box-sizing: border-box;
  }
  .bl_lineUp_wrap .bl_lineUp {
    margin-bottom: 100px;
  }
  .bl_lineUp_wrap .bl_lineUp:last-child {
    margin-bottom: 0;
  }
  .bl_lineUpHead {
    display: none;
  }
  .bl_accordion_head {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
  }
  .bl_accordion_head:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 20px;
  }
  .bl_accordion_head:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 20px;
  }
  .bl_accordion_body {
    font-size: 15px;
  }
  .bl_2col {
    margin-bottom: 40px;
  }
  .bl_2col_col {
    float: left;
    width: 48%;
  }
  .bl_2col_col:first-child {
    margin-right: 4%;
  }
  .bl_2col_col .bl_2col_img {
    max-width: 100%;
    text-align: right;
  }
  .bl_2col-campaign .bl_2col_img {
    max-height: 250px;
  }
  .bl_2col-fes .bl_2col_img {
    max-height: 350px;
  }
  .bl_dList_head {
    margin-top: 30px;
  }
  .el_bgImg-mainview {
    background: url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_bg_mainview.png") center center no-repeat;
    background-size: 100% auto;
  }
  .el_bgImg-summary {
    background: url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_bg_summary.png") center center no-repeat;
    background-size: 100% auto;
  }
  .el_bgImg-detail {
    background: url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_bg_detail.png") center center no-repeat;
    background-size: 100%;
  }
  .el_bgImg-detailTile {
    background: url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_bg_detail_tile.png") center center repeat;
  }
  .el_bgImg-lineup {
    background: url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_bg_lineup_1.png") center center no-repeat;
    background-size: 100% auto;
  }
  .el_bgImg-lineup2 {
    background: url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_bg_lineup_2.png") center center no-repeat;
    background-size: 100% auto;
  }
  .el_note {
    font-size: 13px;
  }
  .el_link {
    font-size: 18px;
    width: 132px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
  }
  .un_mvTitle {
    width: 60%;
    position: relative;
    top: 130px;
    margin-left: 5.833333333333333%;
  }
  .un_localNav {
    padding: 20px 0;
  }
  .un_localNav_item {
    font-size: 24px;
    padding: 0 2.5%;
  }
  .un_summaryTxt {
    margin: 20px 20px;
    font-size: 14px;
  }
  .un_summaryTxt-lead {
    margin: 80px 1.666666666666667% 50px;
  }
  .un_summaryTxt-note {
    text-align: right;
    margin-right: 8.333333333333332%;
    font-size: 14px;
  }
  .un_detail_overWrap_txt {
    font-size: 20px;
  }
  .un_detail {
    background: #fff url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_bg_detail_tile.png") center top repeat;
  }
  .un_detail_bg {
    padding-bottom: 73.33333333333333%;
  }
  .un_detail_overWrap_item {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
  }
  .un_detail_overWrap_item-1 {
    top: 0;
    right: 0;
    padding: 5% 9.166666666666666% 0 0;
    text-align: right;
  }
  .un_detail_overWrap_item-1 .un_detail_overWrap_txt {
    white-space: nowrap;
    text-align: right;
    box-sizing: border-box;
    padding-right: 1.666666666666667%;
    display: inline-block;
    vertical-align: middle;
  }
  .un_detail_overWrap_item-1 .un_detail_overWrap_img {
    width: 24.166666666666668%;
    display: inline-block;
    vertical-align: middle;
  }
  .un_detail_overWrap_item-2 {
    top: 0;
    left: 0;
    padding: 15% 0 0 8.333333333333332%;
  }
  .un_detail_overWrap_item-3 {
    top: 0;
    left: 0;
    padding: 45% 0 0 20%;
  }
  .un_detail_overWrap_item-4 {
    top: 0;
    left: 0;
    padding: 48.333333333333336% 0 0 58.333333333333336%;
  }
  .un_detail_overWrap_item-4 .un_detail_overWrap_img {
    display: block;
    width: 57.99999999999999%;
  }
  .un_detail_overWrap_item-4 .un_detail_overWrap_txt {
    margin-left: -50px;
  }
  .un_modelCommon {
    display: table;
    max-width: 870px;
    text-align: center;
    width: 72.5%;
    margin: 3.333333333333333% auto;
  }
  .un_modelCommon_head {
    display: table-cell;
    vertical-align: middle;
    min-width: 130px;
    text-align: center;
    position: relative;
  }
  .un_modelCommon_head::after {
    -webkit-transform: translateY(-150%) rotate(45deg);
            transform: translateY(-150%) rotate(45deg);
    right: -10px;
  }
  .un_modelCommon_body {
    width: 85.0574712643678%;
    padding: 15px 0;
    display: table-cell;
  }
  .un_modelCommon_body_inner {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .un_modelCommon_item {
    margin: 0 2.702702702702703%;
  }
  .un_modelCommon_item:first-child {
    margin-right: 0;
  }
  .un_modelCommon_item_img {
    padding-right: 10px;
  }
  .un_shopList {
    margin: 0;
    width: 45%;
  }
  .un_shopList_label {
    -webkit-column-break-after: avoid;
            break-after: avoid;
  }
  .un_shopList_item {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
  }
  .un_shopList_item:first-child {
    -webkit-column-break-after: column;
            break-after: column;
  }
  .un_shopList_shops {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
    line-height: 1.6;
  }
  .un_shopList_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .un_campaignDlist_head {
    width: 30.612244897959183%;
  }
  .un_campaignDlist_body {
    width: 67.3469387755102%;
  }
  .un_makingSlide {
    height: 470px;
  }
  .un_makingSlide_item_img_wrap,
  .un_makingSlide_item_txt_wrap {
    height: 470px;
    float: left;
    width: 50%;
  }
  .un_makingSlide_item_img_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .un_makingSlide_item_txt {
    position: relative;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .un_makingSlide .slick-dots {
    position: absolute;
    right: 25%;
    top: 60%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .un_makingImg {
    width: 50%;
  }
  .un_makingImg_wrap {
    width: 100%;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .un_makingImg_wrap {
    max-width: 1200px;
    margin: 8.333333333333332% auto;
  }
  .un_fxdh-mainview {
    height: 600px;
  }
  .un_fxdh-localnav {
    height: 80px;
  }
  .un_fxdh-summary {
    height: 680px;
  }
  .un_fxdh-lineup {
    height: 760px;
  }
  .un_fxdh-lineup2 {
    height: 420px;
  }
  .un_fxdw {
    width: 83.33333333333334%;
  }
  .un_fxdw-pc {
    margin-left: auto;
    margin-right: auto;
    width: 83.33333333333334%;
  }
  .hp_overlay-pc {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .hp_ta_r-pc {
    text-align: right;
  }
  .hp_only-sp {
    display: none;
  }
  .ly_sec-detail {
    padding-top: 60px;
  }
  .ly_sec-lineup {
    padding-top: 60px;
  }
  .ly_sec-shop::before,
  .ly_sec-shop::after {
    content: "";
    display: block;
    width: 100%;
    height: 194px;
  }
  .ly_sec-shop::before {
    background: url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_bg_shop_top.png") 0 0 repeat;
  }
  .ly_sec-shop::after {
    background: url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_bg_shop_btm.png") 0 0 repeat;
  }
  .ly_sec-fes {
    padding-bottom: 60px;
  }
  .ly_sec-fes::before {
    content: "";
    display: block;
    width: 100%;
  }
  .ly_sec-fes::before {
    background: #fff url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_bg_fes_top.png") 0 0 repeat;
    height: 194px;
  }
  .ly_sec-making {
    padding-top: 60px;
  }
}
@media all and (max-width: 768px) {
  #totop {
    width: 13.750000000000002%;
    height: 0;
    padding-bottom: 13.750000000000002%;
  }
  .app_note {
    margin-left: auto;
    margin-right: auto;
    width: 93.75%;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    font-size: 18px;
    color: #63af30;
    border: solid 2px;
    position: relative;
    padding-top: 20px;
    margin-bottom: 10px;
    text-decoration: none;
  }
  .main section {
    font-size: 12px;
  }
  .bl_glossary {
    display: block;
    width: 100%;
    margin: 6.666666666666667% 0;
    border: solid 1px #dedede;
  }
  .bl_glossary_name {
    font-size: 15px;
    padding: 5% 5% 1.666666666666667%;
    margin-right: 23.333333333333332%;
  }
  .bl_glossary_txt {
    margin: 5%;
    font-size: 11px;
  }
  .bl_headLine {
    margin: 0 auto 9.375%;
    padding-top: 23.4375%;
  }
  .bl_headLine_sub {
    margin-top: 2.34375%;
    font-size: 14px;
  }
  .bl_headLine_main {
    width: 73.4375%;
    font-size: 26px;
    padding-bottom: 3.125%;
  }
  .bl_headLine_main::before {
    width: 10px;
    background-color: #63af30;
  }
  .bl_headLine_main::after {
    right: -12px;
  }
  .bl_headLine-shop {
    background: #fff url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_bg_shop_top_sp.png") bottom center no-repeat;
    background-size: 100%;
  }
  .bl_headLine-campaign {
    background: #f0ffed url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_bg_shop_btm_sp.png") bottom center no-repeat;
    background-size: 100%;
  }
  .bl_headLine-fes {
    background: #fff url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_bg_fes_top_sp.png") bottom center no-repeat;
    background-size: 100%;
  }
  .bl_headLine-making {
    background: #edfffc url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_bg_fes_btm_sp.png") bottom center no-repeat;
    background-size: 100%;
  }
  .bl_accessories_name {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .bl_accessories_txt {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .bl_accessories_wrap {
    padding-bottom: 10%;
  }
  .bl_accessories_wrap .bl_accessories {
    width: 100%;
  }
  .bl_lineUp_txt {
    padding-bottom: 56.666666666666664%;
  }
  .bl_lineUp_img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .bl_lineUp_img_wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 60px;
  }
  .bl_lineUp_name {
    font-size: 20px;
    padding: 5% 0;
  }
  .bl_lineUp_name span {
    font-size: 20px;
  }
  .bl_lineUp_caption {
    font-size: 13px;
  }
  .bl_lineUp_price {
    padding-right: 3.333333333333333%;
  }
  .bl_lineUp_price span:nth-of-type(1) {
    font-size: 20px;
  }
  .bl_lineUp_price span:nth-of-type(2) {
    font-size: 14px;
  }
  .bl_lineUp {
    position: relative;
    height: 100%;
  }
  .bl_lineUp_wrap {
    width: 93.75%;
  }
  .bl_lineUpHead {
    position: relative;
    margin: 9.375% 0;
  }
  .bl_lineUpHead_img {
    width: 100%;
  }
  .bl_lineUpHead_label_wrap {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 3.125%;
  }
  .bl_lineUpHead_label {
    font-size: 15px;
    margin: 0;
    text-align: right;
  }
  .bl_lineUpHead_label-ul {
    position: relative;
    font-size: 13px;
  }
  .bl_lineUpHead_label-ul::after {
    display: block;
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #63af30;
  }
  .bl_accordion {
    margin: 0;
  }
  .bl_accordion_head {
    padding: 20px;
    border-left: none;
    border-right: none;
  }
  .bl_accordion_head:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 30px;
  }
  .bl_accordion_head:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 30px;
  }
  .bl_accordion_body {
    font-size: 14px;
    border-left: 0;
    border-right: 0;
    display: none;
  }
  .bl_2col {
    width: 93.75%;
    margin: 0 auto;
  }
  .bl_2col_col {
    margin: 9.375% auto;
  }
  .bl_2col_col .bl_2col_img {
    padding: 0 3.333333333333333%;
    width: 100%;
    box-sizing: border-box;
  }
  .bl_2col-fes .bl_2col_col:first-child p {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .bl_2col-fes .bl_2col_col:first-child p:nth-of-type(2) {
    margin-bottom: 10%;
  }
  .bl_2col-fes .bl_2col_col:first-child p:nth-of-type(3) {
    width: 55.00000000000001%;
  }
  .bl_2col-fes .bl_2col_col:first-child div {
    display: inline-block;
    vertical-align: top;
    width: 43.333333333333336%;
  }
  .bl_dList_head {
    margin-top: 5%;
  }
  .el_bgImg-mainview {
    background: url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_bg_mainview_sp.png") center center no-repeat;
    background-size: cover;
  }
  .el_bgImg-summary {
    background: url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_bg_summary_sp.png") center top no-repeat;
    background-size: 100% auto;
  }
  .el_bgImg-detail {
    background: url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_bg_detail_sp.png") center center no-repeat;
    background-size: 100%;
  }
  .el_bgImg-detailTile {
    background: url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_bg_detail_tile_sp.png") center center repeat;
  }
  .el_bgImg-lineup {
    height: auto;
  }
  .el_bgImg-lineup2 {
    height: auto;
  }
  .el_note {
    font-size: 10px;
  }
  .el_link {
    font-size: 15px;
    width: 46.666666666666664%;
    max-width: 150px;
    padding: 10px 0;
  }
  .un_mvTitle {
    box-sizing: border-box;
    width: 78.125%;
    padding: 45.3125% 0;
    margin: 0 auto;
  }
  .un_localNav {
    padding: 3.125% 6.25%;
  }
  .un_localNav_item {
    white-space: nowrap;
    font-size: 16px;
    padding: 0 7.142857142857142%;
    margin: 1.785714285714286% 0;
  }
  .un_localNav_item:first-child {
    padding-left: 0;
  }
  .un_localNav_item:last-child {
    padding-right: 0;
  }
  .un_summaryTxt {
    margin: 7.8125% 3.125%;
    font-size: 12px;
  }
  .un_summaryTxt-lead {
    margin: 0;
    padding: 12.5% 20.3125% 0;
    font-size: 17px;
  }
  .un_summaryTxt-note {
    font-size: 10px;
  }
  .un_detail_overWrap_txt {
    font-size: 13px;
  }
  .un_detail {
    background: #fff url("/client_info/JINSJINS/view/userweb/ext/st/e235/img/img_bg_detail_tile_sp.png") center top repeat;
  }
  .un_detail_bg {
    padding-bottom: 142.5%;
  }
  .un_detail_overWrap_item {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
  }
  .un_detail_overWrap_item-1 {
    top: 0;
    right: 0;
    padding: 9.375% 3.125% 0 0;
    text-align: right;
  }
  .un_detail_overWrap_item-1 .un_detail_overWrap_img {
    width: 43.103448275862064%;
  }
  .un_detail_overWrap_item-2 {
    top: 0;
    left: 0;
    padding: 42.1875% 0 0 3.125%;
  }
  .un_detail_overWrap_item-3 {
    top: 0;
    right: 0;
    padding: 95.3125% 51.5625% 0 0;
    text-align: right;
  }
  .un_detail_overWrap_item-3 .un_detail_overWrap_txt {
    display: inline-block;
    text-align: left;
  }
  .un_detail_overWrap_item-4 {
    top: 0;
    right: 0;
    padding: 95.3125% 3.125% 0 0;
    text-align: right;
  }
  .un_detail_overWrap_item-4 .un_detail_overWrap_img {
    width: 43.103448275862064%;
  }
  .un_modelCommon {
    width: 93.75%;
    margin: 12.5% auto;
  }
  .un_modelCommon_head {
    padding: 15px;
    font-size: 14px;
  }
  .un_modelCommon_head::after {
    left: calc(50% - 12.5px);
  }
  .un_modelCommon_body {
    padding: 20px;
  }
  .un_modelCommon_item:first-child {
    margin-bottom: 8.333333333333332%;
  }
  .un_modelCommon_item_img {
    padding-right: 15px;
  }
  .un_shopList {
    margin: 0 3.125%;
  }
  .un_shopList_label {
    line-height: 1.8;
  }
  .un_shopList_shops {
    line-height: 1.8;
  }
  .un_campaignDlist_head {
    width: 31.666666666666664%;
  }
  .un_campaignDlist_body {
    width: 66.66666666666666%;
  }
  .un_makingSlide {
    width: 93.75%;
    margin: 0 auto;
  }
  .un_makingSlide_item_txt_wrap {
    margin: 6.666666666666667%;
  }
  .un_makingSlide_item_img {
    display: block;
  }
  .un_makingSlide_item_txt {
    margin: 0;
    font-size: 14px;
  }
  .un_makingSlide .slick-dots {
    margin: 0 auto;
    text-align: center;
  }
  .un_makingImg {
    width: 100%;
  }
  .un_makingImg_wrap {
    width: 93.75%;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .un_makingImg_wrap {
    margin: 16.666666666666664% auto;
  }
  .un_fxdw {
    width: 93.75%;
  }
  .hp_overlay-sp {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .hp_only-pc {
    display: none;
  }
  .hp_ml20-sp {
    margin-left: 3.125%;
  }
  .ly_sec-fes::after {
    background-size: 90%;
    top: 10px;
    z-index: 9;
  }
}

