@charset "UTF-8";
main {
  overflow-x: hidden; }

html {
  visibility: hidden; }

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  line-height: 1;
  background: #fff; }

html.wf-active {
  visibility: visible; }

main p,
main li {
  font-size: 20px;
  color: #333; }

img {
  vertical-align: top; }

a:hover {
  text-decoration: none; }

.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.mt0 {
  margin-top: 0px !important; }

.mt24 {
  margin-top: 24px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt80 {
  margin-top: 80px !important; }

.bg_white {
  background-color: #fff !important; }

.bg_ladies {
  background-color: #EA6C97; }

.bg_mens {
  background-color: #3B56AF; }

.bg_main {
  background-color: #F6E09D; }

.bg_voice {
  background: #F9EED8; }

.bg_data {
  background: #FFF6D9; }

.bg_design {
  background: #FBF5E9; }

.align_center {
  text-align: center; }

.align_left {
  text-align: left; }

.width_40 {
  width: 40%;
  margin: 0 auto;
  display: block; }

.width_80 {
  width: 80%;
  margin: 0 auto;
  display: block; }

.contents {
  width: 100%;
  padding: 104px 0; }
  .contents.bread, .contents.top, .contents.last {
    padding: 0; }
  .contents_innner {
    width: 1040px;
    margin: 0 auto;
    text-align: center; }
  .contents_img {
    width: 100%;
    margin-top: 8px; }
  .contents_text {
    font-size: 17px;
    line-height: 1.6;
    margin-top: 16px; }
    .contents_text.top {
      margin-top: 40px; }
  .contents img {
    width: 100%; }

.bread-crumb li {
  font-size: 14px;
  line-height: 1.6; }

.main_visual {
  width: 1040px;
  margin: 0 auto; }

.title_main {
  font-size: 32px;
  margin-top: 80px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.6;
  display: inline-block;
  position: relative; }
  .title_main::after {
    width: 100%;
    height: 8px;
    background-color: #F4BE6C;
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: -1; }
  .title_main_bottom {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .08em;
    line-height: 1.6;
    margin-top: 16px; }
  .title_main_textbox {
    position: relative;
    margin: 80px 0; }
    .title_main_textbox::before {
      position: absolute;
      width: 280px;
      height: 280px;
      top: 50%;
      left: 50%;
      border-radius: 50%;
      background: #F9EED8;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: '';
      z-index: -1; }
  .title_main_text {
    font-size: 24px;
    line-height: 2;
    font-weight: bold; }
    .title_main_text span {
      color: #EA926C; }
  .title_main_mini {
    margin-top: 16px; }

.title_marker {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.6;
  padding: 0 4px;
  background-color: rgba(246, 224, 157, 0.5);
  display: inline-block; }

.title_img {
  width: 64%;
  margin: 0 auto; }

.title_num {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.6;
  padding: 4px 0 4px 40px;
  background: no-repeat left center / 32px; }
  .title_num_01 {
    background-image: url("../svg/ico_01.svg"); }
  .title_num_02 {
    background-image: url("../svg/ico_02.svg"); }
  .title_num_03 {
    background-image: url("../svg/ico_03.svg"); }

.title_lineup {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.6;
  text-align: left;
  margin-top: 40px; }
  .title_lineup span {
    padding: 0 40px 0 16px; }
  .title_lineup.ladies span {
    border-bottom: 8px solid #EA6C97; }
  .title_lineup.mens span {
    border-bottom: 8px solid #3B56AF; }

.title_bottom {
  padding: 120px 0 0 0; }
  .title_bottom_textbox {
    position: relative;
    margin: 80px 0; }
    .title_bottom_textbox::before {
      position: absolute;
      width: 280px;
      height: 280px;
      top: 50%;
      left: 50%;
      border-radius: 50%;
      background: #F9EED8;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: '';
      z-index: -1; }
  .title_bottom_title {
    font-size: 40px;
    line-height: 2;
    font-weight: bold; }
    .title_bottom_title span {
      color: #EA926C; }
  .title_bottom_text {
    line-height: 2;
    font-weight: bold;
    padding-top: 80px; }

.text_reason {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.6;
  margin-top: 40px; }

.btn_top {
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  width: 480px;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #ffa970;
  border: 2px solid #f8cbad;
  border-radius: 8px;
  display: block; }

.box_btn {
  text-align: center;
  width: 80%;
  margin: 16px auto 0; }
  .box_btn .btn {
    color: #fff;
    font-size: 20px;
    letter-spacing: .04em;
    padding: 10px 0;
    background-color: #DC6A6A;
    border-radius: 8px;
    display: block; }
    .box_btn .btn.not {
      background-color: #ccc; }

.column_layout {
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .column_layout_item.double {
    width: calc(50% - 20px); }
  .column_layout_item.triple {
    width: calc(33% - 24px); }

.navi {
  width: 88%;
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .navi_item {
    width: calc(50% - 20px); }
  .navi_btn {
    color: #fff !important;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 16px 0;
    display: block;
    position: relative; }
    .navi_btn::after {
      content: "";
      position: absolute;
      top: -4px;
      right: 16px;
      bottom: 0;
      width: 12px;
      height: 12px;
      margin: auto;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
    .navi_btn:hover::after {
      top: 0; }
  .navi + .title_img {
    margin: 120px auto 0; }

.distress {
  padding-bottom: 160px;
  position: relative; }
  .distress::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 64px;
    left: 0;
    width: 64px;
    height: 64px;
    margin: auto;
    border-right: 8px solid #AF3B3B;
    border-bottom: 8px solid #AF3B3B;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .distress_list {
    width: calc(100% - 280px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .distress_list li {
      font-size: 24px;
      font-weight: bold;
      letter-spacing: .08em;
      line-height: 1.6;
      text-align: left; }
      .distress_list li::before {
        content: "・"; }
      .distress_list li:nth-child(n+2) {
        margin-top: 16px; }
  .distress_img {
    width: 240px; }

.solution {
  padding: 80px 0;
  margin-top: 24px;
  background: url(../svg/bg_solution_01.svg) no-repeat top center/cover; }
  .solution .contents_innner {
    position: relative; }
    .solution .contents_innner::before, .solution .contents_innner::after {
      width: 160px;
      height: 240px;
      content: "";
      position: absolute; }
    .solution .contents_innner::before {
      background: url(../webp/img_pants_01.webp) no-repeat center center/auto 240px;
      left: -80px;
      bottom: -120px; }
    .solution .contents_innner::after {
      background: url(../webp/img_pants_02.webp) no-repeat center center/auto 240px;
      right: -80px;
      top: -120px; }
  .solution_title {
    width: 88%;
    margin: 0 auto; }
  .solution_btn {
    width: 480px;
    position: absolute;
    margin: auto;
    right: 0;
    bottom: -120px;
    left: 0; }

.movie {
  width: 560px;
  margin: 24px auto;
  border: 8px solid #F9EED7; }
  .movie video {
    width: 100%; }

.item_img {
  width: 100%;
  height: 219px;
  border: 1px solid #333; }
  .item_img img {
    width: auto;
    height: 100%; }

.item_title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.6;
  text-align: left;
  padding: 0 8px 8px 0;
  margin-top: 8px;
  border-bottom: 2px solid #333; }

.item_text {
  font-size: 16px;
  letter-spacing: .08em;
  line-height: 1.6;
  text-align: left;
  margin-top: 16px;
  min-height: 136px; }

.item_price {
  font-size: 40px;
  font-weight: bold;
  text-align: left; }
  .item_price span {
    font-size: 20px;
    font-weight: normal; }

.voice_item {
  background: #fff;
  border-radius: 16px;
  padding: 32px; }
  .voice_item-image {
    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;
    border-bottom: 1px solid #dedede; }
    .voice_item-image img {
      width: 100px;
      margin-right: 24px; }
    .voice_item-image p {
      line-height: 1.75; }
  .voice_item-text {
    line-height: 1.75;
    margin-top: 24px;
    font-size: 19px; }

.data_text {
  font-size: 24px;
  line-height: 2;
  margin-top: 40px;
  text-align: left;
  display: inline-block; }

.data_box {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  margin-top: 64px; }
  .data_box .column_layout {
    margin-top: 0; }
  .data_box-graph_01 {
    width: 330px !important;
    margin: 24px auto 16px; }
  .data_box-graph_02 {
    margin: 0 auto 16px; }
  .data_box .graph_title {
    font-weight: bold; }
  .data_box-ex {
    text-align: right;
    margin-top: 32px; }

.reason_inner {
  background: #fff;
  padding: 40px;
  border-radius: 16px; }

.reason_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px; }
  .reason_item-text {
    width: calc(100% - 360px);
    text-align: left;
    line-height: 1.75;
    margin-top: 16px; }
    .reason_item-text .title_num {
      margin-bottom: 16px; }
  .reason_item-image {
    width: 320px; }

.design_content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.design_image {
  width: calc(50% - 80px); }
  .design_image img {
    width: 280px; }

.design_text {
  width: 50%;
  text-align: left; }
  .design_text p {
    line-height: 1.75; }
    .design_text p:nth-child(n + 2) {
      margin-top: 16px; }

@media screen and (min-width: 768px) {
  .spOnly {
    display: none; }
  .pcOnly {
    display: block; } }

@media screen and (max-width: 767px) {
  main p,
  main li {
    font-size: 14px; }
  .spOnly {
    display: block; }
  .pcOnly {
    display: none; }
  .width_40 {
    width: 80%; }
  .width_80 {
    width: 80%;
    margin: 0 auto;
    display: block; }
  .contents {
    width: 100%;
    padding: 80px 0; }
    .contents_innner {
      width: 92%; }
    .contents_text {
      font-size: 15px;
      line-height: 1.6;
      margin-top: 8px; }
      .contents_text.top {
        margin-top: 24px; }
  .main_visual {
    width: 100%; }
  .title_main {
    font-size: 24px; }
    .title_main_bottom {
      font-size: 18px;
      margin-top: 8px; }
    .title_main_text {
      font-size: 18px; }
  .title_marker {
    font-size: 24px; }
  .title_img {
    width: 88%; }
  .title_num {
    font-size: 18px;
    padding: 4px 0 4px 32px;
    background-size: 24px; }
  .title_lineup {
    font-size: 32px;
    margin-top: 24px; }
    .title_lineup span {
      padding: 0 24px 0 8px; }
    .title_lineup.ladies span {
      border-bottom: 4px solid #EA6C97; }
    .title_lineup.mens span {
      border-bottom: 4px solid #3B56AF; }
  .title_bottom {
    padding: 80px 0 0 0; }
    .title_bottom_title {
      font-size: 24px; }
    .title_bottom_textbox::before {
      width: 200px;
      height: 200px; }
    .title_bottom_text {
      padding-top: 40px;
      font-size: 18px;
      text-align: left;
      font-weight: unset; }
  .text_reason {
    font-size: 20px;
    margin-top: 24px;
    text-align: left; }
  .box_btn .btn {
    font-size: 16px; }
  .btn_top {
    font-size: 20px;
    width: 100%; }
  .column_layout {
    width: 88%;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .column_layout_item.double {
      width: 100%; }
      .column_layout_item.double:nth-child(n+2) {
        margin-top: 24px; }
    .column_layout_item.triple {
      width: 100%; }
      .column_layout_item.triple:nth-child(n+2) {
        margin-top: 24px; }
  .navi {
    width: 80%;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .navi_item {
      width: 100%; }
      .navi_item:nth-child(n+2) {
        margin-top: 16px; }
    .navi_btn {
      font-size: 16px; }
  .distress {
    padding-bottom: 80px; }
    .distress::after {
      bottom: 32px;
      width: 32px;
      height: 32px; }
    .distress_list {
      width: 100%; }
      .distress_list li {
        font-size: 18px;
        padding-left: 24px;
        position: relative; }
        .distress_list li::before {
          position: absolute;
          top: 4px;
          left: 0; }
        .distress_list li:nth-child(n+2) {
          margin-top: 8px; }
    .distress_img {
      width: 80%;
      margin: 16px auto 0; }
  .solution {
    padding: 40px 0;
    background: url(../images/bg_solution_01_sp.jpg) no-repeat top center/cover; }
    .solution .contents_innner {
      position: relative; }
      .solution .contents_innner::before, .solution .contents_innner::after {
        width: 80px;
        height: 160px; }
      .solution .contents_innner::before {
        background-size: 80px;
        left: -8px;
        bottom: -120px;
        z-index: 1; }
      .solution .contents_innner::after {
        background-size: 80px;
        right: -8px;
        top: -120px; }
    .solution_btn {
      width: 80%;
      bottom: -80px; }
  .movie {
    width: 88%; }
    .movie video {
      max-height: 240px; }
  .item_img {
    height: 160px; }
  .item_title {
    font-size: 18px;
    line-height: 1.2; }
  .item_text {
    font-size: 14px;
    margin-top: 8px;
    min-height: initial; }
  .item_price {
    font-size: 32px;
    margin-top: 16px; }
    .item_price span {
      font-size: 16px; }
  .voice_item-text {
    font-size: 18px; }
  .data_text {
    font-size: 18px; }
  .data_box {
    margin-top: 40px;
    padding: 32px; }
    .data_box .column_layout {
      width: 100%; }
    .data_box-graph_01 {
      width: 80% !important; }
  .reason_inner {
    padding: 40px 32px; }
  .reason_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px; }
    .reason_item-text {
      width: 100%;
      margin-top: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
      .reason_item-text .title_num {
        font-size: 20px; }
      .reason_item-text p {
        font-size: 18px; }
    .reason_item-image {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-top: 24px;
      width: 100%; }
  .design_image {
    display: none; }
  .design_text {
    width: 100%; }
    .design_text p {
      font-size: 18px; } }

.u-fade-type-up {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0; }

.u-fade-type-up.is-active {
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/*# sourceMappingURL=style.css.map */