@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; }

html.wf-active {
  visibility: visible; }

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

img {
  vertical-align: top; }

a:hover {
  text-decoration: none; }

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

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

.pt_80 {
  padding-top: 80px !important; }

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

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

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

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

.bg_pink {
  background-color: #f7d6db; }

.bg_green {
  background-color: #d9ede8; }

.bg_purple {
  background-color: #ddd6e5; }

.bg_slash {
  padding: 16px; }
  .bg_slash.c_pink {
    background: #fa646e; }
  .bg_slash.c_purple {
    background: #965aa0; }
  .bg_slash.c_green {
    background: #00aa96; }
  .bg_slash_inner {
    padding: 16px;
    background-color: #fff; }

.dot_line {
  width: 100%;
  margin: 80px auto; }

.font.white {
  color: #fff; }

.contents {
  width: 100%;
  padding: 80px 0;
  position: relative; }
  .contents.ptbnone {
    padding: 0; }
  .contents_inner {
    width: 1040px;
    margin: 0 auto;
    text-align: center;
    position: relative; }
  .contents img {
    width: 100%; }
  .contents_space {
    height: 80px;
    display: block; }

.bread-crumb {
  margin: 0 !important;
  padding: 15px 0 20px 10px; }
  .bread-crumb li {
    font-size: 14px;
    line-height: 1.6; }

.main_visual {
  width: 1040px;
  margin: 0 auto;
  padding-top: 80px; }

.title_main {
  width: 1040px;
  margin: auto; }
  .title_main_bottom {
    font-size: 27px;
    line-height: 1.6;
    letter-spacing: .04em;
    margin-top: 40px; }

.title_sub {
  width: 100%;
  margin-top: 72px; }
  .title_sub_min {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: .08em;
    margin-top: 32px;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; }
  .title_sub.lineup {
    width: 280px;
    margin: 0 auto 40px; }

.title_contents {
  width: 85%;
  margin: 0 auto; }

.title_center {
  margin: 56px auto 0; }
  .title_center, .title_center .bottom {
    width: 720px;
    margin-top: 140px; }

.box_btn {
  text-align: center;
  width: 270px;
  margin: 16px auto 0; }
  .box_btn .btn {
    color: #fff;
    font-size: 20px;
    letter-spacing: .04em;
    padding: 10px 0;
    background-color: #fb7981;
    border-radius: 8px;
    display: block; }
    .box_btn .btn.not {
      background-color: #ccc; }
    .box_btn .btn.green {
      background: #00bbab; }
    .box_btn .btn.purple {
      background: #9979ac; }
    .box_btn .btn.comingsoon {
      background: #aaa;
      pointer-events: none; }

.text_price {
  font-size: 36px;
  font-weight: bold; }
  .text_price span {
    font-size: 18px;
    font-style: normal; }
  .text_price_box {
    margin: 40px auto; }
    .text_price_box--formal {
      margin: 80px auto 40px; }
  .text_price_color {
    width: 360px;
    margin: 0 auto 40px; }
  .text_price_top {
    font-size: 16px;
    font-weight: 600; }
  .text_price--formal {
    font-weight: bold;
    font-size: 36px;
    margin-top: 8px; }
    .text_price--formal span {
      font-size: 18px;
      font-style: normal; }

.navi_list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .navi_list li {
    width: 256px;
    margin-right: 24px; }

.clip {
  position: relative; }
  .clip::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 150px;
    background: url(../svg/img_clip.svg) no-repeat;
    top: -32px; }
  .clip_right::before {
    right: 64px; }
  .clip_left::before {
    left: 64px; }

.item_top {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .item_top_title {
    width: 100%; }
  .item_top_text {
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: .04em;
    font-weight: 600;
    text-align: left;
    margin-left: 80px; }
    .item_top_text span {
      background: #fff;
      display: inline-block;
      margin: 8px 0;
      padding: 0 8px; }

.item_main_img {
  position: absolute; }

.item_main--blouse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.item_memo_list--right {
  display: block; }

.item_memo_list_item {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }

.item_memo_list_title {
  font-size: 27px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .08em;
  padding: 4px 0; }
  .item_memo_list_title.short {
    font-size: 23px; }

.item_memo_list_text {
  font-size: 15px;
  margin-top: 8px;
  line-height: 1.6;
  letter-spacing: .04em; }

.balloon_box {
  margin-top: 40px;
  position: relative; }
  .balloon_box_img {
    width: 100%;
    margin: auto; }
  .balloon_box_text {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: .04em;
    text-align: left;
    width: 516px;
    position: absolute; }
    .balloon_box_text.place_right {
      top: 216px;
      left: 490px; }
    .balloon_box_text.place_left {
      top: 224px;
      left: 52px; }
  .balloon_box_price {
    position: absolute; }
    .balloon_box_price.place_right {
      top: 376px;
      left: 515px;
      width: 500px; }
    .balloon_box_price.place_left {
      top: 376px;
      left: 10px;
      width: 500px; }
    .balloon_box_price.place_center {
      margin: 40px auto;
      position: relative; }
    .balloon_box_price_item:nth-child(n+2) {
      margin-top: 34px; }
    .balloon_box_price_detail {
      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-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .balloon_box_price_detail dt {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.4;
        width: 240px;
        text-align: center; }
      .balloon_box_price_detail dd {
        width: calc(100% - 240px);
        text-align: center;
        margin-top: 4px; }
    .balloon_box_price--blouse.balloon_box_price.place_right {
      top: 600px; }
      .balloon_box_price--blouse.balloon_box_price.place_right .balloon_box_price_detail {
        text-align: center;
        display: block; }
        .balloon_box_price--blouse.balloon_box_price.place_right .balloon_box_price_detail dt {
          width: auto; }
        .balloon_box_price--blouse.balloon_box_price.place_right .balloon_box_price_detail dd {
          width: auto;
          text-align: center; }
    .balloon_box_price--blouse.balloon_box_price.place_left {
      top: 600px; }
      .balloon_box_price--blouse.balloon_box_price.place_left .balloon_box_price_detail {
        text-align: center;
        display: block; }
        .balloon_box_price--blouse.balloon_box_price.place_left .balloon_box_price_detail dt {
          width: auto; }
        .balloon_box_price--blouse.balloon_box_price.place_left .balloon_box_price_detail dd {
          width: auto;
          text-align: center; }

.column_layout {
  width: 800px;
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 30px 96px; }
  .column_layout--4way {
    background: url(../images/bg_4way.png) no-repeat;
    background-size: contain;
    background-position: center; }
  .column_layout--2way {
    background: url(../images/bg_2way.png) no-repeat;
    background-size: contain;
    background-position: center top;
    position: relative; }
    .column_layout--2way::after {
      content: "※画像はシンプルリボンタイプ";
      position: absolute;
      bottom: -20px;
      right: 28px;
      font-size: 13px; }
    @media screen and (max-width: 767px) {
      .column_layout--2way::after {
        bottom: -8px;
        right: 12px;
        font-size: 11px; } }
  .column_layout_item.half {
    width: 270px; }
  .column_layout_item:nth-child(n+3) {
    margin-top: 24px; }
  .column_layout_title {
    width: 100%; }
  .column_layout_img {
    width: 100%;
    margin-top: 8px; }
  .column_layout_text {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: .04em;
    text-align: left;
    margin-top: 8px; }

.button_list {
  width: 577px;
  margin: auto; }
  .button_list_inner:nth-child(n+2) {
    margin-top: 40px; }

@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; }
  .contents {
    padding: 40px 0; }
    .contents_inner {
      width: 92%; }
  .main_visual {
    width: 92%;
    padding-top: 24px; }
  .sp_mt0 {
    margin-top: 0 !important; }
  .sp40 {
    margin-top: 40px !important; }
  .pt_80 {
    padding-top: 4% !important; }
  .bg_slash {
    padding: 8px; }
    .bg_slash_inner {
      padding: 8px; }
  .dot_line {
    margin: 40px auto; }
  .contents_space {
    height: 40px; }
  .title_main {
    width: 100%;
    margin: -20px auto 0; }
    .title_main_bottom {
      font-size: 18px;
      margin-top: 24px; }
  .title_sub {
    margin-top: 32px; }
    .title_sub_min {
      font-size: 18px;
      margin-top: 16px; }
    .title_sub.lineup {
      width: 50%;
      max-width: 250px;
      margin: 0 auto 19px; }
  .title_center {
    margin-top: 24px;
    width: 70%;
    max-width: 280px; }
    .title_center img {
      width: 140%;
      max-width: 140%;
      margin-left: -20%; }
  .box_btn {
    width: 64%;
    margin: 8px auto 0; }
    .box_btn .btn {
      font-size: 12px;
      padding: 4px 0; }
  .text_price {
    font-size: 18px;
    margin-top: -2%; }
    .text_price--formal {
      margin-top: 8px;
      font-weight: bold;
      font-size: 18px; }
    .text_price span {
      font-size: 10px; }
    .text_price_box {
      margin: 24px auto; }
    .text_price_top {
      font-size: 14px; }
    .text_price_color {
      width: 240px; }
  .navi_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .navi_list li {
      width: 48%;
      margin-right: 4%; }
      .navi_list li:nth-child(2n) {
        margin-right: 0; }
      .navi_list li:nth-child(n+3) {
        margin-top: 16px; }
  .clip::before {
    width: 30px;
    height: 75px;
    top: -17px; }
  .clip_right::before {
    right: 24px; }
  .clip_left::before {
    left: 24px; }
  #suit_black, #suit_navy, #blouse_2way, #blouse_4way, #formal_tie, #formal_collar, #formal_pleats {
    position: relative; }
  .item_top {
    width: 60%;
    margin: 0 auto; }
    .item_top_title {
      width: 100%;
      max-width: 100%; }
    .item_top_text {
      font-size: 13px;
      text-align: left;
      margin-left: 0; }
  .item_main {
    position: unset; }
    .item_main_img {
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset;
      left: 4%;
      top: 0;
      width: 30%; }
    .item_main--blouse .item_main_img--left {
      position: absolute;
      right: -10%;
      top: 2%;
      width: 55%; }
  .item_memo_list {
    width: 220px;
    margin: auto; }
    .item_memo_list_item {
      width: 100%;
      height: auto;
      padding: 56px 32px 24px;
      background-size: 100% !important; }
      .item_memo_list_item:nth-child(2n) {
        margin-left: 0; }
    .item_memo_list_title {
      font-size: 16px;
      padding: 4px 0;
      background-size: 48px !important; }
      .item_memo_list_title.short {
        font-size: 16px; }
  .balloon_box {
    margin-top: 5%;
    padding-bottom: 5%;
    position: relative; }
    .balloon_box_img {
      width: calc(100% + 8px);
      margin-left: -4px; }
    .balloon_box_text {
      font-size: 10px;
      line-height: 1.5;
      width: 55%; }
      .balloon_box_text.place_right {
        top: 20%;
        left: unset;
        right: -2%; }
      .balloon_box_text.place_left {
        top: 20%;
        left: 2%; }
    .balloon_box_price {
      width: 70%; }
      .balloon_box_price.place_right {
        top: 35%;
        right: 4%;
        left: unset;
        width: 55%; }
      .balloon_box_price.place_left {
        top: 35%;
        left: 4%;
        width: 55%; }
      .balloon_box_price.place_center {
        margin: 40px auto;
        position: relative; }
      .balloon_box_price_item:nth-child(n+2) {
        margin-top: 10px; }
      .balloon_box_price_detail {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .balloon_box_price_detail dt {
          font-size: 13px;
          width: 100%;
          text-align: left;
          line-height: 1.3; }
        .balloon_box_price_detail dd {
          width: 100%;
          text-align: right; }
      .balloon_box_price--blouse.balloon_box_price.place_right {
        top: 65%;
        right: -4%; }
        .balloon_box_price--blouse.balloon_box_price.place_right dt {
          text-align: center; }
      .balloon_box_price--blouse.balloon_box_price.place_left {
        top: 65%;
        left: 0; }
        .balloon_box_price--blouse.balloon_box_price.place_left dt {
          text-align: center; }
  .column_layout {
    width: 92%; }
    .column_layout--4way {
      padding: 10px 0;
      -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }
      .column_layout--4way .column_layout_item.half {
        width: calc(40% - 8px); }
        .column_layout--4way .column_layout_item.half:nth-child(n+3) {
          margin-top: 8px; }
      .column_layout--4way .column_layout_img {
        margin-top: 8px; }
    .column_layout--2way {
      padding: 3% 3%; }
      .column_layout--2way .column_layout_img {
        margin-top: 4px; }
      .column_layout--2way .column_layout_text {
        margin-top: 15%; }
    .column_layout_item.half {
      width: calc(50% - 8px); }
    .column_layout_item:nth-child(n+3) {
      margin-top: 24px; }
    .column_layout_text {
      font-size: 13px;
      margin-top: 16px; }
    .column_layout + .text_price_box .text_price {
      margin-top: 2%; }
  .button_list {
    width: 100%;
    margin: auto; }
    .button_list_inner:nth-child(n+2) {
      margin-top: 24px; } }

.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; }

.container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  grid-template-areas: "photo title" "photo list";
  grid-template-columns: 1fr 1.2fr;
  gap: 30px 40px; }
  @media (max-width: 768px) {
    .container {
      grid-template-areas: "title title" "photo list";
      grid-template-columns: 1fr 1fr;
      gap: 15px 10px;
      padding: 0; } }

.item_top {
  grid-area: title; }
  .item_top .item_top_title img {
    display: block;
    max-width: 100%;
    height: auto; }
    @media (max-width: 768px) {
      .item_top .item_top_title img {
        margin: 0 0 0 14px; } }

.item_main_img {
  grid-area: photo;
  -ms-flex-item-align: start;
  align-self: start;
  left: 10%;
  top: 95px; }
  @media (max-width: 768px) {
    .item_main_img {
      top: 0;
      width: 90%;
      left: 4%; } }
  .item_main_img img {
    display: block;
    width: 100%;
    height: auto; }

.container_reverse {
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 90px;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  grid-template-areas: "title photo" "list photo";
  grid-template-columns: 1.2fr 1fr;
  gap: 30px 40px; }
  .container_reverse .item_main_img {
    position: absolute;
    top: 95px;
    right: 10%; }
    @media (max-width: 768px) {
      .container_reverse .item_main_img {
        top: 0;
        width: 90%;
        right: 4%; } }
    .container_reverse .item_main_img img {
      width: auto;
      height: 883px; }
      @media (max-width: 768px) {
        .container_reverse .item_main_img img {
          top: 0;
          width: 100%;
          height: auto; } }
    .container_reverse .item_main_img--blouse {
      grid-area: photo;
      -ms-flex-item-align: start;
      align-self: start;
      position: absolute;
      left: 10%;
      top: 95px; }
      .container_reverse .item_main_img--blouse img {
        width: 100%;
        height: auto; }
      @media (max-width: 768px) {
        .container_reverse .item_main_img--blouse {
          top: 0;
          right: 4%; } }
  @media (max-width: 768px) {
    .container_reverse {
      grid-template-areas: "title title" "list photo";
      grid-template-columns: 1fr 1fr;
      gap: 15px 10px;
      padding: 0; } }

.item_memo_list {
  grid-area: list;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px; }
  @media (max-width: 768px) {
    .item_memo_list {
      gap: 8px; } }
  .item_memo_list_item {
    border: 1.5px solid #090000;
    border-radius: 15px;
    padding: 11px 19px 19px 11px;
    position: relative;
    z-index: 2; }
    .item_memo_list_item::after {
      content: "";
      position: absolute;
      top: -4px;
      left: -4px;
      width: 100%;
      height: 100%;
      border: 1.5px solid #090000;
      border-radius: 15px;
      z-index: -1;
      pointer-events: none; }
    .item_memo_list_item.bg_y-01::after, .item_memo_list_item.bg_y-03::after {
      background-color: #fceec5; }
    .item_memo_list_item.bg_g-02::after, .item_memo_list_item.bg_g-04::after {
      background-color: #a8dbbc; }
    @media (max-width: 768px) {
      .item_memo_list_item {
        border: 1px solid #090000;
        padding: 8px 12px 12px 8px;
        border-radius: 10px; }
        .item_memo_list_item::after {
          top: -2px;
          left: -2px;
          border-radius: 10px;
          border: 1px solid #090000; } }
  .item_memo_list_title {
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 8px;
    padding-bottom: 5px;
    font-size: 1.1rem; }
    @media (max-width: 768px) {
      .item_memo_list_title {
        font-size: 13px;
        margin-bottom: 5px;
        padding-bottom: 3px; } }
  .item_memo_list_text {
    font-size: 16px;
    line-height: 1.6; }
    @media (max-width: 768px) {
      .item_memo_list_text {
        font-size: 10px;
        line-height: 1.4; }
        .item_memo_list_text br {
          display: none; } }

.movie_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px; }

.movie_item {
  text-align: center;
  margin-bottom: 30px; }
  .movie_item video {
    width: 100%;
    max-width: 315px;
    height: auto;
    aspect-ratio: 9/16; }

.movie_title {
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0;
  padding-bottom: 4px;
  color: #333;
  position: relative;
  z-index: 0; }
  .movie_title span {
    font-size: 24px; }
  .movie_title::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 290px;
    height: 12px;
    background-color: #fff;
    z-index: -1; }

.title_sub_movie {
  font-size: 44px;
  position: relative;
  padding-bottom: 20px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  margin-top: 40px; }
  .title_sub_movie::before {
    content: '';
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 280px;
    height: 2px;
    background-color: #333; }
  .title_sub_movie::after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 280px;
    height: 1px;
    background-color: #333; }

@media (max-width: 768px) {
  .movie_container {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 20px; }
  .movie_title {
    font-size: 20px;
    margin: 15px 0; }
    .movie_title span {
      font-size: 16px; }
    .movie_title::before, .movie_title::after {
      width: 200px; }
    .movie_title::before {
      bottom: -4px; }
    .movie_title::after {
      bottom: -8px; }
  .title_sub_movie {
    font-size: 32px; }
    .title_sub_movie::before, .title_sub_movie::after {
      width: 100%; } }

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