@charset "UTF-8";
/*! Writen  by SCSS */
.sec01 {
  padding-bottom: clamp(40px, 6.452vw, 80px); }
  @media screen and (max-width: 820px) {
    .sec01 {
      padding-bottom: 60px; } }
  @media screen and (max-width: 480px) {
    .sec01 {
      padding-bottom: 50px; } }
  .sec01 .sec_ttl_wrap {
    row-gap: clamp(30px, 4.839vw, 60px); }
    @media screen and (max-width: 480px) {
      .sec01 .sec_ttl_wrap .mitasumo_logo {
        display: none; } }
  .sec01 .sec01_item {
    margin: clamp(60px, 6.452vw, 80px) auto 0;
    display: grid;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px 0;
    grid-template-columns: 46.78% 48.39%; }
    @media screen and (max-width: 820px) {
      .sec01 .sec01_item {
        gap: 20px 0; } }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_item {
        margin: 40px auto 0;
        grid-template-columns: 100%; } }
    .sec01 .sec01_item .powder01 {
      align-items: center; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_item .powder01 {
          flex-direction: column;
          row-gap: 20px; } }
      .sec01 .sec01_item .powder01 .mitasumo_logo02 {
        width: 23.28%; }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_item .powder01 .mitasumo_logo02 {
            width: 135px;
            margin: 0 auto; } }
      .sec01 .sec01_item .powder01 .text_group {
        width: 70.69%;
        flex-direction: column;
        row-gap: 15px; }
        @media screen and (max-width: 820px) {
          .sec01 .sec01_item .powder01 .text_group {
            row-gap: 10px; } }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_item .powder01 .text_group {
            width: 100%; } }
        .sec01 .sec01_item .powder01 .text_group .mitasumo_ttl {
          font-size: clamp(10px, 1.13vw, 14px);
          line-height: 1.4; }
          @media screen and (max-width: 480px) {
            .sec01 .sec01_item .powder01 .text_group .mitasumo_ttl {
              font-size: 3.6vw;
              text-align: center; } }
          .sec01 .sec01_item .powder01 .text_group .mitasumo_ttl .big {
            display: block;
            font-size: 157%; }
        .sec01 .sec01_item .powder01 .text_group .mitasumo_read {
          font-size: clamp(11px, 1.13vw, 14px); }
          @media screen and (max-width: 480px) {
            .sec01 .sec01_item .powder01 .text_group .mitasumo_read {
              font-size: 12px; } }
          .sec01 .sec01_item .powder01 .text_group .mitasumo_read .small {
            display: block;
            font-size: 80%; }
    .sec01 .sec01_item .example_photo {
      grid-column: 2/3;
      grid-row: 1/3; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_item .example_photo {
          grid-column: auto;
          grid-row: auto; } }
    .sec01 .sec01_item .powder02 {
      flex-direction: column;
      row-gap: clamp(20px, 3.226vw, 40px); }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_item .powder02 {
          row-gap: 40px; } }
      .sec01 .sec01_item .powder02 .powder02_over {
        width: 100%; }
        .sec01 .sec01_item .powder02 .powder02_over .powder_ttl {
          font-size: clamp(14px, 1.291vw, 16px);
          color: #FFF;
          background: #aa853a;
          text-align: center;
          padding: 6px 5px;
          margin-bottom: 20px; }
          @media screen and (max-width: 480px) {
            .sec01 .sec01_item .powder02 .powder02_over .powder_ttl {
              font-size: 15px; } }
        .sec01 .sec01_item .powder02 .powder02_over .powder02_group {
          flex-direction: column; }
          .sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in {
            padding-bottom: clamp(10px, 1.613vw, 20px);
            margin-bottom: clamp(10px, 1.613vw, 20px);
            border-bottom: 1px dashed #CCC;
            column-gap: 10px; }
            @media screen and (max-width: 820px) {
              .sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in {
                padding-bottom: 15px;
                margin-bottom: 15px; } }
            .sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in:last-child {
              margin-bottom: 0;
              padding-bottom: 0;
              border: none; }
            .sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .genre {
              width: 79.32%;
              column-gap: 3.45%; }
              @media screen and (max-width: 480px) {
                .sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .genre {
                  width: 66%;
                  flex-direction: column;
                  row-gap: 5px; } }
              .sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .genre .genre_ttl {
                width: 100px;
                flex-shrink: 0;
                line-height: 1.4;
                display: flex;
                justify-content: center;
                align-items: center;
                background: #aa853a;
                font-size: clamp(12px, 1.291vw, 16px);
                text-align: center;
                color: #FFF; }
                @media screen and (max-width: 480px) {
                  .sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .genre .genre_ttl {
                    width: 100%;
                    font-size: 14px; } }
              .sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .genre .genre_read {
                flex-grow: 1; }
                .sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .genre .genre_read p {
                  font-size: clamp(10px, 1.13vw, 14px);
                  line-height: 2.4;
                  letter-spacing: -0.05em;
                  text-indent: -1em;
                  padding-left: 1em; }
                  @media screen and (max-width: 820px) {
                    .sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .genre .genre_read p {
                      line-height: 1.6; } }
                  @media screen and (max-width: 480px) {
                    .sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .genre .genre_read p {
                      letter-spacing: -0.05em;
                      text-indent: -1em;
                      font-size: 2.8vw; } }
                  @media screen and (max-width: 480px) {
                    .sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .genre .genre_read p.sp_indent_no {
                      letter-spacing: 0;
                      text-indent: 0;
                      padding-left: 0; } }
            .sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .photo_group {
              width: 18.97%; }
              @media screen and (max-width: 480px) {
                .sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .photo_group {
                  width: 30%; } }
      .sec01 .sec01_item .powder02 .powder02_under .movie_title {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 10px; }
        .sec01 .sec01_item .powder02 .powder02_under .movie_title .icon_movie {
          line-height: 0; }
        .sec01 .sec01_item .powder02 .powder02_under .movie_title .movie_ttl {
          font-size: clamp(20px, 2.42vw, 30px);
          line-height: 0.9; }
        .sec01 .sec01_item .powder02 .powder02_under .movie_title .movie_read {
          width: 100%;
          text-align: center;
          font-size: clamp(13px, 1.452vw, 18px); }
      .sec01 .sec01_item .powder02 .powder02_under .powder02_under_in {
        padding: 20px;
        background: rgba(149, 149, 149, 0.2); }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_item .powder02 .powder02_under .powder02_under_in {
            padding: 15px; } }
        .sec01 .sec01_item .powder02 .powder02_under .powder02_under_in .movie_thum {
          transition: 0.3s opacity ease-in-out 0s; }
          body:not(.mobile) .sec01 .sec01_item .powder02 .powder02_under .powder02_under_in .movie_thum:hover {
            opacity: 0.7; }

.sec02 {
  padding: clamp(50px, 6.452vw, 80px) 0 clamp(60px, 7.259vw, 90px); }
  @media screen and (max-width: 480px) {
    .sec02 {
      padding: 50px 0 60px; } }
  .sec02 .sec_ttl_wrap {
    margin-bottom: clamp(40px, 4.033vw, 50px);
    row-gap: clamp(30px, 4.839vw, 60px); }
    .sec02 .sec_ttl_wrap .sec_ttl {
      font-size: clamp(16px, 1.715vw, 24px); }
      @media screen and (max-width: 480px) {
        .sec02 .sec_ttl_wrap .sec_ttl {
          font-size: 4.4vw; } }
      .sec02 .sec_ttl_wrap .sec_ttl .caption {
        display: block;
        text-align: center;
        margin-top: 5px;
        font-size: clamp(10px, 0.968vw, 12px); }
  .sec02 .collage_photo {
    margin-bottom: clamp(40px, 4.839vw, 60px); }
  .sec02 .choice_txt {
    margin-bottom: 25px;
    text-align: center;
    font-size: clamp(19px, 1.775vw, 22px);
    color: #aa853a; }
    @media screen and (max-width: 480px) {
      .sec02 .choice_txt {
        font-size: 4.4vw; } }
  .sec02 .select_group {
    flex-direction: column;
    row-gap: clamp(20px, 2.308vw, 30px); }
    .sec02 .select_group .select_in {
      position: relative;
      background: rgba(255, 255, 255, 0.8); }
      @media screen and (max-width: 480px) {
        .sec02 .select_group .select_in {
          flex-direction: column; } }
      .sec02 .select_group .select_in:after {
        content: "";
        position: absolute;
        inset: 0;
        border: 1px solid;
        pointer-events: none; }
      .sec02 .select_group .select_in.select01:after {
        border-color: #9b0000; }
      .sec02 .select_group .select_in.select01 .select_txt {
        background: #9b0000;
        color: #FFF; }
      .sec02 .select_group .select_in.select02:after {
        border-color: #a31178; }
      .sec02 .select_group .select_in.select02 .select_txt {
        background: #a31178;
        color: #FFF; }
      .sec02 .select_group .select_in.select03:after {
        border-color: #087b05; }
      .sec02 .select_group .select_in.select03 .select_txt {
        background: #087b05;
        color: #FFF; }
      .sec02 .select_group .select_in.select04:after {
        border-color: #122a84; }
      .sec02 .select_group .select_in.select04 .select_txt {
        background: #122a84;
        color: #FFF; }
      .sec02 .select_group .select_in .select_txt {
        width: 25.81%;
        flex-direction: column;
        justify-content: flex-start; }
        @media screen and (max-width: 480px) {
          .sec02 .select_group .select_in .select_txt {
            width: 100%;
            padding: 10px 20px 15px; } }
        .sec02 .select_group .select_in .select_txt .select_txt_in {
          flex-direction: column;
          row-gap: clamp(20px, 2.308vw, 30px);
          width: fit-content;
          margin: auto; }
          @media screen and (max-width: 820px) {
            .sec02 .select_group .select_in .select_txt .select_txt_in {
              row-gap: 20px; } }
          @media screen and (max-width: 480px) {
            .sec02 .select_group .select_in .select_txt .select_txt_in {
              row-gap: 15px;
              width: 100%; } }
          .sec02 .select_group .select_in .select_txt .select_txt_in .select_num {
            align-items: end;
            justify-content: flex-start;
            column-gap: 10px;
            font-size: clamp(18px, 1.847vw, 24px);
            color: #FFF; }
            @media screen and (max-width: 480px) {
              .sec02 .select_group .select_in .select_txt .select_txt_in .select_num {
                font-size: 4.6vw; } }
            .sec02 .select_group .select_in .select_txt .select_txt_in .select_num .normal {
              line-height: 1.4;
              letter-spacing: 0.15em; }
            .sec02 .select_group .select_in .select_txt .select_txt_in .select_num .big {
              display: inline-block;
              font-size: 340%;
              line-height: 1; }
          .sec02 .select_group .select_in .select_txt .select_txt_in .select_read {
            font-size: clamp(13px, 1.539vw, 20px);
            line-height: 1.5; }
            @media screen and (max-width: 820px) {
              .sec02 .select_group .select_in .select_txt .select_txt_in .select_read {
                line-height: 1.6; } }
            @media screen and (max-width: 480px) {
              .sec02 .select_group .select_in .select_txt .select_txt_in .select_read {
                font-size: 4.1vw; } }
      .sec02 .select_group .select_in .select_image {
        width: 74.2%;
        text-align: center;
        padding: clamp(25px, 3.226vw, 40px) 20px; }
        @media screen and (max-width: 480px) {
          .sec02 .select_group .select_in .select_image {
            width: 100%;
            padding: 15px 20px; } }
  .sec02 .hanrei {
    max-width: 380px;
    border: 1px solid #CCC;
    margin: clamp(40px, 5.646vw, 70px) auto 0;
    padding: 15px 25px;
    background: #FFF;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .sec02 .hanrei {
        width: 80%;
        padding: 10px 15px;
        margin: 30px auto 0; } }

/*	動画モーダル	*/
.modal_box {
  position: fixed;
  z-index: 99999999;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out 0s; }
  .modal_box .modal_bg {
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
    position: absolute;
    z-index: -1; }
  .modal_box.opened {
    opacity: 1;
    pointer-events: all;
    cursor: pointer; }
    .modal_box.opened .modal_in {
      transform: scale(1);
      opacity: 1; }
  .modal_box .modal_in {
    position: absolute;
    inset: 0;
    margin: auto;
    width: calc(100vw - 40px);
    max-width: calc((100vh - 300px)/0.5625);
    height: calc((100vw - 40px) * 0.5625);
    max-height: calc(100vh - 300px);
    transform: scale(0.95);
    opacity: 0;
    transition: all 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0.3s; }
    .modal_box .modal_in .video {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      .modal_box .modal_in .video iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%; }
  .modal_box .close_button {
    width: 60px;
    height: 60px;
    cursor: pointer;
    top: 0;
    right: 0px;
    background: #fff;
    position: fixed;
    transition: all 0.3s ease-in-out 0s; }
    .modal_box .close_button::before, .modal_box .close_button::after {
      content: "";
      display: block;
      position: absolute;
      width: 40px;
      height: 2px;
      background: #000;
      top: 29px;
      left: 10px; }
    .modal_box .close_button::before {
      transform: rotate(45deg); }
    .modal_box .close_button::after {
      transform: rotate(-45deg); }
    @media (hover: hover) {
      .modal_box .close_button:hover {
        opacity: 0.7; } }

.loaded .modal_box {
  transition: all 0.3s ease-in-out 0s; }

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