@charset "utf-8";

/* Top page responsive styles
--------------------------------------------------*/

/* Mobile-first (default: < 769px) */

/* Common: prevent fixed-width buttons from overflowing on small screens */
.main_top .btn {
  max-width: 100%;
}

/* MV */
.mv .inner {
  height: 56vw;
  min-height: 300px;
}

.mv .bnr {
  display: none;
}

/* section01 (intro) */
.section01 {
  padding: 40px 15px 30px !important;
}

.section01 h2 {
  font-size: 20px !important;
}

.section01 .tit {
  font-size: 15px !important;
}

.section01 .txt {
  font-size: 13px;
  line-height: 1.8;
}

/* toppage-video */
#toppage-video {
  padding: 0 15px 30px !important;
}

#toppage-video #video {
  width: 100% !important;
}

/* section02 (reason) */
.section02 {
  padding: 40px 15px 50px !important;
}

.section02 .inner {
  width: 100% !important;
  background-image: none !important;
}

.section02 h2 {
  font-size: 22px !important;
}

.section02 .tit {
  font-size: 18px !important;
  margin-bottom: 25px !important;
}

.section02 .reason {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.section02 .reason li {
  float: none !important;
  width: 100% !important;
}

.section02 .reason .ph img {
  max-width: 196px;
  width: 100%;
  height: auto;
}

.section02 .reason .tit {
  font-size: 20px !important;
}

.section02 .reason .txt_b {
  font-size: 16px;
}

.section02 .reason_more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.section02 .reason_more li {
  float: none !important;
  margin: 0 !important;
}

.section02 .reason_more .btn {
  width: auto !important;
  padding: 0 5px;
}

.section02 .reason_more .btn a {
  padding: 0 15px;
  font-size: 13px;
}

/* Banner list */
.bannerList {
  padding: 30px 10px;
}

.bannerList__slider {
  max-width: 100%;
}

/* section_news */
.main_top .section_news {
  padding: 40px 15px !important;
}

.main_top .section_news .inner {
  width: 100% !important;
}

.main_top .section_news .title_box h2 {
  font-size: 28px !important;
}

.main_top .section_news ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.main_top .section_news li {
  float: none !important;
  width: calc(50% - 8px) !important;
  margin-right: 0 !important;
}

.main_top .section_news li .ph {
  width: 100% !important;
  height: auto !important;
}

.main_top .section_news li .txt {
  width: 100% !important;
  font-size: 13px;
}

/* section03 (photo style) */
.section03 {
  padding: 50px 15px 50px !important;
}

.section03 .inner {
  width: 100% !important;
}

.section03 .inner .box_a,
.section03 .inner .box_b {
  float: none !important;
  width: 100% !important;
  margin-top: 0 !important;
}

.section03 .inner .box_b {
  margin-top: 30px !important;
}

.section03 h2 {
  font-size: 36px !important;
  text-align: center !important;
}

.section03 .tit {
  font-size: 16px !important;
  text-align: center !important;
}

.section03 .txt {
  text-align: center !important;
  font-size: 13px;
  margin-bottom: 25px !important;
}

.section03 .style_box {
  margin-bottom: 30px !important;
}

.section03 .style_box h2 {
  font-size: 28px !important;
}

.section03 .style_box .ph img {
  width: 100%;
  height: auto;
}

.section03 .style_box .tit {
  font-size: 17px !important;
}

/* section_plan */
.main_top .section_plan {
  padding: 50px 15px 40px !important;
}

.main_top .section_plan .inner {
  width: 100% !important;
}

.main_top .section_plan .title_box h2 {
  font-size: 28px !important;
}

.main_top .section_plan .title_box .sub {
  font-size: 15px !important;
}

.main_top .section_plan ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.main_top .section_plan li {
  float: none !important;
  width: calc(50% - 8px) !important;
}

.main_top .section_plan li .ph {
  width: 100% !important;
  height: auto !important;
}

.main_top .section_plan li .ph img {
  width: 100%;
  height: auto;
}

.main_top .section_plan li .tit {
  font-size: 15px !important;
}

.main_top .section_plan li .txt {
  font-size: 17px !important;
  margin-bottom: 15px !important;
}

/* plan_plus */
.plan_plus {
  height: auto !important;
  background-size: cover;
  padding: 10px 0;
}

.plan_plus img {
  width: 71px;
  height: 71px;
}

/* pu_plan */
.main_top .pu_plan {
  padding: 30px 15px 50px !important;
}

.main_top .pu_plan .inner {
  width: 100% !important;
}

.main_top .pu_plan .title_box h2 {
  font-size: 24px !important;
}

.main_top .pu_plan .mb25 img {
  width: 100%;
  height: auto;
}

/* section_gallery */
.main_top .section_gallery {
  padding: 40px 0 40px !important;
}

.main_top .section_gallery h2 {
  font-size: 28px !important;
}

.main_top .section_gallery ul.gallery li {
  width: 25% !important;
}

.main_top .section_gallery ul.sns_link {
  width: 100% !important;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.main_top .section_gallery ul.sns_link li {
  float: none !important;
  margin: 0 !important;
  font-size: 14px !important;
}

.main_top .section_gallery ul.sns_link li:nth-child(1) {
  top: 0 !important;
  font-size: 20px !important;
}

.main_top .section_gallery ul.sns_link li:nth-child(2) {
  font-size: 13px !important;
  width: 100%;
  text-align: center;
  order: -1;
}

/* section_dress */
.main_top .section_dress {
  height: auto !important;
  padding: 50px 15px 50px !important;
  background-size: cover !important;
}

.main_top .section_dress .inner {
  width: 100% !important;
}

.main_top .section_dress h2 {
  font-size: 40px !important;
}

.main_top .section_dress .txt {
  font-size: 13px;
}

.main_top .section_dress ul {
  width: 100% !important;
  display: flex;
  gap: 5px;
}

.main_top .section_dress ul li {
  float: none !important;
  flex: 1;
  margin: 0 !important;
}

.main_top .section_dress ul li img {
  width: 100%;
  height: auto;
}

/* section_flow */
.main_top .section_flow {
  padding: 0 0 40px !important;
}

.main_top .section_flow .title_box {
  height: auto !important;
  padding: 15px !important;
}

.main_top .section_flow h2 {
  font-size: 28px !important;
}

.main_top .section_flow .inner {
  width: 100% !important;
  padding: 30px 15px 0 !important;
  background-image: none !important;
}

.main_top .section_flow ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main_top .section_flow ul li {
  float: none !important;
  margin-bottom: 0 !important;
}

.main_top .section_flow ul li.flow_box {
  width: 100% !important;
  height: auto !important;
  padding: 20px 15px !important;
  margin-bottom: 0 !important;
}

.main_top .section_flow ul li.flow_box h3 {
  font-size: 30px;
}

.main_top .section_flow ul li.flow_box .tit {
  font-size: 17px;
}

.main_top .section_flow ul li.flow_box .txt {
  font-size: 13px;
}

.main_top .section_flow ul li.arrow {
  width: 30px !important;
  height: 30px !important;
  background: none !important;
  position: relative;
}

.main_top .section_flow ul li.arrow::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-right: 2px solid #aa8b45;
  border-bottom: 2px solid #aa8b45;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -8px;
}

/* columnArea */
#columnArea {
  padding: 30px 15px;
}

#columnArea h2 {
  font-size: 22px;
}

#columnArea ul {
  width: 100% !important;
}

#columnArea li {
  margin-bottom: 10px;
}

#columnArea li a {
  font-size: 13px;
}

/* section_false */
.main_top .section_false {
  padding: 40px 15px 50px !important;
}

.main_top .section_false .inner {
  width: 100% !important;
}

.main_top .section_false .title_box h2 {
  font-size: 24px !important;
}

.main_top .section_false .title_box .sub {
  font-size: 20px !important;
}

.main_top .section_false .box_a,
.main_top .section_false .box_b {
  float: none !important;
  width: 100% !important;
  margin-bottom: 20px;
}

.main_top .section_false .inner02 {
  height: auto !important;
  padding: 20px 15px 30px !important;
}

.false_box .catch {
  font-size: 20px !important;
  background-size: 30px auto !important;
  padding: 0 35px;
}

.false_box .lead {
  font-size: 17px !important;
}

.false_box .txt {
  font-size: 13px;
}

.false_box .txt02 span {
  font-size: 14px !important;
}

.main_top .section_false .cv_lead {
  font-size: 15px !important;
  line-height: 1.8;
}

.main_top .section_false .btn.cv {
  width: 100% !important;
  max-width: 400px;
  height: 50px !important;
  font-size: 15px !important;
}

.main_top .section_false .btn.cv a {
  height: 50px !important;
  line-height: 50px !important;
}

/* ---- PC (769px+) ---- */
@media screen and (min-width: 769px) {
  .mv .inner {
    height: 793px;
  }

  .mv .bnr {
    display: block;
  }

  /* section01 */
  .section01 {
    padding: 76px 0 66px !important;
  }

  .section01 h2 {
    font-size: 25px !important;
  }

  .section01 .tit {
    font-size: 19px !important;
  }

  .section01 .txt {
    font-size: inherit;
  }

  /* toppage-video */
  #toppage-video {
    padding: 0 0 66px !important;
  }

  #toppage-video #video {
    width: 1280px !important;
    max-width: 100%;
  }

  /* section02 */
  .section02 {
    padding: 54px 0 84px !important;
  }

  .section02 .inner {
    width: 876px !important;
    background-image: url(../../../img/top/icon_reason.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: 155px top !important;
  }

  .section02 h2 {
    font-size: 27px !important;
  }

  .section02 .tit {
    font-size: 25px !important;
    margin-bottom: 42px !important;
  }

  .section02 .reason {
    flex-direction: row;
    gap: 0;
  }

  .section02 .reason li {
    float: left !important;
    width: 292px !important;
  }

  .section02 .reason .tit {
    font-size: 23px !important;
  }

  .section02 .reason .txt_b {
    font-size: 18px;
  }

  .section02 .reason_more .btn {
    width: 177px !important;
  }

  .section02 .reason_more .btn a {
    font-size: inherit;
  }

  .section02 .reason_more li.btn:nth-child(2),
  .section02 .reason_more li.btn:nth-child(3) {
    width: 133px !important;
  }

  .section02 .reason_more li.btn:nth-child(1) {
    margin-left: 57px !important;
    margin-right: 65px !important;
  }

  .section02 .reason_more li.btn:nth-child(2) {
    margin-right: 8px !important;
  }

  .section02 .reason_more li.btn:nth-child(3) {
    margin-right: 70px !important;
  }

  /* Banner list */
  .bannerList {
    padding: 48px 10px;
  }

  /* section_news */
  .main_top .section_news {
    padding: 55px 0 64px !important;
  }

  .main_top .section_news .inner {
    width: 1200px !important;
  }

  .main_top .section_news .title_box h2 {
    font-size: 34px !important;
  }

  .main_top .section_news ul {
    display: block;
  }

  .main_top .section_news li {
    float: left !important;
    width: 280px !important;
    margin-right: 23px !important;
  }

  .main_top .section_news li:last-child {
    margin-right: 0 !important;
  }

  .main_top .section_news li .ph {
    width: 280px !important;
    height: 187px !important;
  }

  .main_top .section_news li .txt {
    width: 280px !important;
    font-size: 14px;
  }

  /* section03 */
  .section03 {
    padding: 100px 0 134px !important;
  }

  .section03 .inner {
    width: 1080px !important;
  }

  .section03 .inner .box_a {
    float: left !important;
    width: 498px !important;
  }

  .section03 .inner .box_b {
    float: right !important;
    width: 498px !important;
    margin-top: 90px !important;
  }

  .section03 h2 {
    font-size: 62px !important;
    text-align: left !important;
  }

  .section03 .tit {
    font-size: 19px !important;
    text-align: left !important;
  }

  .section03 .txt {
    text-align: left !important;
    font-size: inherit;
    margin-bottom: 43px !important;
  }

  .section03 .style_box {
    margin-bottom: 65px !important;
  }

  .section03 .style_box h2 {
    font-size: 40px !important;
  }

  .section03 .style_box .tit {
    font-size: 20px !important;
  }

  /* section_plan */
  .main_top .section_plan {
    padding: 90px 0 64px !important;
  }

  .main_top .section_plan .inner {
    width: 969px !important;
  }

  .main_top .section_plan .title_box h2 {
    font-size: 34px !important;
  }

  .main_top .section_plan .title_box .sub {
    font-size: 19px !important;
  }

  .main_top .section_plan ul {
    display: block;
  }

  .main_top .section_plan li {
    float: left !important;
    width: 454px !important;
  }

  .main_top .section_plan li:nth-child(2n) {
    float: right !important;
  }

  .main_top .section_plan li .ph {
    width: 454px !important;
    height: 284px !important;
  }

  .main_top .section_plan li .tit {
    font-size: 19px !important;
  }

  .main_top .section_plan li .txt {
    font-size: 22px !important;
    margin-bottom: 40px !important;
  }

  /* plan_plus */
  .plan_plus {
    height: 71px !important;
    background-size: auto;
  }

  .plan_plus img {
    width: auto;
    height: auto;
  }

  /* pu_plan */
  .main_top .pu_plan {
    padding: 50px 0 100px !important;
  }

  .main_top .pu_plan .inner {
    width: 1180px !important;
  }

  .main_top .pu_plan .title_box h2 {
    font-size: 34px !important;
  }

  /* section_gallery */
  .main_top .section_gallery {
    padding: 53px 0 66px !important;
  }

  .main_top .section_gallery h2 {
    font-size: 37px !important;
  }

  .main_top .section_gallery ul.gallery li {
    width: calc(100% / 8) !important;
  }

  .main_top .section_gallery ul.sns_link {
    width: 790px !important;
    display: block;
    padding: 0;
  }

  .main_top .section_gallery ul.sns_link li {
    float: left !important;
    margin: 0 10px !important;
    line-height: 27px !important;
  }

  .main_top .section_gallery ul.sns_link li:nth-child(1) {
    position: relative;
    top: -12px !important;
    font-size: 27px !important;
  }

  .main_top .section_gallery ul.sns_link li:nth-child(2) {
    font-size: 17px !important;
    width: auto;
    order: 0;
  }

  /* section_dress */
  .main_top .section_dress {
    height: 588px !important;
    padding: 86px 0 171px !important;
  }

  .main_top .section_dress .inner {
    width: 1200px !important;
  }

  .main_top .section_dress h2 {
    font-size: 69px !important;
  }

  .main_top .section_dress ul {
    width: 507px !important;
    display: block;
  }

  .main_top .section_dress ul li {
    float: left !important;
    margin: 0 9px !important;
    flex: none;
  }

  .main_top .section_dress ul li img {
    width: auto;
  }

  /* section_flow */
  .main_top .section_flow {
    padding: 0 0 67px !important;
  }

  .main_top .section_flow .title_box {
    height: 115px !important;
    padding: 15px 0 0 !important;
  }

  .main_top .section_flow h2 {
    font-size: 34px !important;
  }

  .main_top .section_flow .inner {
    width: 1178px !important;
    padding: 73px 0 0 !important;
    background-image: url(../../../img/top/flow_arrow.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
  }

  .main_top .section_flow ul {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .main_top .section_flow ul li {
    margin-bottom: 40px !important;
  }

  .main_top .section_flow ul li.flow_box {
    width: 362px !important;
    height: 207px !important;
    padding: 20px 0 0 !important;
  }

  .main_top .section_flow ul li.flow_box h3 {
    font-size: 40px;
  }

  .main_top .section_flow ul li.flow_box .tit {
    font-size: 21px;
  }

  .main_top .section_flow ul li.arrow {
    width: 46px !important;
    height: 207px !important;
    background: url(../../../img/top/flow_arrow02.jpg) no-repeat center !important;
  }

  .main_top .section_flow ul li.arrow::after {
    display: none;
  }

  /* columnArea */
  #columnArea {
    padding: 30px 0;
  }

  #columnArea h2 {
    font-size: inherit;
  }

  #columnArea li a {
    font-size: inherit;
  }

  /* section_false */
  .main_top .section_false {
    padding: 62px 0 86px !important;
  }

  .main_top .section_false .inner {
    width: 1180px !important;
  }

  .main_top .section_false .title_box h2 {
    font-size: 31px !important;
  }

  .main_top .section_false .title_box .sub {
    font-size: 28px !important;
  }

  .main_top .section_false .box_a {
    float: left !important;
    width: 570px !important;
  }

  .main_top .section_false .box_b {
    float: right !important;
    width: 570px !important;
  }

  .main_top .section_false .inner02 {
    height: 830px !important;
    padding: 25px 40px 45px !important;
  }

  .false_box .catch {
    font-size: 29px !important;
    background-size: auto !important;
    padding: 0;
  }

  .false_box .lead {
    font-size: 20px !important;
  }

  .false_box .txt02 span {
    font-size: 18px !important;
  }

  .main_top .section_false .cv_lead {
    font-size: 21px !important;
  }

  .main_top .section_false .btn.cv {
    width: 502px !important;
    height: 60px !important;
    font-size: 19px !important;
  }

  .main_top .section_false .btn.cv a {
    height: 60px !important;
    line-height: 60px !important;
  }
}
