@charset "UTF-8";
/**
 * Name: online.scss
 */
/**
 * Name: _config.scss
 */
/**
 * Name: _config.scss
 */
/*--- window size --- */
/*--- color --- */
/*--- font --- */
/**
 * Name: vars/_easing.scss
 */
/**
 * Name: mixins/_fontSize.scss
 */
/**
 * Name: mixins/_clearfix.scss
 */
/**
 * Name: mixins/_hideaway.scss
 */
/**
 * Name: mixins/_opacity.scss
 */
/**
 * Name: mixins/_transform.scss
 */
/**
 * Name: mixins/_transition.scss
 */
/**
 * Name: mixins/_margin.scss
 */
/**
 * Name: mixins/_button.scss
 */
/**
 * Name: components/_lineupModal.scss
 */
.lineup-modal {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
}

.lineup-modal-inner {
  position: relative;
  z-index: 2;
  padding: 50px 25px;
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
}

@media only screen and ( min-width: 769px ) {
  .lineup-modal-inner {
    padding: 50px;
  }
}

.lineup-modal-content {
  padding: 40px 0;
  position: relative;
  color: #242424;
}

.lineup-modal-caption {
  margin-bottom: 3%;
  font-size: 112.5%;
  text-align: center;
}

@media only screen and ( min-width: 769px ) {
  .lineup-modal-caption {
    margin-bottom: 10px;
    font-size: 100%;
  }
}

.lineup-modal-name {
  margin-bottom: 5px;
  font-size: 212.5%;
  font-family: "jins_next_ttmedium";
  line-height: 1.2;
  text-align: center;
}

.lineup-modal-color {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 100%;
  text-align: center;
}

.lineup-modal-slide {
  position: relative;
  margin-bottom: 3%;
  padding: 0 25px;
}

@media only screen and ( min-width: 769px ) {
  .lineup-modal-slide {
    width: 630px;
    margin: 0 auto 5px auto;
  }
}

.lineup-modal-slide-inner {
  position: relative;
  overflow: hidden;
}

.lineup-modal-slide-content {
  position: relative;
  width: 10000px;
}

.lineup-modal-slide-list {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.lineup-modal-slide-child {
  float: left;
  width: calc(100vw - 120px);
  padding: 0 15px;
  text-align: center;
  box-sizing: border-box;
}

@media only screen and ( min-width: 769px ) {
  .lineup-modal-slide-child {
    width: auto;
    padding: 0 60px;
  }
  .lineup-modal-slide-child img {
    width: 100%;
    height: auto;
  }
}

.lineup-modal-slide-pager {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
}

.lineup-modal-slide-pager.pager-prev {
  left: -25px;
}

.lineup-modal-slide-pager.pager-prev:before {
  position: absolute;
  left: 25px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-left: 2px solid #3a4763;
  border-top: 2px solid #3a4763;
  transform: translate(0, -50%) rotateZ(-45deg);
  -webkit-transform: translate(0, -50%) rotateZ(-45deg);
  -moz-transform: translate(0, -50%) rotateZ(-45deg);
  -o-transform: translate(0, -50%) rotateZ(-45deg);
  -ms-transform: translate(0, -50%) rotateZ(-45deg);
  content: '';
}

.lineup-modal-slide-pager.pager-next {
  right: -25px;
}

.lineup-modal-slide-pager.pager-next:before {
  position: absolute;
  right: 25px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-left: 2px solid #3a4763;
  border-top: 2px solid #3a4763;
  transform: translate(0, -50%) rotateZ(135deg);
  -webkit-transform: translate(0, -50%) rotateZ(135deg);
  -moz-transform: translate(0, -50%) rotateZ(135deg);
  -o-transform: translate(0, -50%) rotateZ(135deg);
  -ms-transform: translate(0, -50%) rotateZ(135deg);
  content: '';
}

.lineup-modal-slide-control {
  list-style: none;
  margin: 0 auto 4% auto;
  padding: 0;
  text-align: center;
}

@media only screen and ( min-width: 769px ) {
  .lineup-modal-slide-control {
    margin: 0 auto 20px auto;
  }
}

.lineup-modal-slide-control-child {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  background: #d3d6db;
  text-align: center;
  cursor: pointer;
}

.lineup-modal-slide-control-child.active {
  background: #3a4763;
  pointer-events: none;
}

@media only screen and ( min-width: 769px ) {
  .lineup-modal-info {
    display: table;
    margin: 0 auto 30px auto;
    table-layout: fixed;
  }
}

.lineup-modal-price {
  margin-bottom: 4%;
  font-size: 100%;
  text-align: center;
}

@media only screen and ( min-width: 769px ) {
  .lineup-modal-price {
    display: table-cell;
    padding-right: 25px;
    vertical-align: middle;
  }
}

.lineup-modal-btn {
  padding: 0 8%;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and ( min-width: 769px ) {
  .lineup-modal-btn {
    display: table-cell;
    width: 200px;
    margin: 0;
    padding: 0;
    font-size: 75%;
    vertical-align: middle;
  }
}

.lineup-modal-btn a {
  display: block;
  padding: 8px;
  border: 1px solid #616c82;
  border-radius: 3px;
  color: #fff;
  background: #616c82;
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  box-sizing: border-box;
}

.lineup-modal-btn .icon-link {
  display: inline-block;
  position: relative;
  margin-right: 3px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}

.lineup-modal-btn a.hover {
  color: #3a4763;
  background: #fff;
}

.lineup-modal-btn a.hover .icon-link {
  border-left: 8px solid #616c82;
}

.lineup-modal-link {
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}

@media only screen and ( min-width: 769px ) {
  .lineup-modal-link {
    display: table-cell;
    width: 160px;
    margin: 0;
    padding: 0;
    font-size: 75%;
    font-weight: bold;
    vertical-align: middle;
  }
}

.lineup-modal-link a {
  position: relative;
  color: #3a4763;
  text-decoration: none;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
}

.lineup-modal-link a:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #3a4763;
  content: '';
}

.lineup-modal-link a.hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

.lineup-modal-link a.hover:before {
  background: none;
}

.lineup-modal-others {
  display: table;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

@media only screen and ( min-width: 769px ) {
  .lineup-modal-others {
    padding: 0 15px;
  }
}

.lineup-modal-others-txt {
  display: table-cell;
  position: relative;
  margin: 0;
  width: 9em;
  font-family: "jins_next_ttmedium";
  font-size: 93.75%;
  text-align: center;
  line-height: 30px;
  vertical-align: top;
}

.lineup-modal-others-txt:before {
  position: absolute;
  right: 8px;
  top: 1em;
  width: 2px;
  height: 1em;
  background: #242424;
  content: '';
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

@media only screen and ( min-width: 769px ) {
  .lineup-modal-others-txt {
    line-height: 40px;
    font-size: 100%;
  }
  .lineup-modal-others-txt:before {
    height: 24px;
  }
}

.lineup-modal-others-list {
  display: table-cell;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top;
}

.lineup-modal-others-child {
  position: relative;
  float: left;
  width: 62px;
  height: 25px;
  margin: 0 3px 3px 0;
  cursor: pointer;
  overflow: hidden;
}

.lineup-modal-others-child img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: initial;
  height: auto;
  padding: 0 2px;
  transform: translate(-50%, -55%);
  -moz-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  -webkit-transform: translate(-50%, -55%);
  box-sizing: border-box;
}

@media only screen and ( min-width: 769px ) {
  .lineup-modal-others-child {
    width: 120px;
    height: 60px;
    margin: 0 8px 5px 0;
    box-sizing: border-box;
  }
  .lineup-modal-others-child img {
    padding: 0 5px;
    transform: translate(-50%, -53px);
    -moz-transform: translate(-50%, -53px);
    -ms-transform: translate(-50%, -53px);
    -webkit-transform: translate(-50%, -53px);
  }
}

.lineup-modal-close {
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid #3a4763;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
}

@media only screen and ( min-width: 769px ) {
  .lineup-modal-close {
    top: 40px;
  }
}

.lineup-modal-close.hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

.lineup-modal-close-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #3a4763;
}

.lineup-modal-close-line.line-1 {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotateZ(45deg);
}

.lineup-modal-close-line.line-2 {
  -webkit-transform: translate(-50%, -50%) rotateZ(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotateZ(135deg);
}

.lineup-modal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

/**
 * Name: layouts/_l-common.scss
 */
.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.clearfix:after {
  clear: both;
}

.sp-img {
  width: 100%;
  height: auto;
}

.fw-b {
  font-weight: bold;
}

.font-jinsR {
  font-family: "jins_next_ttregular";
}

.font-jinsL {
  font-family: "jins_next_ttlight";
}

.font-jinsM {
  font-family: "jins_next_ttmedium";
}

/* --- メディアクエリの出し分け --- */
@media only screen and ( min-width: 1025px ) {
  .visibleSmall {
    display: none;
  }
}

@media only screen and ( min-width: 769px ) {
  .visibleOnlySmall {
    display: none;
  }
}

@media only screen and ( max-width: 768px ) {
  .visibleLarge {
    display: none;
  }
}

.visibleOnlyLarge {
  display: none;
}

@media only screen and ( min-width: 1025px ) {
  .visibleOnlyLarge {
    display: block;
  }
}

/*-------------------------------------------------------
	btn
-------------------------------------------------------*/
.btn-all {
  padding: 25px;
  background: #3a4763;
  text-align: center;
  margin-bottom: 10%;
}

@media only screen and ( min-width: 769px ) {
  .btn-all {
    margin-bottom: 30px;
  }
}

.btn-all-content {
  width: 62.5%;
  margin: 0 auto;
  font-size: 75%;
  font-weight: 500;
}

@media only screen and ( min-width: 769px ) {
  .btn-all-content {
    width: 220px;
    font-weight: normal;
  }
}

.btn-all-content a {
  display: block;
  padding: 15px 2px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #3a4763;
  background: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

@media only screen and ( min-width: 769px ) {
  .btn-all-content a {
    padding: 15px;
  }
}

.btn-all-icon {
  display: inline-block;
  margin-right: 6px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #3a4763;
  border-top: 2px solid #3a4763;
  transform: translate(0, -12%) rotateZ(135deg);
  -webkit-transform: translate(0, -12%) rotateZ(135deg);
  -moz-transform: translate(0, -12%) rotateZ(135deg);
  -o-transform: translate(0, -12%) rotateZ(135deg);
  -ms-transform: translate(0, -12%) rotateZ(135deg);
}

@media only screen and ( min-width: 769px ) {
  .btn-all-icon {
    margin-right: 10px;
    width: 6px;
    height: 6px;
    border-left: 2px solid #3a4763;
    border-top: 2px solid #3a4763;
    transform: translate(0, -15%) rotateZ(135deg);
    -webkit-transform: translate(0, -15%) rotateZ(135deg);
    -moz-transform: translate(0, -15%) rotateZ(135deg);
    -o-transform: translate(0, -15%) rotateZ(135deg);
    -ms-transform: translate(0, -15%) rotateZ(135deg);
  }
}

.btn-all a.hover {
  color: #fff;
  background: #3a4763;
}

.btn-all a.hover .btn-all-icon {
  border-color: #fff;
}

/*-------------------------------------------------------
	link-products
-------------------------------------------------------*/
.txt-link-products {
  margin: 10% 0 15% 0;
  font-size: 100%;
  text-align: center;
}

.txt-link-products a {
  position: relative;
  padding: 0 5px;
  color: #3a4763;
  text-decoration: none;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
}

.txt-link-products a.hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

.txt-link-products a:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #3a4763;
  content: '';
}

@media only screen and ( min-width: 769px ) {
  .txt-link-products {
    margin: 0 0 100px 0;
    font-size: 112.5%;
  }
  .txt-link-products a:before {
    bottom: -7px;
    height: 3px;
  }
}

/*-------------------------------------------------------
	link-back
-------------------------------------------------------*/
.txt-link-back {
  margin: 0 0 15% 0;
  font-size: 100%;
  text-align: center;
}

.txt-link-back a {
  position: relative;
  padding: 0 5px;
  color: #3a4763;
  text-decoration: none;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
}

.txt-link-back a.hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

.txt-link-back a:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #3a4763;
  content: '';
}

@media only screen and ( min-width: 769px ) {
  .txt-link-back {
    margin: 0 0 100px 0;
    font-size: 112.5%;
  }
  .txt-link-back a:before {
    bottom: -7px;
    height: 3px;
  }
}

/**
 * Name: layouts/_l-screen.scss
 */
body.screen {
  /*-------------------------------------------------------
		page-header
	-------------------------------------------------------*/
  /*-------------------------------------------------------
		section
	-------------------------------------------------------*/
  /*-------------------------------------------------------
		follow-nav
	-------------------------------------------------------*/
  /*-------------------------------------------------------
		mv
	-------------------------------------------------------*/
  /*-------------------------------------------------------
		intro
	-------------------------------------------------------*/
  /*-------------------------------------------------------
		lineup-links
	-------------------------------------------------------*/
  /*-------------------------------------------------------
		about
	-------------------------------------------------------*/
  /*-------------------------------------------------------
		pagelink-block
	-------------------------------------------------------*/
  /*-------------------------------------------------------
		lineup
	-------------------------------------------------------*/
  /*-------------------------------------------------------
		customize
	-------------------------------------------------------*/
  /*-------------------------------------------------------
	 feature
	-------------------------------------------------------*/
  /*-------------------------------------------------------
		en
	-------------------------------------------------------*/
  /*-------------------------------------------------------
		auth
	-------------------------------------------------------*/
  /*-------------------------------------------------------
		movie modal
	-------------------------------------------------------*/
}

body.screen .page-content {
  padding: 51px 0 0 0;
  overflow: hidden;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .page-content {
    padding: 80px 0 0 0;
  }
}

@media only screen and (min-width: 1800px) {
  body.screen .page-content {
    padding: 105px 0 0 0;
  }
}

body.screen .page-header {
  background: #f4f7fa;
  position: relative;
  z-index: 20;
  width: 100%;
  padding: 20px 25px 10px 25px;
  box-sizing: border-box;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .page-header {
    padding: 20px 52px;
    height: 70px;
    overflow: hidden;
  }
}

body.screen .page-header.active {
  top: 41px;
}

body.screen .page-header-title {
  margin-bottom: 1%;
  font-size: 93.75%;
  font-family: "jins_next_ttmedium";
  line-height: 1;
  letter-spacing: 0.1px;
  text-align: center;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .page-header-title {
    position: relative;
    top: 50%;
    float: left;
    margin: 0;
    font-size: 125%;
    letter-spacing: 1.4px;
    text-align: left;
    transform: translate(0, -30%);
    -moz-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    -webkit-transform: translate(0, -30%);
  }
}

body.screen .page-header-navi {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .page-header-navi {
    position: relative;
    top: 10px;
    float: right;
    zoom: 1;
  }
  body.screen .page-header-navi:before, body.screen .page-header-navi:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
  }
  body.screen .page-header-navi:after {
    clear: both;
  }
}

body.screen .page-header-navi li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  font-size: 87.5%;
  font-family: "jins_next_ttregular";
  text-align: center;
}

body.screen .page-header-navi li:before {
  position: absolute;
  right: -10px;
  top: 0;
  width: 1px;
  height: 1em;
  background: #3a4763;
  content: '';
}

body.screen .page-header-navi li:last-of-type:before {
  background: none;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .page-header-navi li {
    float: left;
    margin-right: 20px;
    line-height: 1;
    text-align: left;
  }
  body.screen .page-header-navi li:before {
    position: absolute;
    right: -10px;
    top: 0;
    width: 1px;
    height: 1em;
    background: #3a4763;
    content: '';
  }
}

body.screen .page-header-navi li a {
  color: #3a4763;
  text-decoration: none;
}

body.screen .page-header a.js-hover {
  position: relative;
}

body.screen .page-header a.js-hover:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #242424;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  content: '';
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}

body.screen .page-header a.js-hover.hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}

body.screen .page-section {
  padding: 0 25px;
}

body.screen .page-section-inner {
  position: relative;
  padding: 50px 0;
  border-bottom: 1px solid #f3f4f5;
}

@media only screen and ( min-width: 769px ) {
  body.screen .page-section-inner {
    padding: 80px 0;
    max-width: 1200px;
    margin: 0 auto;
  }
}

body.screen .page-section-inner:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #dfe1e5;
  content: '';
}

body.screen .page-section-sub-title {
  margin-bottom: 3.5%;
  font-size: 87.5%;
  font-weight: bold;
  text-align: center;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .page-section-sub-title {
    font-size: 100%;
    margin-bottom: 20px;
  }
}

body.screen .page-section-title {
  margin-bottom: 2%;
  text-align: center;
  font-size: 162.5%;
  font-weight: bold;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .page-section-title {
    font-size: 225%;
    margin-bottom: 20px;
  }
}

body.screen .page-section-price {
  font-weight: bold;
  text-align: center;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .page-section-price {
    font-size: 125%;
  }
}

body.screen .page-section-txt {
  position: relative;
  z-index: 2;
  margin-bottom: 2%;
  font-size: 75%;
  font-weight: 500;
  text-align: center;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .page-section-txt {
    margin-bottom: 70px;
    font-size: 87.5%;
    font-weight: normal;
  }
}

body.screen .page-section-btn {
  font-size: 75%;
  font-weight: bold;
  text-align: center;
}

body.screen .page-section-btn a {
  display: block;
  padding: 15px 10px;
  border: 1px solid #d3d6db;
  color: #fff;
  background: #d3d6db;
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

body.screen .page-section-btn-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translate(0, -20%) rotateZ(135deg);
  -webkit-transform: translate(0, -20%) rotateZ(135deg);
  -moz-transform: translate(0, -20%) rotateZ(135deg);
  -o-transform: translate(0, -20%) rotateZ(135deg);
  -ms-transform: translate(0, -20%) rotateZ(135deg);
}

@media only screen and ( min-width: 769px ) {
  body.screen .page-section-btn {
    font-size: 87.5%;
    font-weight: normal;
  }
  body.screen .page-section-btn a {
    padding: 10px;
  }
  body.screen .page-section-btn .page-section-btn-icon {
    width: 6px;
    height: 6px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translate(0, -20%) rotateZ(135deg);
    -webkit-transform: translate(0, -20%) rotateZ(135deg);
    -moz-transform: translate(0, -20%) rotateZ(135deg);
    -o-transform: translate(0, -20%) rotateZ(135deg);
    -ms-transform: translate(0, -20%) rotateZ(135deg);
  }
}

body.screen .page-section-btn.hover a {
  color: #d3d6db;
  background: #fff;
}

body.screen .page-section-btn.hover .page-section-btn-icon {
  border-color: #d3d6db;
}

body.screen .follow-nav {
  position: fixed;
  width: 100%;
  left: 0;
  top: -80px;
  z-index: 100;
  padding: 7px 25px 0 25px;
  background: rgba(255, 255, 255, 0.94);
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .follow-nav {
    padding: 12px 25px 0 25px;
  }
}

body.screen .follow-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .follow-nav-list {
    width: 750px;
    margin: 0 auto;
  }
}

body.screen .follow-nav-child {
  float: left;
  width: 32%;
  height: 51px;
  margin-right: 2%;
  padding-bottom: 6px;
  font-size: 112.5%;
  line-height: 1.2;
  text-align: center;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  box-sizing: border-box;
}

body.screen .follow-nav-child:last-of-type {
  margin-right: 0;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .follow-nav-child {
    width: 230px;
    height: 42px;
    margin-right: 30px;
    font-size: 125%;
  }
}

body.screen .follow-nav-child.active {
  border-bottom: 2px solid #3a4763;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .follow-nav-child.active {
    border-bottom: 3px solid #3a4763;
  }
}

body.screen .follow-nav-child.hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

body.screen .follow-nav a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #3a4763;
  text-decoration: none;
}

body.screen .follow-nav a span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@media only screen and ( min-width: 769px ) {
  body.screen .follow-nav a span {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

body.screen .follow-nav .small-txt {
  display: block;
  margin-top: 3%;
  font-size: 75%;
  font-weight: bold;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .follow-nav .small-txt {
    display: inline-block;
    position: relative;
    top: -1px;
    vertical-align: middle;
    margin-top: 0;
    font-size: 62.5%;
  }
}

body.screen .page-mv-inner {
  margin-top: -20%;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

@media only screen and ( min-width: 769px ) {
  body.screen .page-mv-inner {
    margin: 0;
  }
}

body.screen .page-mv-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.screen .page-mv-child {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
}

body.screen .page-mv-child img {
  max-width: initial;
}

body.screen .page-mv-child:first-of-type {
  position: relative;
  z-index: 2;
}

body.screen .page-mv-child:last-of-type {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
}

body.screen .section-intro {
  padding: 25px;
  background: #d3d6db;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-intro {
    padding: 40px;
  }
}

body.screen .section-intro-box {
  padding: 25px;
  background: #fff;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-intro-box {
    margin: 0 auto;
    padding: 40px 90px;
    max-width: 1200px;
    box-sizing: border-box;
  }
}

body.screen .section-intro-box:first-of-type {
  margin-bottom: 3%;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-intro-box:first-of-type {
    margin-bottom: 20px;
  }
}

body.screen .section-intro-box-title {
  font-size: 106.25%;
  font-weight: bold;
  letter-spacing: 0.6px;
  margin-bottom: 2%;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-intro-box-title {
    margin-bottom: 10px;
    font-size: 175%;
    letter-spacing: 2.6px;
  }
}

body.screen .section-intro-box-title-small {
  display: block;
  font-weight: normal;
  font-size: 50%;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-intro-box-title-small {
    display: inline-block;
    font-size: 50%;
  }
}

body.screen .section-intro-box-txt {
  font-size: 75%;
  font-weight: 500;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-intro-box-txt {
    margin-bottom: 30px;
    font-size: 87.5%;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 2.6px;
  }
}

body.screen .section-intro-first {
  margin-bottom: 10%;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-intro-first {
    margin-bottom: 50px;
  }
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-intro-first-img {
    margin: 15px 0 0 0;
  }
}

body.screen .section-intro-designer {
  margin-bottom: 5%;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-intro-designer {
    max-width: 750px;
    margin: 0 auto 20px auto;
    overflow: hidden;
  }
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-intro-designer-img {
    float: left;
    width: 240px;
  }
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-intro-designer-detail {
    float: right;
    width: 470px;
  }
}

body.screen .section-intro-designer-role {
  margin-bottom: 4%;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-intro-designer-role {
    margin-bottom: 10px;
    font-size: 75%;
  }
}

body.screen .section-intro-designer-name {
  margin-bottom: 3%;
  font-size: 106.25%;
  font-family: "jins_next_ttmedium";
  line-height: 1;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-intro-designer-name {
    margin-bottom: 8px;
    font-size: 150%;
  }
}

body.screen .section-intro-designer-kana {
  font-weight: bold;
  font-size: 87.5%;
  line-height: 1;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-intro-designer-kana {
    margin-bottom: 15px;
    font-size: 100%;
  }
}

body.screen .section-intro-designer-txt {
  font-size: 68.75%;
  font-weight: 500;
  line-height: 1.6;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-intro-designer-txt {
    font-weight: normal;
  }
}

body.screen .section-intro-designer-txt a {
  color: #3a4763;
}

body.screen .section-intro-designer-txt a.hover {
  text-decoration: none;
}

body.screen .section-intro-desiner-link {
  color: #3a4763;
  font-size: 87.5%;
  font-weight: bold;
  text-align: center;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-intro-desiner-link {
    text-align: left;
  }
}

body.screen .section-intro-desiner-link a {
  position: relative;
  color: #3a4763;
  text-decoration: none;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
}

body.screen .section-intro-desiner-link a:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #3a4763;
  content: '';
}

body.screen .section-intro-desiner-link a.hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-intro-desiner-link a:before {
    height: 2px;
  }
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-intro-project {
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
  }
}

body.screen .section-intro-project a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #3a4763;
  text-decoration: none;
  border: 2px solid #3a4763;
  box-sizing: border-box;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  overflow: hidden;
}

body.screen .section-intro-project a.hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-intro-project a {
    padding: 30px 40px 25px 40px;
  }
}

body.screen .section-intro-project-content {
  margin-bottom: 5%;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-intro-project-content {
    float: left;
    width: 450px;
    margin-bottom: 0;
  }
}

body.screen .section-intro-project-title {
  margin-bottom: 2%;
  font-size: 93.75%;
  font-family: "jins_next_ttmedium";
  text-align: center;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-intro-project-title {
    text-align: left;
  }
}

body.screen .section-intro-project-title .icon-link {
  display: inline-block;
  margin-left: 5px;
  width: 11px;
  height: 1em;
  background: url("../img/icon-link.jpg") no-repeat left top;
  background-size: auto 11px;
  vertical-align: middle;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-intro-project-title .icon-link {
    width: 14px;
    background-size: auto 14px;
  }
}

body.screen .section-intro-project-txt {
  font-size: 68.75%;
  font-weight: 500;
  line-height: 1.6;
}

body.screen .section-intro-project-img {
  line-height: 1;
  font-size: 0;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-intro-project-img {
    float: right;
  }
}

body.screen .section-intro-new {
  margin: 4% 0 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-intro-new {
    margin: 15px 0 0 0;
  }
}

body.screen .section-intro-new-child:first-of-type {
  margin-bottom: 5%;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-intro-new-child {
    width: 45.89844%;
  }
  body.screen .section-intro-new-child:first-of-type {
    float: left;
    margin: 0;
  }
  body.screen .section-intro-new-child:last-of-type {
    float: right;
  }
}

body.screen .section-intro-new-thumb {
  margin-bottom: 2%;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-intro-new-thumb {
    margin-bottom: 10px;
  }
}

body.screen .section-intro-new-detail {
  display: table;
}

body.screen .section-intro-new-detail-name {
  display: inline-block;
  position: relative;
  margin-bottom: 1%;
  padding-right: 15px;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-intro-new-detail-name {
    display: table-cell;
    padding-right: 20px;
    font-size: 156.25%;
    vertical-align: top;
  }
}

body.screen .section-intro-new-detail-name:before {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: normal;
  font-size: 50%;
}

body.screen .section-intro-new-detail-txt {
  margin: 0;
  font-size: 68.75%;
  font-weight: 500;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-intro-new-detail-txt {
    display: table-cell;
    padding: 0 0 0 20px;
    font-size: 81.25%;
    font-weight: normal;
    vertical-align: top;
  }
}

body.screen .lineup-links a {
  text-decoration: none;
}

body.screen .lineup-links-content {
  padding: 7% 25px;
  border-bottom: 1px solid #dfe1e5;
  background: #fff;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .lineup-links-content {
    padding: 40px 25px 40px 25px;
  }
}

body.screen .lineup-links-title {
  margin-bottom: 3%;
  font-size: 162.5%;
  font-family: "jins_next_ttmedium";
  text-align: center;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .lineup-links-title {
    font-size: 150%;
    margin-bottom: 30px;
  }
}

body.screen .lineup-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .lineup-links-list {
    width: 750px;
    margin: 0 auto;
  }
}

body.screen .lineup-links-list li {
  float: left;
  width: 32%;
  margin-right: 2%;
  text-align: center;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .lineup-links-list li {
    width: 230px;
    margin-right: 30px;
  }
}

body.screen .lineup-links-list li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #3a4763;
  padding: 10px 2px;
  color: #3a4763;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .lineup-links-list li a {
    padding: 20px 10px;
  }
}

body.screen .lineup-links-list li a.hover {
  color: #fff;
  background: #3a4763;
}

body.screen .lineup-links-list li a.active {
  color: #fff;
  background: #3a4763;
}

body.screen .lineup-links-list li:last-of-type {
  margin-right: 0;
}

body.screen .lineup-links-list li:nth-of-type(2) .lineup-links-caption span {
  position: relative;
  top: 25%;
}

@media only screen and ( min-width: 769px ) {
  body.screen .lineup-links-list li:nth-of-type(2) .lineup-links-caption span {
    top: 0;
  }
}

body.screen .lineup-links-childInner {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

body.screen .lineup-links-caption {
  font-size: 50%;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.2px;
  margin-bottom: 5px;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .lineup-links-caption {
    font-size: 75%;
    font-weight: normal;
  }
}

body.screen .lineup-links-txt {
  margin: 0;
  font-size: 112.5%;
  line-height: 1.2;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .lineup-links-txt {
    font-size: 118.75%;
  }
}

body.screen .lineup-links-name {
  position: relative;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .lineup-links-name {
    top: 3px;
  }
}

body.screen .lineup-links-txtSmall {
  display: block;
  margin: 1% 0 0 0;
  font-size: 62.5%;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .lineup-links-txtSmall {
    display: inline;
    font-size: 75%;
    font-weight: normal;
  }
}

body.screen .section-about-content {
  position: relative;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-about-content {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
  }
}

body.screen .section-about-detail {
  margin-bottom: 5%;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-about-detail {
    float: left;
    width: 410px;
    margin-bottom: 0;
  }
}

body.screen .section-about-title {
  margin-bottom: 3%;
  font-size: 112.5%;
  font-weight: bold;
  text-align: center;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-about-title {
    font-size: 162.5%;
    text-align: left;
    margin-bottom: 20px;
  }
}

body.screen .section-about-txt {
  font-size: 75%;
  font-weight: 500;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-about-txt {
    margin-bottom: 25px;
    font-weight: normal;
  }
}

body.screen .section-about-img {
  margin-bottom: 8%;
}

@media only screen and ( min-width: 1025px ) {
  body.screen .section-about-img {
    position: absolute;
    right: 0;
    top: 50%;
    margin-bottom: 0;
    vertical-align: middle;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}

body.screen .pagelink-block {
  padding-bottom: 50px;
}

@media only screen and ( min-width: 769px ) {
  body.screen .pagelink-block {
    padding-bottom: 100px;
  }
}

body.screen .pagelink-block-wrap {
  color: #242424;
  background: #fff;
}

body.screen .pagelink-block-wrap.fixed {
  position: fixed;
  left: 0;
  top: 51px;
  width: 100%;
  z-index: 15;
}

body.screen .pagelink-block-inner {
  padding: 25px;
  border-bottom: 1px solid #222;
  overflow: hidden;
}

body.screen .pagelink-block-title {
  margin-bottom: 3%;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}

@media only screen and ( min-width: 769px ) {
  body.screen .pagelink-block-title {
    float: left;
    margin: 0;
  }
}

body.screen .pagelink-block-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  overflow: hidden;
}

@media only screen and ( min-width: 769px ) {
  body.screen .pagelink-block-list {
    float: right;
  }
}

body.screen .pagelink-block-child {
  display: inline-block;
  position: relative;
  margin: 0 10px 5% 10px;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media only screen and ( max-width: 768px ) {
  body.screen .pagelink-block-child:nth-of-type(odd):before {
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
    height: 1em;
    background: #242424;
    content: '';
  }
}

@media only screen and ( min-width: 769px ) {
  body.screen .pagelink-block-child {
    display: block;
    float: left;
    font-size: 87.5%;
  }
  body.screen .pagelink-block-child:before {
    position: absolute;
    right: -10px;
    width: 1px;
    height: 1em;
    background: #242424;
    content: '';
  }
}

@media only screen and ( min-width: 769px ) {
  body.screen .pagelink-block-child:last-of-type:before {
    background: none;
  }
}

body.screen .pagelink-block-child a {
  position: relative;
  color: #242424;
  text-decoration: none;
}

body.screen .pagelink-block-child a.active:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #28a6f3;
  content: '';
}

body.screen .section-lineup1-wrap {
  padding: 55px 0 0 0;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-lineup1-wrap .page-section-inner {
    padding: 25px 0 80px 0;
  }
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-lineup-head {
    margin-bottom: 50px;
  }
}

body.screen .section-lineup-sub-title {
  text-align: center;
}

body.screen .section-lineup-title {
  margin: 0;
  font-family: "jins_next_ttmedium";
  font-size: 237.5%;
  line-height: 1;
  text-align: center;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-lineup-title {
    font-size: 225%;
  }
}

body.screen .section-lineup-caption {
  margin: 0 auto 3% auto;
  font-weight: bold;
  font-size: 118.75%;
  text-align: center;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-lineup-caption {
    margin: 0;
    font-size: 137.5%;
  }
}

body.screen .section-lineup-price {
  font-weight: bold;
  font-size: 137.5%;
  text-align: center;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-lineup-price {
    margin: 20px 0 30px 0;
  }
}

body.screen .section-lineup-txt {
  font-size: 75%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2px;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-lineup-txt {
    font-size: 87.5%;
    font-weight: normal;
  }
}

body.screen .section-lineup-product {
  position: relative;
  padding: 0 30px;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-lineup-product {
    padding: 0;
  }
}

body.screen .section-lineup-slide {
  overflow: hidden;
  box-sizing: border-box;
}

body.screen .section-lineup-slide-content {
  position: relative;
  width: 100000px;
  overflow: hidden;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-lineup-slide-content {
    width: auto;
  }
}

body.screen .section-lineup-list {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  box-sizing: border-box;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-lineup-list {
    float: none;
  }
  body.screen .section-lineup-list:nth-of-type(n+2) {
    display: none;
  }
}

body.screen .section-lineup-child {
  float: left;
  width: calc(100vw - 50px);
  padding: 0 25px;
  cursor: pointer;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  box-sizing: border-box;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-lineup-child {
    width: 25%;
    padding: 0 40px;
  }
}

body.screen .section-lineup-child.hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

body.screen .section-lineup-slide-color {
  margin: 2% 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-lineup-slide-color {
    display: none;
  }
}

body.screen .section-lineup-slide-pager {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-lineup-slide-pager {
    display: none;
  }
}

body.screen .section-lineup-slide-pager.pager-prev {
  left: -25px;
}

body.screen .section-lineup-slide-pager.pager-prev:before {
  position: absolute;
  left: 25px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-left: 2px solid #242424;
  border-top: 2px solid #242424;
  transform: translate(0, -50%) rotateZ(-45deg);
  -webkit-transform: translate(0, -50%) rotateZ(-45deg);
  -moz-transform: translate(0, -50%) rotateZ(-45deg);
  -o-transform: translate(0, -50%) rotateZ(-45deg);
  -ms-transform: translate(0, -50%) rotateZ(-45deg);
  content: '';
}

body.screen .section-lineup-slide-pager.pager-next {
  right: -25px;
}

body.screen .section-lineup-slide-pager.pager-next:before {
  position: absolute;
  right: 25px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-left: 2px solid #242424;
  border-top: 2px solid #242424;
  transform: translate(0, -50%) rotateZ(135deg);
  -webkit-transform: translate(0, -50%) rotateZ(135deg);
  -moz-transform: translate(0, -50%) rotateZ(135deg);
  -o-transform: translate(0, -50%) rotateZ(135deg);
  -ms-transform: translate(0, -50%) rotateZ(135deg);
  content: '';
}

body.screen .section-lineup-slide-color-child {
  display: inline-block;
  width: 15px;
  height: 10px;
  margin: 0 2px;
  text-align: center;
  opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)";
  -moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  zoom: 1;
  cursor: pointer;
}

body.screen .section-lineup-slide-color-child.active {
  pointer-events: none;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1;
}

body.screen .section-lineup .glasscolor-coral {
  background: #da3915;
}

body.screen .section-lineup .glasscolor-midnight {
  background: #2f4770;
}

body.screen .section-lineup .glasscolor-lightbrowndemi {
  background: #793f18;
}

body.screen .section-lineup .glasscolor-matblack {
  background: #3f3a34;
}

body.screen .section-lineup .glasscolor-peacock {
  background: #008a79;
}

body.screen .section-lineup .glasscolor-lightgray {
  background: #3f3a34;
}

body.screen .section-lineup .glasscolor-matbrowndemi {
  background: #3d0000;
}

body.screen .section-lineup .glasscolor-sepia {
  background: #d2c5a8;
}

body.screen .section-lineup .glasscolor-bluegray {
  background: #003743;
}

body.screen .section-lineup .glasscolor-lightbrown {
  background: #aa5e00;
}

body.screen .section-lineup .glasscolor-browndemi {
  background: #672b00;
}

body.screen .section-lineup .glasscolor-rose {
  background: #e84f96;
}

body.screen .section-lineup .glasscolor-red {
  background: #c8161e;
}

body.screen .section-lineup .glasscolor-navy {
  background: #003b6b;
}

body.screen .section-customize-img {
  text-align: center;
  margin: 10% auto 10% auto;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-customize-img {
    position: relative;
    width: 500px;
    margin: 0 auto 60px auto;
    z-index: 1;
  }
}

body.screen .section-customize-btn {
  margin-bottom: 10%;
  text-align: center;
  font-size: 75%;
  font-weight: bold;
}

body.screen .section-customize-btn a {
  display: block;
  padding: 15px 10px;
  border: 1px solid #d3d6db;
  color: #fff;
  background: #d3d6db;
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

body.screen .section-customize-btn a.hover {
  color: #d3d6db;
  background: #fff;
}

body.screen .section-customize-btn a.hover .page-section-btn-icon {
  border-color: #d3d6db;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-customize-btn {
    width: 400px;
    margin: 0 auto 55px auto;
    font-size: 87.5%;
    font-weight: normal;
  }
  body.screen .section-customize-btn a {
    padding: 10px;
  }
}

body.screen .section-customize-info {
  font-size: 75%;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-customize-info {
    text-align: center;
  }
}

body.screen .section-customize-info a {
  color: #3a4763;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
}

body.screen .section-customize-info a.hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

body.screen .section-feature {
  padding: 48px 25px;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-feature {
    padding: 95px 0;
  }
}

body.screen .section-feature-tit {
  font-weight: bold;
  text-align: center;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-feature-tit {
    font-size: 137.5%;
    margin-bottom: 30px;
  }
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-feature-content {
    padding: 0 25px;
  }
}

body.screen .section-feature-slide {
  position: relative;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-feature-slide {
    width: auto;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
  }
}

body.screen .section-feature-slide-wrap {
  overflow: hidden;
  margin: 0 auto;
  width: calc(100vw - 100px);
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-feature-slide-wrap {
    width: auto;
  }
}

body.screen .section-feature-slide-content {
  zoom: 1;
  position: relative;
  width: 100000px;
}

body.screen .section-feature-slide-content:before, body.screen .section-feature-slide-content:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

body.screen .section-feature-slide-content:after {
  clear: both;
}

body.screen .section-feature-slide-ul {
  zoom: 1;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.screen .section-feature-slide-ul:before, body.screen .section-feature-slide-ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

body.screen .section-feature-slide-ul:after {
  clear: both;
}

body.screen .section-feature-slide-li {
  float: left;
  width: calc(100vw - 100px);
  padding: 0 5px;
  list-style: none;
  box-sizing: border-box;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-feature-slide-li {
    width: 33.333%;
  }
}

body.screen .section-feature-slide-liInner {
  padding: 15% 15px 12% 15px;
  background: #f6f8fa;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-feature-slide-liInner {
    padding: 40px 30px;
  }
}

body.screen .section-feature-slide-tit {
  font-size: 87.5%;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-align: center;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-feature-slide-tit {
    letter-spacing: 1px;
    font-size: 100%;
    font-weight: normal;
  }
}

body.screen .section-feature-slide-img a {
  display: block;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  cursor: pointer;
}

body.screen .section-feature-slide-img a.hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

body.screen .section-feature-slide-txt1 {
  font-size: 75%;
  font-weight: 500;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-feature-slide-txt1 {
    font-size: 75%;
    font-weight: normal;
  }
}

body.screen .section-feature-slide-btn {
  display: block;
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  cursor: pointer;
}

body.screen .section-feature-slide-btn.btn-prev {
  left: -25px;
}

body.screen .section-feature-slide-btn.btn-prev:before {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-left: 2px solid #3a4763;
  border-top: 2px solid #3a4763;
  transform: translate(0, -50%) rotateZ(-45deg);
  -webkit-transform: translate(0, -50%) rotateZ(-45deg);
  -moz-transform: translate(0, -50%) rotateZ(-45deg);
  -o-transform: translate(0, -50%) rotateZ(-45deg);
  -ms-transform: translate(0, -50%) rotateZ(-45deg);
  content: '';
}

body.screen .section-feature-slide-btn.btn-next {
  right: -25px;
}

body.screen .section-feature-slide-btn.btn-next:before {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-left: 2px solid #3a4763;
  border-top: 2px solid #3a4763;
  transform: translate(0, -50%) rotateZ(135deg);
  -webkit-transform: translate(0, -50%) rotateZ(135deg);
  -moz-transform: translate(0, -50%) rotateZ(135deg);
  -o-transform: translate(0, -50%) rotateZ(135deg);
  -ms-transform: translate(0, -50%) rotateZ(135deg);
  content: '';
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-feature-slide-btn {
    display: none;
  }
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-en .page-section-inner {
    padding: 30px 25px;
  }
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-en-content {
    position: relative;
    width: 920px;
    margin: 0 auto;
    overflow: hidden;
  }
}

body.screen .section-en-title {
  margin-bottom: 3%;
  font-size: 112.5%;
  text-align: center;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-en-title {
    position: absolute;
    left: 0;
    top: 50%;
    margin-bottom: 0;
    font-size: 112.5%;
    text-align: left;
    line-height: 1;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}

body.screen .section-en-txt {
  font-size: 75%;
  font-weight: 500;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-en-txt {
    float: right;
    width: 720px;
    font-size: 75%;
    font-weight: normal;
  }
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-auth {
    margin-bottom: 90px;
  }
}

body.screen .section-auth .page-section-inner {
  border-top: 1px solid #dfe1e5;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-auth .page-section-inner {
    padding: 60px 25px;
  }
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-auth-inner {
    position: relative;
    width: 1020px;
    margin: 0 auto;
    overflow: hidden;
  }
}

body.screen .section-auth-logo {
  width: 46%;
  margin: 0 auto 5% auto;
  text-align: center;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-auth-logo {
    position: absolute;
    left: 0;
    top: 50%;
    width: 207px;
    margin: 0;
    transform: translate(0, -38px);
    -moz-transform: translate(0, -38px);
    -ms-transform: translate(0, -38px);
    -webkit-transform: translate(0, -38px);
  }
}

body.screen .section-auth-txt {
  font-size: 81.25%;
  font-weight: 500;
}

@media only screen and ( min-width: 769px ) {
  body.screen .section-auth-txt {
    float: right;
    width: 720px;
    font-size: 75%;
    font-weight: normal;
  }
  body.screen .section-auth-txt p {
    line-height: 1.7;
  }
}

body.screen .movie-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
}

body.screen .movie-modal-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

body.screen .movie-modal-content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  box-sizing: border-box;
}

body.screen .movie-modal-wrap {
  position: relative;
  width: calc(100vw * 0.8);
  height: 0;
  padding: 28% 0;
  box-sizing: border-box;
}

@media only screen and ( min-width: 769px ) {
  body.screen .movie-modal-wrap {
    width: calc(100vw * 0.6);
    max-width: 800px;
  }
}

body.screen .movie-modal-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

body.screen .movie-modal-close {
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: #c8161e;
  cursor: pointer;
}

@media only screen and ( min-width: 769px ) {
  body.screen .movie-modal-close {
    top: -40px;
    width: 40px;
    height: 40px;
  }
}

body.screen .movie-modal-close .border {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 1px;
  background: #fff;
}

@media only screen and ( min-width: 769px ) {
  body.screen .movie-modal-close .border {
    width: 26px;
  }
}

body.screen .movie-modal-close .border-1 {
  transform: translate(-50%, -50%) rotateZ(45deg);
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
}

body.screen .movie-modal-close .border-2 {
  transform: translate(-50%, -50%) rotateZ(135deg);
  -webkit-transform: translate(-50%, -50%) rotateZ(135deg);
  -moz-transform: translate(-50%, -50%) rotateZ(135deg);
  -o-transform: translate(-50%, -50%) rotateZ(135deg);
  -ms-transform: translate(-50%, -50%) rotateZ(135deg);
}

body.screen .movie-modal-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

/*# sourceMappingURL=page.css.map */
