@charset "UTF-8";
/*
@include animation(anime-opening_face 4s ease 0.5s);
@include keyframes(anime-opening_face){
    0%  { transform: translate(-50%,100%); }
    30% { transform: translate(-50%,0); }
    70% { transform: translate(-50%,0); }
    100%{ transform: translate(-50%,100%); }
}
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ========================================
	共通スタイル
========================================*/
.mod-freeHTML {
  padding-bottom: 10.8333333333%;
  overflow: hidden;
    /*
	opacity: 1;
	transition: opacity .5s;
    */ }
  .mod-freeHTML.js-page_loaded {
    opacity: 1; }
  .mod-freeHTML h1,
  .mod-freeHTML h2,
  .mod-freeHTML h3 {
    margin: 0;
    font-size: 100%; }
  .mod-freeHTML ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mod-freeHTML p {
    margin: 0; }
  .mod-freeHTML img {
    height: auto;
    max-width: 100%;
    width: auto; }
    .mod-freeHTML img[src$=".svg"] {
      width: 100%; }
  .mod-freeHTML sup {
    font-size: 0.714em; }
  .mod-freeHTML .iBlock {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  .mod-freeHTML * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .mod-freeHTML *::after, .mod-freeHTML *::before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
  .mod-freeHTML input[type="text"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
    border: none;
    height: 1.5em; }
  .mod-freeHTML .inner {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    color: #000000;
    text-align: center; }
  .mod-freeHTML .cmn-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    pointer-events: none; }
    .mod-freeHTML .cmn-bg img {
      width: 100%; }
  .mod-freeHTML .cmn-section {
    position: relative;
    z-index: 1; }
    .mod-freeHTML .cmn-section .cmn-link {
      position: absolute;
      top: 0;
      left: 0;
      margin-top: -20px; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .cmn-section .cmn-link {
          margin-top: -10px; } }
  .mod-freeHTML .cmn-area {
    border-top: 20px solid #eb5c03;
    margin-bottom: 5%; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .cmn-area {
        border-width: 10px;
        margin-bottom: 20.8955223881%; } }
    .mod-freeHTML .cmn-area .wrap-tit {
      position: relative;
      display: flex;
      justify-content: space-between;
      max-width: 960px;
      margin: 0 auto; }
      @media (min-width: 641px) {
        .mod-freeHTML .cmn-area .wrap-tit {
          width: 90%; } }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .cmn-area .wrap-tit .wrap-mid {
          display: none; } }
      @media (min-width: 641px) {
        .mod-freeHTML .cmn-area .wrap-tit .wrap-sub {
          margin-left: 2.9850746269%; } }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .cmn-area .wrap-tit .wrap-sub {
          display: flex;
          flex-wrap: wrap;
          align-items: stretch;
          justify-content: space-between; } }
      .mod-freeHTML .cmn-area .wrap-tit .wrap-sub .wrap-sub_mid {
        width: 47.7611940299%; }
        @media (min-width: 641px) {
          .mod-freeHTML .cmn-area .wrap-tit .wrap-sub .wrap-sub_mid {
            display: none; } }
      .mod-freeHTML .cmn-area .wrap-tit .wrap-sub .wrap-sub_tit {
        text-align: left;
        font-size: 24px;
        font-weight: bold;
        padding: 20px 0 10px;
        color: #eb5c03;
        border-bottom: 1px solid #eb5c03; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .cmn-area .wrap-tit .wrap-sub .wrap-sub_tit {
            padding: 10px 0;
            width: 49.2537313433%;
            font-size: 14px;
            display: flex;
            align-items: center; } }
      .mod-freeHTML .cmn-area .wrap-tit .wrap-sub .wrap-sub_img {
        padding-top: 25px; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .cmn-area .wrap-tit .wrap-sub .wrap-sub_img {
            padding-top: 10px; } }
    .mod-freeHTML .cmn-area .wrap-img {
      display: flex;
      justify-content: space-between;
      margin-top: 60px; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .cmn-area .wrap-img {
          flex-direction: column;
          margin-top: 5.9701492537%; } }
      .mod-freeHTML .cmn-area .wrap-img > li {
        position: relative; }
        @media (min-width: 641px) {
          .mod-freeHTML .cmn-area .wrap-img > li + li {
            margin-left: 15px; } }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .cmn-area .wrap-img > li + li {
            margin-top: 2.9850746269%; } }
        .mod-freeHTML .cmn-area .wrap-img > li .wrap-li_img_att {
          font-weight: bold;
          position: absolute;
          top: 0;
          left: 0;
          text-align: left;
          line-height: 140%;
          font-size: min( 0.7vw , 10px );
          width: 72%;
          margin-top: 84%;
          margin-left: 14%; }
          @media screen and (max-width: 640px) {
            .mod-freeHTML .cmn-area .wrap-img > li .wrap-li_img_att {
              width: 41%;
              font-size: min(2vw, 12px);
              margin-top: 22%;
              margin-left: 6%; } }
          .mod-freeHTML .cmn-area .wrap-img > li .wrap-li_img_att a {
            text-decoration: underline; }
            .mod-freeHTML .cmn-area .wrap-img > li .wrap-li_img_att a:hover {
              text-decoration: none; }
    .mod-freeHTML .cmn-area .wrap-img_att {
      margin-top: 10px;
      font-size: 10px;
      text-align: left; }
    .mod-freeHTML .cmn-area .wrap-product {
      margin-top: 55px;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .cmn-area .wrap-product {
          flex-wrap: wrap;
          margin-top: 8.9552238806%; } }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .cmn-area .wrap-product > li {
          width: 23.8805970149%;
          margin: 5.9701492537% 2.9850746269% 0; } }
      @media (min-width: 641px) {
        .mod-freeHTML .cmn-area .wrap-product > li + li {
          margin-left: 40px; } }
    .mod-freeHTML .cmn-area .wrap-btn {
      margin-top: 60px; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .cmn-area .wrap-btn {
          margin-top: 11.9402985075%; } }
  .mod-freeHTML .cmn-btn_shadow a {
    display: inline-block;
    box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .cmn-btn_shadow a:hover {
        opacity: 1; } }
  @media screen and (max-width: 640px) {
    .mod-freeHTML .u-pc {
      display: none; } }
  @media (min-width: 641px) {
    .mod-freeHTML .u-sp {
      display: none; } }
  .mod-freeHTML .js-inview.inview-fadein {
    opacity: 0; }
    .mod-freeHTML .js-inview.inview-fadein.js-inview_active {
      -webkit-animation: inview-fadein 1s ease 0.2s;
      -moz-animation: inview-fadein 1s ease 0.2s;
      animation: inview-fadein 1s ease 0.2s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
@-webkit-keyframes inview-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes inview-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes inview-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .mod-freeHTML .js-inview.inview-rotate.js-inview_active {
    -webkit-animation: inview-rotate 1.5s ease 1s;
    -moz-animation: inview-rotate 1.5s ease 1s;
    animation: inview-rotate 1.5s ease 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
@-webkit-keyframes inview-rotate {
  0% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0deg); } }
@-moz-keyframes inview-rotate {
  0% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes inview-rotate {
  0% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0deg); } }
  .mod-freeHTML .section-main {
    position: relative; }
    .mod-freeHTML .section-main .inner {
      width: 100%;
      max-width: none; }
      .mod-freeHTML .section-main .inner img {
        max-width: none;
        width: 100%; }
@-webkit-keyframes anime-main_fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes anime-main_fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes anime-main_fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .mod-freeHTML .section-read {
    margin-top: 2.9166666667%;
    margin-bottom: 4.1666666667%; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .section-read {
        margin-top: 8%;
        margin-bottom: 8%; } }
    .mod-freeHTML .section-read .wrap-tit {
      font-size: 28px;
      margin-bottom: 3.6458333333%; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-read .wrap-tit {
          font-size: 18px;
          margin-bottom: 8.9552238806%;
          line-height: 200%; } }
    .mod-freeHTML .section-read .wrap-txt {
      font-size: 21px;
      line-height: 175%; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-read .wrap-txt {
          font-size: 14px;
          line-height: 200%; } }
  .mod-freeHTML .section-navi {
    margin-top: 6.25%;
    margin-bottom: 7.9166666667%;
    /*
    &.js-float_active{
        .wrap-navi{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            padding-left: 5%;
            padding-right: 5%;
            padding-bottom: 5px;
            background: $white;
        }
    }*/ }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .section-navi {
        margin-top: 8%;
        margin-bottom: 5.3333333333%; } }
    .mod-freeHTML .section-navi .inner {
      position: relative; }
    .mod-freeHTML .section-navi .wrap-tit {
      width: 16.875%; }
      @media (min-width: 641px) {
        .mod-freeHTML .section-navi .wrap-tit {
          position: absolute;
          top: 0;
          left: 0; } }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-navi .wrap-tit {
          width: 100%;
          margin-bottom: 1.0416666667%; } }
    .mod-freeHTML .section-navi .wrap-navi {
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding-top: 65px; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-navi .wrap-navi {
          flex-wrap: wrap;
          justify-content: center;
          padding-top: 0; } }
      .mod-freeHTML .section-navi .wrap-navi li {
        width: calc( 100% / 5);
        max-width: 180px;
        background: #FFFFFF; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-navi .wrap-navi li {
            width: calc( 100% / 3 - 7px );
            max-width: none; } }
        .mod-freeHTML .section-navi .wrap-navi li + li {
          margin-left: 10px; }
          @media screen and (max-width: 640px) {
            .mod-freeHTML .section-navi .wrap-navi li + li {
              margin-left: 10px; } }
        @media (min-width: 641px) {
          .mod-freeHTML .section-navi .wrap-navi li:nth-child(2n) {
            transform: translateY(-40px); } }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-navi .wrap-navi li:nth-child(1), .mod-freeHTML .section-navi .wrap-navi li:nth-child(4) {
            margin-left: 0; }
          .mod-freeHTML .section-navi .wrap-navi li:nth-child(n + 4) {
            margin-top: 10px; } }
  .mod-freeHTML .section-slide {
    margin-bottom: 7.9166666667%; }
    .mod-freeHTML .section-slide .wrap-tit {
      width: 29.1666666667%;
      margin: 0 auto;
      margin-bottom: 3.125%; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-slide .wrap-tit {
          width: 100%;
          margin-bottom: 4.4776119403%; } }
    .mod-freeHTML .section-slide .js-slide_menu {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      margin-bottom: 50px; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-slide .js-slide_menu {
          margin-bottom: 5.9701492537%; } }
      .mod-freeHTML .section-slide .js-slide_menu .slick-list.draggable {
        overflow: visible !important; }
        .mod-freeHTML .section-slide .js-slide_menu .slick-list.draggable .slick-track {
          transform: unset !important; }
      .mod-freeHTML .section-slide .js-slide_menu .slide-menu {
        border: 1px solid #000000;
        padding: 10px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        border-radius: 5px;
        box-shadow: 3px 3px 1px 0 rgba(0, 0, 0, 0.4);
        cursor: pointer;
        background: #f5f5f5;
        position: relative;
        width: calc( ( 100% - ( 20px * 4 ) ) / 5 ) !important; }
        .mod-freeHTML .section-slide .js-slide_menu .slide-menu::before {
          position: absolute;
          top: 0;
          left: 0;
          margin: 4px;
          content: "";
          display: block;
          width: calc( 100% - 10px );
          height: calc( 100% - 15px );
          border-top: 2px solid #FFFFFF;
          border-left: 2px solid #FFFFFF;
          border-top-left-radius: 3px;
          border-top-left-radius: 3px;
          z-index: 2; }
          @media screen and (max-width: 640px) {
            .mod-freeHTML .section-slide .js-slide_menu .slide-menu::before {
              margin: 2px;
              height: calc( 100% - 10px ); } }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-slide .js-slide_menu .slide-menu {
            padding: 5px 0;
            font-size: 10px; } }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-slide .js-slide_menu .slide-menu {
            width: calc( ( 100% - ( 10px * 2 ) ) / 3 ) !important; } }
        .mod-freeHTML .section-slide .js-slide_menu .slide-menu.slick-current {
          background: #000000;
          color: #FFFFFF; }
          .mod-freeHTML .section-slide .js-slide_menu .slide-menu.slick-current::before {
            border-top: 1px solid #FFFFFF;
            border-left: 1px solid #FFFFFF; }
        @media (min-width: 641px) {
          .mod-freeHTML .section-slide .js-slide_menu .slide-menu {
            margin-left: 20px; }
            .mod-freeHTML .section-slide .js-slide_menu .slide-menu:nth-child(5n-4) {
              margin-left: 0px; }
            .mod-freeHTML .section-slide .js-slide_menu .slide-menu:nth-child(n + 6) {
              margin-top: 20px; } }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-slide .js-slide_menu .slide-menu {
            margin-left: 10px; }
            .mod-freeHTML .section-slide .js-slide_menu .slide-menu:nth-child(3n-2) {
              margin-left: 0px; }
            .mod-freeHTML .section-slide .js-slide_menu .slide-menu:nth-child(n + 4) {
              margin-top: 10px; } }
    .mod-freeHTML .section-slide .js-slide .slide-parts {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      flex-wrap: wrap;
      position: relative;
      padding: 20px 35px 35px; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-slide .js-slide .slide-parts {
          flex-direction: column;
          padding: 15px 30px 30px; } }
      .mod-freeHTML .section-slide .js-slide .slide-parts .slide-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-slide .js-slide .slide-parts .slide-bg {
            margin-left: 1%; } }
        .mod-freeHTML .section-slide .js-slide .slide-parts .slide-bg img {
          width: 100%;
          height: 100%; }
      .mod-freeHTML .section-slide .js-slide .slide-parts .slide-tit {
        position: relative;
        z-index: 2;
        width: 43.75%; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-slide .js-slide .slide-parts .slide-tit {
            width: 100%;
            margin-bottom: 10px; } }
      .mod-freeHTML .section-slide .js-slide .slide-parts .slide-list {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        flex-wrap: wrap;
        width: 55.6818181818%;
        margin-bottom: 4.5454545455%; }
        @media screen and (max-width: 640px) {
          .mod-freeHTML .section-slide .js-slide .slide-parts .slide-list {
            width: 100%;
            margin-bottom: 10px; } }
        .mod-freeHTML .section-slide .js-slide .slide-parts .slide-list > li {
          display: flex;
          justify-content: space-between; }
          .mod-freeHTML .section-slide .js-slide .slide-parts .slide-list > li + li {
            margin-top: 15px; }
            @media screen and (max-width: 640px) {
              .mod-freeHTML .section-slide .js-slide .slide-parts .slide-list > li + li {
                margin-top: 10px; } }
          .mod-freeHTML .section-slide .js-slide .slide-parts .slide-list > li.slide-mid {
            margin-right: auto; }
          @media screen and (max-width: 640px) {
            .mod-freeHTML .section-slide .js-slide .slide-parts .slide-list > li .slide-list_mid {
              width: 64%; } }
          @media screen and (max-width: 640px) {
            .mod-freeHTML .section-slide .js-slide .slide-parts .slide-list > li .slide-list_btn {
              width: 36%; } }
      .mod-freeHTML .section-slide .js-slide .slide-parts.slide-parts10 .slide-list {
        margin-bottom: 0; }
      .mod-freeHTML .section-slide .js-slide .slide-parts .slide-simple {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        width: 100%; }
        .mod-freeHTML .section-slide .js-slide .slide-parts .slide-simple .slide-simple_mid {
          width: 57.9545454545%; }
          @media screen and (max-width: 640px) {
            .mod-freeHTML .section-slide .js-slide .slide-parts .slide-simple .slide-simple_mid {
              width: 64%; } }
        .mod-freeHTML .section-slide .js-slide .slide-parts .slide-simple .slide-simple_btn {
          display: flex;
          justify-content: space-between;
          width: 18.1818181818%; }
          @media screen and (max-width: 640px) {
            .mod-freeHTML .section-slide .js-slide .slide-parts .slide-simple .slide-simple_btn {
              width: 36%;
              flex-direction: column; } }
          @media (min-width: 641px) {
            .mod-freeHTML .section-slide .js-slide .slide-parts .slide-simple .slide-simple_btn a + a {
              margin-left: 5px; } }
          @media screen and (max-width: 640px) {
            .mod-freeHTML .section-slide .js-slide .slide-parts .slide-simple .slide-simple_btn a + a {
              margin-top: 5px; } }
    .mod-freeHTML .section-slide .slick-prev, .mod-freeHTML .section-slide .slick-next {
      background: #000000;
      width: 40px;
      height: 40px;
      border: none; }
      @media (min-width: 641px) {
        .mod-freeHTML .section-slide .slick-prev, .mod-freeHTML .section-slide .slick-next {
          transform: translate(-50%, -50%); } }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-slide .slick-prev, .mod-freeHTML .section-slide .slick-next {
          width: 30px;
          height: 30px; } }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .section-slide .slick-prev {
        left: -15px; } }
    @media (min-width: 641px) {
      .mod-freeHTML .section-slide .slick-next {
        transform: translate(30%, -50%); } }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .section-slide .slick-next {
        right: -15px; } }
    .mod-freeHTML .section-slide .slick-prev::before,
    .mod-freeHTML .section-slide .slick-next::before {
      width: 13px;
      height: 13px; }
    .mod-freeHTML .section-slide .slick-prev::before {
      margin-left: 5px; }
    .mod-freeHTML .section-slide .slick-next::before {
      margin-left: -5px; }
  .mod-freeHTML .section-first .wrap-img > li .wrap-li_img_att {
    width: 80%;
    margin-left: 8%; }
    @media screen and (max-width: 640px) {
      .mod-freeHTML .section-first .wrap-img > li .wrap-li_img_att {
        width: 45%;
        margin-top: 28%;
        margin-left: 49%; } }
  .mod-freeHTML .section-cutfit {
    border-color: #00b7b5; }
    .mod-freeHTML .section-cutfit .wrap-tit .wrap-sub .wrap-sub_tit {
      color: #00b7b5; }
    .mod-freeHTML .section-cutfit .wrap-tit .wrap-sub .wrap-sub_tit {
      border-color: #00b7b5; }
    .mod-freeHTML .section-cutfit .wrap-btn {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-cutfit .wrap-btn {
          flex-direction: column; } }
      @media (min-width: 641px) {
        .mod-freeHTML .section-cutfit .wrap-btn .wrap-btn_img {
          margin-right: 60px; } }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-cutfit .wrap-btn .wrap-btn_img {
          width: 41.7910447761%;
          margin-bottom: 2.9850746269%; } }
    .mod-freeHTML .section-cutfit .wrap-img > li .wrap-li_img_att {
      width: 80%;
      margin-left: 8%; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-cutfit .wrap-img > li .wrap-li_img_att {
          width: 40%;
          font-size: min( 2.0vw , 12px );
          margin-top: 26%;
          margin-left: 7%; } }
  .mod-freeHTML .section-a3 {
    border-color: #323232; }
    .mod-freeHTML .section-a3 .wrap-tit .wrap-sub .wrap-sub_tit {
      color: #323232; }
    .mod-freeHTML .section-a3 .wrap-tit .wrap-sub .wrap-sub_tit {
      border-color: #323232; }
  .mod-freeHTML .section-a4 {
    border-color: #f9a705; }
    .mod-freeHTML .section-a4 .wrap-tit .wrap-sub .wrap-sub_tit {
      color: #f9a705; }
    .mod-freeHTML .section-a4 .wrap-tit .wrap-sub .wrap-sub_tit {
      border-color: #f9a705; }
      @media (min-width: 641px) {
        .mod-freeHTML .section-a4 .wrap-tit .wrap-sub .wrap-sub_tit {
          display: none; } }
    @media (min-width: 641px) {
      .mod-freeHTML .section-a4 .wrap-tit .wrap-sub {
        border-bottom: 1px solid #f9a705; } }
  .mod-freeHTML .section-tel {
    border-color: #f06eaa; }
    .mod-freeHTML .section-tel .wrap-tit .wrap-sub .wrap-sub_tit {
      color: #f06eaa; }
    .mod-freeHTML .section-tel .wrap-tit .wrap-sub .wrap-sub_tit {
      border-color: #f06eaa; }
      @media (min-width: 641px) {
        .mod-freeHTML .section-tel .wrap-tit .wrap-sub .wrap-sub_tit {
          display: none; } }
    @media (min-width: 641px) {
      .mod-freeHTML .section-tel .wrap-tit .wrap-sub {
        border-bottom: 1px solid #f06eaa; } }
  .mod-freeHTML .section-end {
    z-index: 0; }
    .mod-freeHTML .section-end .cmn-bg {
      top: auto;
      bottom: 0; }
    .mod-freeHTML .section-end .wrap-txt {
      margin-bottom: 70px;
      font-size: 21px;
      font-weight: bold; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-end .wrap-txt {
          margin-bottom: 5.9701492537%;
          font-size: 14px;
          line-height: 200%; } }
    .mod-freeHTML .section-end .wrap-navi {
      display: flex;
      justify-content: center;
      margin-bottom: 50px; }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-end .wrap-navi {
          flex-wrap: wrap;
          margin-bottom: 11.9402985075%; } }
      @media screen and (max-width: 640px) {
        .mod-freeHTML .section-end .wrap-navi > li {
          width: calc( ( 100% / 3 ) - 4px );
          margin: 0 2px;
          margin-top: 2.9850746269%; } }
      @media (min-width: 641px) {
        .mod-freeHTML .section-end .wrap-navi > li + li {
          margin-left: 10px; } }
