@charset "UTF-8";

body.is-fixed {
  overflow: hidden;
}

#main {
  overflow: hidden;
}

#legrefre_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #legrefre_container {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    overflow: hidden;
  }
}

#legrefre_container * {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#legrefre_container a {
  cursor: pointer;
}

#legrefre_container img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #legrefre_container img {
    width: 100%;
  }
}

.legrefre_heading {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .legrefre_heading {
    font-size: 24px;
    margin-bottom: 35px;
  }
}

.legrefre_btn {
  display: block;
  width: 300px;
  max-width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #FFF !important;
  font-weight: bold;
  background: #70C13F;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .legrefre_btn {
    width: 100%;
  }
}

.legrefre_btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.legrefre_btn span {
  padding-right: 22px;
  position: relative;
}

.legrefre_btn span::after {
  content: "";
  width: 8px;
  height: 14px;
  background: url(../../images/dev/btn_arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.legrefre_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 0;
}

@media screen and (max-width: 767px) {
  .legrefre_anchor {
    width: 91.46%;
    margin: 0 auto;
    padding: 16px 0 0;
    display: block;
  }
}

.legrefre_anchor-item {
  width: 33.33%;
}

@media screen and (max-width: 767px) {
  .legrefre_anchor-item {
    width: 100%;
  }
}

.legrefre_anchor-item>a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  padding: 37px 0 25px;
}

@media screen and (max-width: 767px) {
  .legrefre_anchor-item>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 8px 4.2vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.legrefre_anchor-item>a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .legrefre_anchor-item:nth-child(n+2) {
    margin-top: 8px;
  }
}

.legrefre_anchor-item:nth-child(n+2)>a {
  border-left: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .legrefre_anchor-item:nth-child(n+2)>a {
    border-left: 0;
  }
}

.legrefre_anchor-text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  display: block;
}

@media screen and (max-width: 767px) {
  .legrefre_anchor-text {
    font-size: 14px;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.legrefre_anchor-text span {
  padding-right: 48px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .legrefre_anchor-text span {
    display: block;
    width: 100%;
  }
}

.legrefre_anchor-text span::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../../images/dev/anchor_arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .legrefre_anchor-text span::after {
    width: 24px;
    height: 24px;
  }
}

.legrefre_anchor-img {
  margin-top: 20px;
  display: block;
}

@media screen and (max-width: 767px) {
  .legrefre_anchor-img {
    width: 17vw;
    max-width: 64px;
    margin: 0 16px 0 0;
  }
}

.legrefre_use {
  display: block;
  margin: 48px auto;
}

@media screen and (max-width: 767px) {
  .legrefre_use {
    width: 91.46%;
    margin: 20px auto;
  }
}

.legrefre_video {
  margin: 48px auto 0;
  background: #DAD3CD;
  padding: 105px 0 120px;
}

@media screen and (max-width: 767px) {
  .legrefre_video {
    margin: 20px auto 0;
    padding: 35px 0 40px;
  }
}

.legrefre_video-heading {
  font-size: 40px;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .legrefre_video-heading {
    font-size: 24px;
    margin-bottom: 35px;
  }
}

.legrefre_video-heading span {
  font-size: 24px;
}

.legrefre_video-wrap {
  width: 864px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .legrefre_video-wrap {
    width: 82.93%;
  }
}

.legrefre_video-item {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.legrefre_video-item iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.legrefre_point {
  padding: 100px 0 154px;
  margin: 0 -83px;
}

@media screen and (max-width: 767px) {
  .legrefre_point {
    padding: 60px 0 84px;
    margin: 0 auto;
    width: 82.93%;
  }
}

.legrefre_point-heading {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .legrefre_point-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }
}

.legrefre_point-heading-num {
  display: inline-block;
  width: 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .legrefre_point-heading-num {
    margin: 0 15px 0 -8px;
  }
}

.legrefre_point-heading-text {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .legrefre_point-heading-text {
    font-size: 18px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.legrefre_point-heading-text>span {
  color: #CE5574;
}

.legrefre_point-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .legrefre_point-item {
    display: block;
  }
}

.legrefre_point-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.legrefre_point-item:nth-of-type(n+2) {
  margin-top: 114px;
}

@media screen and (max-width: 767px) {
  .legrefre_point-item:nth-of-type(n+2) {
    margin-top: 40px;
  }
}

.legrefre_point-item-text {
  width: 600px;
  padding: 48px 50px 0;
}

@media screen and (max-width: 767px) {
  .legrefre_point-item-text {
    width: 100%;
    padding: 0;
  }
}

.legrefre_point-item-text p {
  font-size: 16px;
  line-height: 1.8;
}

.legrefre_point-item-img {
  width: 680px;
}

@media screen and (max-width: 767px) {
  .legrefre_point-item-img {
    width: 100%;
    margin-top: 36px;
  }
}

.legrefre_pursuit {
  background: #DAD3CD;
  width: 1366px;
  margin: 0 -83px;
  padding: 110px 0 120px;
}

@media screen and (max-width: 767px) {
  .legrefre_pursuit {
    width: 100%;
    margin: 0 auto;
    padding: 70px 0 80px;
  }
}

.legrefre_pursuit-heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .legrefre_pursuit-heading {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.legrefre_pursuit-heading > span {
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-top: 8px;
}


.legrefre_pursuit-item {
  width: 1115px;
}

@media screen and (max-width: 767px) {
  .legrefre_pursuit-item {
    width: 100%;
  }
}

.legrefre_pursuit-item:nth-of-type(n+2) {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .legrefre_pursuit-item:nth-of-type(n+2) {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .legrefre_pursuit-item.item-01 {
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .legrefre_pursuit-item.item-02 .legrefre_pursuit-item-text {
    padding-left: 250px;
  }
}

.legrefre_pursuit-item.item-03 {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .legrefre_pursuit-item.item-03 {
    width: 91.465%;
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .legrefre_pursuit-item.item-03 .legrefre_pursuit-heading {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.legrefre_pursuit-item.item-03 .legrefre_pursuit-item-img {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .legrefre_pursuit-item.item-03 .legrefre_pursuit-item-img {
    width: 100%;
    overflow: scroll;
    padding-bottom: 20px;
  }

  .legrefre_pursuit-item.item-03 .legrefre_pursuit-item-img img {
    width: 829px !important;
    max-width: 829px !important;
  }

  .legrefre_pursuit-item.item-03 .legrefre_pursuit-item-img .scroll-hint-icon {
    width: 100px;
  }
}

.legrefre_pursuit-item.item-03 .legrefre_pursuit-item-text {
  margin-top: 52px;
}

@media screen and (max-width: 767px) {
  .legrefre_pursuit-item.item-03 .legrefre_pursuit-item-text {
    margin: 0;
  }
}

.legrefre_pursuit-item-text {
  margin-top: 24px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .legrefre_pursuit-item-text {
    width: 82.93%;
    margin: 8px auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .legrefre_pursuit-item-img {
    width: 91.46%;
  }

  .legrefre_pursuit-item.item-01 .legrefre_pursuit-item-img {
    margin-left: auto;
    margin-right: 0;
  }
}

.legrefre_pursuit-item-text p {
  font-size: 16px;
  line-height: 1.8;
  max-width: 344px;
}

@media screen and (max-width: 767px) {
  .legrefre_pursuit-item-text p {
    max-width: 100%;
  }
}

.legrefre_pursuit-item-text .legrefre_pursuit-note {
  font-size: 14px;
  margin-top: 2px;
}

.legrefre_pursuit-button {
  display: block;
  background: #FFF;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  width: 344px;
  max-width: 100%;
  text-align: center;
  padding: 13px;
  margin-top: 20px;
  border: 1px solid #707070;
  cursor: pointer;
}

.legrefre_pursuit-button:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .legrefre_pursuit-button {
    width: 100%;
    margin-top: 14px;
  }
}

.legrefre_lineup {
  max-width: 960px;
  margin: 0 auto;
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .legrefre_lineup {
    max-width: 100%;
    width: 91.46%;
    margin: 0 auto;
    padding: 60px 0 0;
  }
}

.legrefre_lineup .legrefre_heading {
  margin-bottom: 84px;
}

@media screen and (max-width: 767px) {
  .legrefre_lineup .legrefre_heading {
    margin-bottom: 40px;
  }
}

.legrefre_lineup-heading {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .legrefre_lineup-heading {
    margin-bottom: 50px;
  }
}

.legrefre_lineup-heading span {
  display: inline-block;
  background: #FFF;
  position: relative;
  z-index: 2;
  width: 400px;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .legrefre_lineup-heading span {
    font-size: 16px;
    font-weight: normal;
    width: 81.6vw;
  }
}

.legrefre_lineup-heading span::before,
.legrefre_lineup-heading span::after {
  content: "";
  display: block;
  width: 350px;
  height: 46px;
  border: 1px solid #494738;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {

  .legrefre_lineup-heading span::before,
  .legrefre_lineup-heading span::after {
    width: 100%;
  }
}

.legrefre_lineup-heading span::before {
  margin-top: 4px;
  margin-left: 4px;
}

.legrefre_lineup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .legrefre_lineup-inner {
    display: block;
  }
}

.legrefre_lineup-category {
  width: 400px;
  text-align: center;
  margin: 0 30px;
}

@media screen and (max-width: 767px) {
  .legrefre_lineup-category {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .legrefre_lineup-category:nth-of-type(n+2) {
    margin-top: 80px;
  }
}

.legrefre_lineup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .legrefre_lineup-list {
    display: block;
  }
}

.legrefre_lineup-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.legrefre_lineup-text {
  font-size: 14px;
  color: red;
  font-weight: bold;
  margin: 40px auto 1.5em;
  text-align: center;
}

.legrefre_lineup-text + .legrefre_lineup-btn {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .legrefre_lineup-text {
    font-size: 13px;
  }
}

.legrefre_lineup-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.legrefre_lineup-thumb>li {
  width: 80px;
  height: 80px;
  border: 1px solid #E5E5E5;
  margin: 0 4px;
  cursor: pointer;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.legrefre_lineup-thumb>li:hover {
  opacity: 0.7;
}

.legrefre_lineup-thumb>li.is-active {
  border-color: #494738;
}

.legrefre_lineup-item {
  width: 320px;
  margin: 0 24px;
  text-align: center;
}

.legrefre_lineup-item:not(.is-active) {
  display: none;
}

@media screen and (max-width: 767px) {
  .legrefre_lineup-item {
    width: 100%;
    margin: 0;
  }

  .legrefre_lineup-item:nth-of-type(n+2) {
    margin-top: 45px;
  }
}

.legrefre_lineup-item .legrefre_btn {
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .legrefre_lineup-item .legrefre_btn {
    margin-top: 40px;
  }
}

.legrefre_lineup-name {
  display: inline-block;
  text-align: left;
  margin-bottom: 47px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .legrefre_lineup-name {
    margin-bottom: 40px;
    height: auto;
  }
}

.legrefre_lineup-label {
  font-size: 14px;
  color: #CE5574;
  display: block;
  margin-bottom: 5px;
}

.legrefre_lineup-model {
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.legrefre_lineup-img {
  width: 320px;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .legrefre_lineup-img {
    width: 68vw;
    height: 68vw;
    margin: 0 auto;
  }
}

.legrefre_lineup-img img {
  width: 100%;
}

.legrefre_banner {
  margin: 90px auto 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .legrefre_banner {
    width: 85.33%;
    margin: 50px auto 0;
  }
}

.legrefre_banner-item {
  display: inline-block;
}

.legrefre_banner-item:nth-of-type(n+2) {
  margin-top: 43px;
}

.legrefre_popup {
  display: none;
}

.legrefre-popup-overlay {
  background: rgba(0, 0, 0, .6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}

.legrefre-popup-container {
  overflow: hidden;
  position: fixed;
  width: 85%;
  max-width: 1200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000000;
}

@media screen and (max-width: 767px) {
  .legrefre-popup-container {
    width: 91.4%;
  }
}

.legrefre_popup-content {
  width: 100%;
  height: 80vh;
  max-height: 80vh;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .legrefre_popup-content {
    height: 92vw;
  }
}

.legrefre_popup-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.legrefre_popup-image {
  background: url(../../images/dev/popup_img.jpg) no-repeat center;
  background-size: contain;
}

.legrefre_popup-close {
  display: block;
  width: 180px;
  margin: 32px auto 0;
  background: #DAD3CD;
  text-align: center;
  padding: 17px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .legrefre_popup-close {
    margin-top: 24px;
  }
}

.legrefre_popup-close:hover {
  opacity: 0.9;
}

.legrefre_popup-close span {
  padding-right: 20px;
  position: relative;
  font-size: 14px;
  line-height: 1;
  color: #000;
}

.legrefre_popup-close span::after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.legrefre_popup-close span::before {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
