@charset "UTF-8";
html {
  margin: 0;
}

body {
  margin: 0;
}

.col-md-3 {
  display: none;
}

.col-md-9 {
  width: 100%;
}

.container {
  width: 100%;
  padding: 0;
}

.navbar {
  display: none;
}

.copyright {
  display: none;
}

.lp_wrap div, .lp_wrap span, .lp_wrap iframe,
.lp_wrap h1, .lp_wrap h2, .lp_wrap h3,
.lp_wrap h4, .lp_wrap h5, .lp_wrap h6,
.lp_wrap p, .lp_wrap img, .lp_wrap small,
strong, .lp_wrap b,
.lp_wrap dl, .lp_wrap dt, .lp_wrap dd,
.lp_wrap ol, .lp_wrap ul, .lp_wrap li,
.lp_wrap form, .lp_wrap label, .lp_wrap legend,
.lp_wrap table, .lp_wrap tbody, .lp_wrap tfoot,
.lp_wrap thead, .lp_wrap tr, .lp_wrap th, .lp_wrap td,
.lp_wrap footer, .lp_wrap header, .lp_wrap nav,
.lp_wrap section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

.lp_wrap {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
  box-sizing: border-box;
}

.lp_wrap * {
  padding: 0;
  margin: 0;
}

.lp_wrap img {
  max-width: 100%;
}

.lp_wrap ul li {
  list-style: none;
}

.lp_wrap table {
  border-spacing: 0;
}

.lp_wrap * {
  color: #1a2e33;
  line-height: 1;
}

.lp_wrap a {
  color: #1a2e33;
  text-decoration: none;
  vertical-align: baseline;
}

.lp_wrap a:hover, .lp_wrap button:hover {
  opacity: 0.8;
}

.lp_wrap * {
  font-size: 16px;
}

.lp_wrap .offer_btn {
  display: block;
  margin: 0 auto;
  transform: translateZ(0);
}

@media only screen and (max-width: 750px) {
  .lp_wrap .offer_btn {
    filter: drop-shadow(1.333vw 1.333vw 1.333vw rgba(0, 0, 0, 0.1));
  }
}
@media only screen and (min-width: 751px) {
  .lp_wrap .offer_btn {
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
  }
}
/* ========================================
  Ã£Æ’â€¢Ã£â€šÂ¡Ã£Æ’Â¼Ã£â€šÂ¹Ã£Æ’Ë†Ã£Æ’â€œÃ£Æ’Â¥Ã£Æ’Â¼
======================================== */
.lp_wrap .top_logo_area {
  background-color: #eb5b78;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 750px) {
  .lp_wrap .top_logo_area {
    height: 9.333vw;
  }
}
@media only screen and (min-width: 751px) {
  .lp_wrap .top_logo_area {
    height: 70px;
  }
}
@media only screen and (max-width: 750px) {
  .lp_wrap .top_logo {
    width: 36vw;
  }
}
@media only screen and (min-width: 751px) {
  .lp_wrap .top_logo {
    width: 270px;
  }
}
.lp_wrap .fv_area {
  background: url(https://d2w53g1q050m78.cloudfront.net/yonamineshoesjp/uploads/lp/room-shoes2/img/fv_bg.jpg) 50% 0/100% auto no-repeat #f7f7f7;
}

@media only screen and (max-width: 750px) {
  .lp_wrap .fv_area {
    padding-bottom: 14.667vw;
  }
}
@media only screen and (min-width: 751px) {
  .lp_wrap .fv_area {
    padding-bottom: 110px;
  }
}
.lp_wrap .fv_area .inner {
  position: relative;
}
.lp_wrap .fv_area .inner .fv_move .move {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 500ms;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .lp_wrap .fv_area .inner .fv_move .move {
    transform: translate(spVw(-50), 0);
  }
}
.lp_wrap .fv_area .inner .fv_move .move.action {
  opacity: 1;
  transform: translate(0, 0);
}
.lp_wrap .fv_area .inner .fv_move .fade02 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}
.lp_wrap .fv_area .inner .fv_move .fade03 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.lp_wrap .fv_area .offer_area {
  background: #fff;
  border: solid #eb5b78;
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .lp_wrap .fv_area .offer_area {
    border-width: 0.667vw;
    border-radius: 4vw;
    padding-bottom: 5.333vw;
    width: 89.333vw;
  }
}
@media only screen and (min-width: 751px) {
  .lp_wrap .fv_area .offer_area {
    border-width: 5px;
    border-radius: 30px;
    padding-bottom: 40px;
    width: 670px;
  }
}
.lp_wrap .offer_caution {
  border: solid #333;
  border-width: 1px 0;
  margin: auto;
}

@media only screen and (max-width: 750px) {
  .lp_wrap .offer_caution {
    width: 79.467vw;
  }
}
@media only screen and (min-width: 751px) {
  .lp_wrap .offer_caution {
    width: 596px;
  }
}
.lp_wrap .offer_caution dt {
  cursor: pointer;
  position: relative;
}

.lp_wrap .offer_caution dt::before,
.lp_wrap .offer_caution dt::after {
  background: #333;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

@media only screen and (max-width: 750px) {
  .lp_wrap .offer_caution dt::before,
  .lp_wrap .offer_caution dt::after {
    height: 1px;
    margin-top: -0.5px;
    right: 2.933vw;
    width: 2.933vw;
  }
}
@media only screen and (min-width: 751px) {
  .lp_wrap .offer_caution dt::before,
  .lp_wrap .offer_caution dt::after {
    height: 2px;
    margin-top: -1px;
    right: 22px;
    width: 22px;
  }
}
.lp_wrap .offer_caution dt::before {
  transform: rotate(90deg);
  transition: all 0.3s;
}

.lp_wrap .offer_caution dt.on::before {
  transform: rotate(0deg);
}

.lp_wrap .offer_caution dd {
  display: none;
}

@media only screen and (max-width: 750px) {
	.reciprocal_link .reciprocal_link_text{
		text-align: center;
		margin: 50px 0 20px;
		font-size: 1.5rem;
	}
	.reciprocal_link .room_shoes_btn{
		margin: 0 auto;
		width: 60%;
		display: block;
	}
}

@media only screen and (max-width: 750px) {
  .lp_wrap .fv_area .offer_btn {
    margin-top: 8vw;
    width: 83.467vw;
  }
}
@media only screen and (min-width: 751px) {
  .lp_wrap .fv_area .offer_btn {
    margin-top: 60px;
    width: 626px;
  }
}
/*./fv*/
/* ========================================
  worries
======================================== */
.lp_wrap .worries {
  background: url(https://d2w53g1q050m78.cloudfront.net/yonamineshoesjp/uploads/lp/room-shoes2/img/worries_bg_01.jpg) 50% 0/100% auto no-repeat, url(https://d2w53g1q050m78.cloudfront.net/yonamineshoesjp/uploads/lp/room-shoes2/img/worries_bg_02.png) 50% 100%/100% auto no-repeat;
}

/*./worries*/
/* ========================================
  structure
======================================== */
.lp_wrap .structure {
  background: #f7f7f7;
}

@media only screen and (max-width: 750px) {
  .lp_wrap .structure {
    padding-bottom: 8.667vw;
  }
}
@media only screen and (min-width: 751px) {
  .lp_wrap .structure {
    padding-bottom: 65px;
  }
}
.lp_wrap .feature_list {
  background: #ebe1df;
}

@media only screen and (max-width: 750px) {
  .lp_wrap .structure .offer_btn {
    width: 89.333vw;
  }
}
@media only screen and (min-width: 751px) {
  .lp_wrap .structure .offer_btn {
    width: 670px;
  }
}
/*./structure*/
/* ========================================
  point
======================================== */
.lp_wrap .point {
  background: #dad2cb;
}

@media only screen and (max-width: 750px) {
  .lp_wrap .point {
    padding-bottom: 11.2vw;
  }
}
@media only screen and (min-width: 751px) {
  .lp_wrap .point {
    padding-bottom: 84px;
  }
}
@media only screen and (max-width: 750px) {
  .lp_wrap .point .offer_btn {
    width: 89.333vw;
  }
}
@media only screen and (min-width: 751px) {
  .lp_wrap .point .offer_btn {
    width: 670px;
  }
}
/*./point*/
/* ========================================
  verification
======================================== */
.lp_wrap .verification {
  background: url(https://d2w53g1q050m78.cloudfront.net/yonamineshoesjp/uploads/lp/room-shoes2/img/yn25012_verification_bg.jpg) 50% 0/100% 100% no-repeat;
}
.lp_wrap .verification .verification_list div video {
  display: block;
  width: 534px;
  margin: 10px auto;
}
@media screen and (max-width: 750px) {
  .lp_wrap .verification .verification_list div video {
    width: 71.2vw;
    margin: 1.3333333333vw auto;
  }
}
.lp_wrap .verification .verification_list div .video03 {
  width: 554px;
  margin: 10px 0 10px 112px;
}
@media screen and (max-width: 750px) {
  .lp_wrap .verification .verification_list div .video03 {
    width: 73.8666666667vw;
    margin: 1.3333333333vw 0 1.3333333333vw 14.9333333333vw;
  }
}

/*./verification*/
/* ========================================
  career
======================================== */
.lp_wrap .career {
  background: url(https://d2w53g1q050m78.cloudfront.net/yonamineshoesjp/uploads/lp/room-shoes2/img/career_bg_01.jpg) 50% 0/100% auto no-repeat, url(https://d2w53g1q050m78.cloudfront.net/yonamineshoesjp/uploads/lp/room-shoes2/img/career_bg_02.jpg) 50% 100%/100% auto no-repeat;
}

@media only screen and (max-width: 750px) {
  .lp_wrap .career {
    padding-bottom: 26.667vw;
  }
}
@media only screen and (min-width: 751px) {
  .lp_wrap .career {
    padding-bottom: 200px;
  }
}
/*./career*/
/* ========================================
  qa
======================================== */
.lp_wrap .qa {
  background: #eae9e5;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .lp_wrap .qa {
    padding: 12.4vw 0 13.067vw;
  }
}
@media only screen and (min-width: 751px) {
  .lp_wrap .qa {
    padding: 93px 0 98px;
  }
}
.lp_wrap .qa_tit {
  left: 0;
  position: absolute;
}

@media only screen and (max-width: 750px) {
  .lp_wrap .qa_tit {
    top: -26.667vw;
  }
}
@media only screen and (min-width: 751px) {
  .lp_wrap .qa_tit {
    top: -200px;
  }
}
.lp_wrap .qa_list {
  margin: auto;
}

@media only screen and (max-width: 750px) {
  .lp_wrap .qa_list {
    width: 89.333vw;
  }
}
@media only screen and (min-width: 751px) {
  .lp_wrap .qa_list {
    width: 670px;
  }
}
.lp_wrap .qa_list dd {
  background: #fff;
  overflow: hidden;
}

@media only screen and (max-width: 750px) {
  .lp_wrap .qa_list dd {
    border-radius: 4vw;
  }
}
@media only screen and (min-width: 751px) {
  .lp_wrap .qa_list dd {
    border-radius: 30px;
  }
}
/*./qa*/
/* ========================================
  foot
======================================== */
.foot_list {
  display: flex;
  gap: 1em;
  list-style: none;
  justify-content: center;
}

@media only screen and (max-width: 750px) {
  .foot_list li {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 751px) {
  .foot_list li {
    padding: 2em 25px;
  }
}
@media only screen and (max-width: 750px) {
  .foot_list li a {
    font-size: 3.8vw;
  }
}
@media only screen and (min-width: 751px) {
  .foot_list li a {
    font-size: 24px;
  }
}/*# sourceMappingURL=style.css.map */