@charset "UTF-8";
/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/
/*------------------------------------------------------------
	COLOR
------------------------------------------------------------*/
/*------------------------------------------------------------
	FONT
------------------------------------------------------------*/
/*------------------------------------------------------------
	FUNCTION
------------------------------------------------------------*/
/*------------------------------------------------------------
	MIXIN
------------------------------------------------------------*/
/*------------------------------------------------------------
	FONT
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@700&display=swap");
.f_rubik {
  font-family: 'Rubik', sans-serif; }

/*------------------------------------------------------------
	STYLE
------------------------------------------------------------*/
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  font-size: 62.5%;
  line-height: 1;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 20px;
      line-height: 1; } }

a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: #000; }

img, svg {
  vertical-align: bottom;
  max-width: 100%; }

.pc_hide {
  display: none; }

@media screen and (max-width: 768px) {
  .pc_hide {
    display: inline-block; }
    .pc_hide.-block {
      display: block; }

  .sp_hide {
    display: none; } }
.pc .hover {
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  cursor: pointer; }
  .pc .hover:hover {
    opacity: 0.6; }

.hide {
  display: none !important; }

/*-webkit-transition: $transition;*/
/*transition: $transition;*/
/*------------------------------------------------------------
	ANIMATION
------------------------------------------------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1.0s; }
  @media screen and (max-width: 768px) {
    .fadein {
      transform: translate(0, 1.33333vw); } }

.fadein.show {
  opacity: 1;
  transform: translate(0, 0); }

/*------------------------------------------------------------
	WRAP
------------------------------------------------------------*/
.wrap {
  width: 100%;
  min-width: 1200px; }
  @media screen and (max-width: 768px) {
    .wrap {
      width: 100%;
      min-width: 100%; } }

/*------------------------------------------------------------
	HEADER
------------------------------------------------------------*/
.header {
  width: 100%; }
  .header .inner {
    margin: 0 auto;
    padding: 35px 70px 30px; }
    @media screen and (max-width: 768px) {
      .header .inner {
        padding: 4vw 4vw 5.06667vw; } }
    .header .inner a {
      display: inline-block; }
      .header .inner a img {
        max-width: 585px; }
        @media screen and (max-width: 768px) {
          .header .inner a img {
            max-width: 78vw; } }

/*------------------------------------------------------------
	MAIN
------------------------------------------------------------*/
.main {
  position: relative;
  overflow: hidden; }
  .main .mv {
    position: relative;
    text-align: center; }
    .main .mv_title_ballon {
      position: absolute;
      top: 2.5vw;
      left: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 439px;
      height: 102px;
      background: url("../img/mv_ballon.svg") 0 0 no-repeat;
      background-size: 100% 100%;
      font-size: 18px;
      line-height: 1.55556;
      text-align: center;
      transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        .main .mv_title_ballon {
          top: 5.33333vw;
          width: 79.2vw;
          height: 18.26667vw;
          font-size: 3.2vw;
          line-height: 1.66667; } }
      .main .mv_title_ballon > span {
        display: flex;
        padding: 0 0 18px; }
        @media screen and (max-width: 768px) {
          .main .mv_title_ballon > span {
            padding: 0 0 2.66667vw; } }
  .main .bnr {
    padding: 60px 0 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .main .bnr {
        position: relative;
        top: -2.66667vw;
        margin: 0 4vw -2.66667vw;
        padding: 0; } }
    .main .bnr_item {
      position: relative;
      display: block;
      margin: 0 auto;
      max-width: 1200px;
      transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1); }
      @media screen and (max-width: 768px) {
        .main .bnr_item {
          max-width: 100%; } }
      .main .bnr_item.type_text {
        padding: 30px 0;
        background: #3C3C3C; }
        @media screen and (max-width: 768px) {
          .main .bnr_item.type_text {
            padding: 3.73333vw 0; } }
        .main .bnr_item.type_text:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          right: 50px;
          width: 20px;
          height: 32px;
          background: url("../img/arrow2.svg") 0 0 no-repeat;
          background-size: contain;
          transform: translateY(-50%); }
          @media screen and (max-width: 768px) {
            .main .bnr_item.type_text:after {
              right: 6.66667vw;
              width: 2.66667vw;
              height: 4.26667vw; } }
        .main .bnr_item.type_text br {
          display: none; }
          @media screen and (max-width: 768px) {
            .main .bnr_item.type_text br {
              display: block; } }
        .main .bnr_item.type_text dl dt {
          font-size: 40px;
          line-height: 1.5;
          letter-spacing: 0.08rem;
          color: #fff; }
          @media screen and (max-width: 768px) {
            .main .bnr_item.type_text dl dt {
              font-size: 4.53333vw;
              line-height: 1.47059; } }
        .main .bnr_item.type_text dl dd {
          font-size: 24px;
          line-height: 2.5;
          letter-spacing: 0.08rem;
          color: #6EC9EF; }
          @media screen and (max-width: 768px) {
            .main .bnr_item.type_text dl dd {
              font-size: 3.46667vw;
              line-height: 2.30769; } }
      .main .bnr_item.type_image img {
        width: 100%; }
      .pc .main .bnr_item:hover {
        opacity: 0.7; }
  @media screen and (max-width: 768px) {
    .main .bnr + .plan {
      top: 0;
      padding: 8vw 0 0;
      margin: 0; } }
  .main .plan {
    padding: 70px 0 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .main .plan {
        position: relative;
        top: -2.66667vw;
        margin: 0 0 -2.66667vw;
        padding: 0; } }
    .main .plan_title {
      position: relative;
      display: inline-block;
      padding: 0 97px;
      font-size: 30px;
      line-height: 1.8;
      letter-spacing: 0.08em;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .main .plan_title {
          margin: 0 5.33333vw;
          padding: 0 6.66667vw;
          font-size: 4.26667vw;
          line-height: 1.6875;
          letter-spacing: 0.06em; } }
      .main .plan_title:before, .main .plan_title:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        width: 62px;
        height: 84px;
        background: url("../img/line.svg") 0 0 no-repeat;
        background-size: 100% 100%; }
        @media screen and (max-width: 768px) {
          .main .plan_title:before, .main .plan_title:after {
            top: auto;
            bottom: 0;
            width: 7.46667vw;
            height: 13.86667vw; } }
      .main .plan_title:before {
        left: 0;
        transform: translateY(-50%); }
        @media screen and (max-width: 768px) {
          .main .plan_title:before {
            transform: none; } }
      .main .plan_title:after {
        right: 0;
        transform: translateY(-50%) scale(-1, 1); }
        @media screen and (max-width: 768px) {
          .main .plan_title:after {
            transform: scale(-1, 1); } }
      .main .plan_title span.pc {
        position: relative;
        z-index: 2;
        display: inline-block; }
        @media screen and (max-width: 768px) {
          .main .plan_title span.pc {
            display: inline; } }
        .main .plan_title span.pc:after {
          content: '';
          display: block;
          position: absolute;
          z-index: -1;
          bottom: 10px;
          left: 0;
          width: 100%;
          height: 15px;
          background: #F2EA6F; }
          @media screen and (max-width: 768px) {
            .main .plan_title span.pc:after {
              display: none; } }
      .main .plan_title span.sp {
        display: inline; }
        @media screen and (max-width: 768px) {
          .main .plan_title span.sp {
            position: relative;
            z-index: 2;
            display: inline-block; }
            .main .plan_title span.sp:after {
              content: '';
              display: block;
              position: absolute;
              z-index: -1;
              bottom: 1.33333vw;
              left: 0;
              width: 100%;
              height: 2vw;
              background: #F2EA6F; } }
    .main .plan_sub_title {
      position: relative;
      margin: 90px auto 0;
      padding: 65px 0 0;
      font-size: 40px;
      line-height: 1.475;
      letter-spacing: 0.08rem;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .main .plan_sub_title {
          margin: 12vw auto 0;
          padding: 10.66667vw 0 0;
          font-size: 7.33333vw;
          line-height: 1.49091; } }
      .main .plan_sub_title:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 54px;
        height: 61px;
        background: url("../img/plan_title_icon.svg") 0 0 no-repeat;
        background-size: contain;
        transform: translateX(-50%); }
        @media screen and (max-width: 768px) {
          .main .plan_sub_title:before {
            width: 10vw;
            height: 11.33333vw; } }
      .main .plan_sub_title span {
        display: block;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.05rem;
        text-align: center;
        color: #298E24; }
        @media screen and (max-width: 768px) {
          .main .plan_sub_title span {
            font-size: 2.8vw;
            line-height: 1; } }
    .main .plan_list {
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      padding: 80px 0 0;
      width: 1200px; }
      @media screen and (max-width: 768px) {
        .main .plan_list {
          display: block;
          padding: 0 4vw;
          width: 100%; } }
      .main .plan_list_item {
        padding: 0 20px 20px;
        width: 31.66667%;
        border-radius: 20px;
        background: #EEE; }
        @media screen and (max-width: 768px) {
          .main .plan_list_item {
            margin: 16vw auto 0;
            padding: 0 0 4vw;
            width: 100%; }
            .main .plan_list_item:first-child {
              margin: 14.66667vw auto 0; } }
        .main .plan_list_item_title {
          position: relative;
          padding: 60px 0 0;
          font-size: 28px;
          line-height: 1.5;
          font-weight: 700; }
          @media screen and (max-width: 768px) {
            .main .plan_list_item_title {
              padding: 9.33333vw 0 0;
              font-size: 4.8vw;
              line-height: 1.16667; } }
          .main .plan_list_item_title.lines {
            padding: 43px 0 0; }
            @media screen and (max-width: 768px) {
              .main .plan_list_item_title.lines {
                padding: 8vw 0 0; } }
        .main .plan_list_item_num {
          position: absolute;
          top: 0;
          left: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 84px;
          height: 84px;
          border-radius: 84px;
          background: #2BA75B;
          font-size: 15px;
          line-height: 2.4;
          letter-spacing: 0.03rem;
          text-align: center;
          transform: translate(-50%, -50%); }
          @media screen and (max-width: 768px) {
            .main .plan_list_item_num {
              width: 16vw;
              height: 16vw;
              border-radius: 16vw;
              font-size: 2.66667vw;
              line-height: 2.55;
              letter-spacing: 0; } }
          .main .plan_list_item_num .inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            color: #fff; }
            .main .plan_list_item_num .inner span {
              position: relative;
              margin: -10px 0 0;
              display: block;
              width: 100%;
              font-size: 32px;
              line-height: 1.125;
              color: #FEEC5B; }
              @media screen and (max-width: 768px) {
                .main .plan_list_item_num .inner span {
                  margin: -1.33333vw 0 0;
                  font-size: 7.2vw;
                  line-height: 1; } }
        .main .plan_list_item_body {
          padding: 32px 0 0; }
          @media screen and (max-width: 768px) {
            .main .plan_list_item_body {
              padding: 2.66667vw 0 0; } }
        .main .plan_list_item .lines + .plan_list_item_body {
          padding: 8px 0 0; }
          @media screen and (max-width: 768px) {
            .main .plan_list_item .lines + .plan_list_item_body {
              padding: 2.66667vw 0 0; } }
        .main .plan_list_item_icon {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 0 0 28px; }
          @media screen and (max-width: 768px) {
            .main .plan_list_item_icon {
              padding: 0 0 3.06667vw; } }
          .main .plan_list_item_icon .off {
            opacity: 0.5; }
          .main .plan_list_item_icon span {
            position: relative;
            display: block;
            margin: 0 20px;
            width: 20px;
            height: 20px;
            overflow: hidden;
            text-indent: -100vw; }
            @media screen and (max-width: 768px) {
              .main .plan_list_item_icon span {
                margin: 0 4vw;
                width: 4.66667vw;
                height: 4.66667vw; } }
            .main .plan_list_item_icon span:before, .main .plan_list_item_icon span:after {
              content: '';
              display: block;
              position: absolute;
              top: 50%;
              left: 50%;
              width: 4px;
              height: 20px;
              background: #000;
              transform: translate(-50%, -50%); }
              @media screen and (max-width: 768px) {
                .main .plan_list_item_icon span:before, .main .plan_list_item_icon span:after {
                  width: 1.06667vw;
                  height: 4.66667vw; } }
            .main .plan_list_item_icon span:after {
              width: 20px;
              height: 4px; }
              @media screen and (max-width: 768px) {
                .main .plan_list_item_icon span:after {
                  width: 4.66667vw;
                  height: 1.06667vw; } }
        .main .plan_list_item_text {
          padding: 0 10px;
          min-height: 9.4375rem;
          font-size: 16px;
          line-height: 1.75;
          text-align: left; }
          @media screen and (max-width: 768px) {
            .main .plan_list_item_text {
              padding: 0 4vw 3.2vw;
              min-height: 0;
              font-size: 3.2vw;
              line-height: 1.66667; } }
        .main .plan_list_item_recommend {
          padding: 4px;
          border-radius: 12px;
          background: #2BA75B; }
          @media screen and (max-width: 768px) {
            .main .plan_list_item_recommend {
              margin: 0 4vw;
              padding: 0.66667vw;
              border-radius: 2vw; } }
          .main .plan_list_item_recommend dt {
            padding: 8px 0 12px;
            font-size: 18px;
            line-height: 1;
            letter-spacing: 0.05rem;
            font-weight: 700;
            color: #FEEC5B; }
            @media screen and (max-width: 768px) {
              .main .plan_list_item_recommend dt {
                padding: 1.33333vw 0 2.26667vw;
                font-size: 3.86667vw;
                line-height: 1; } }
            .main .plan_list_item_recommend dt span {
              position: relative;
              display: inline-block;
              padding: 0 0 0 45px; }
              @media screen and (max-width: 768px) {
                .main .plan_list_item_recommend dt span {
                  padding: 0 0 0 8vw; } }
              .main .plan_list_item_recommend dt span:before {
                content: '';
                display: block;
                position: absolute;
                top: 50%;
                left: 0;
                width: 38px;
                height: 38px;
                background: url("../img/plan_icon_hand.svg") 0 0 no-repeat;
                background-size: contain;
                transform: translateY(-50%); }
                @media screen and (max-width: 768px) {
                  .main .plan_list_item_recommend dt span:before {
                    width: 7.2vw;
                    height: 7.2vw; } }
          .main .plan_list_item_recommend dd {
            padding: 18px 22px;
            border-radius: 0 0 8px 8px;
            background: #fff;
            text-align: left; }
            @media screen and (max-width: 768px) {
              .main .plan_list_item_recommend dd {
                padding: 2.66667vw;
                border-radius: 0 0 1.33333vw 1.33333vw; } }
            .main .plan_list_item_recommend dd ul li {
              padding: 0 0 0 1rem;
              font-size: 16px;
              line-height: 1.75;
              text-indent: -1rem; }
              @media screen and (max-width: 768px) {
                .main .plan_list_item_recommend dd ul li {
                  font-size: 3.2vw;
                  line-height: 1.5; } }
              .main .plan_list_item_recommend dd ul li:before {
                content: '・';
                display: inline-block;
                width: 1rem;
                transform: translateX(100%); }
    .main .plan_select {
      position: relative;
      margin: 110px auto 0;
      padding: 0 0 37px;
      width: 1200px;
      border-radius: 20px;
      background: #eee; }
      @media screen and (max-width: 768px) {
        .main .plan_select {
          margin: 22.66667vw 4vw 0;
          padding: 0 0 4.26667vw;
          width: auto;
          border-radius: 2.66667vw; } }
      .main .plan_select:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 46px;
        height: 29px;
        background: url("../img/arrow.svg") 0 0 no-repeat;
        background-size: contain;
        transform: translate(-50%, -80px); }
        @media screen and (max-width: 768px) {
          .main .plan_select:before {
            width: 8.8vw;
            height: 5.46667vw;
            transform: translate(-50%, -15.33333vw); } }
      .main .plan_select_title {
        position: relative;
        padding: 50px 0 0;
        font-size: 28px;
        line-height: 1;
        font-weight: 700; }
        @media screen and (max-width: 768px) {
          .main .plan_select_title {
            padding: 13.33333vw 0 0;
            font-size: 4.8vw;
            line-height: 1; } }
        .main .plan_select_title_ballon {
          position: absolute;
          top: 0;
          left: 50%;
          display: inline-block;
          padding: 6px 30px 8px 44px;
          border-radius: 100px;
          background: #6EBE1B;
          font-size: 16px;
          line-height: 1.5;
          font-weight: 700;
          color: #fff;
          transform: translate(-50%, -50%); }
          @media screen and (max-width: 768px) {
            .main .plan_select_title_ballon {
              padding: 1.6vw 8.66667vw 2.26667vw 12vw;
              font-size: 4.26667vw;
              line-height: 1.53125;
              letter-spacing: 0.08rem;
              white-space: nowrap; } }
          .main .plan_select_title_ballon:before {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 0;
            border-top: 12px solid #6EBE1B;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            transform: translate(-50%, 100%); }
            @media screen and (max-width: 768px) {
              .main .plan_select_title_ballon:before {
                border-top: 3.2vw solid #6EBE1B;
                border-right: 2vw solid transparent;
                border-left: 2vw solid transparent; } }
          .main .plan_select_title_ballon .num {
            display: inline-block;
            padding: 0 2px;
            font-size: 28px;
            color: #FEEC5B; }
            @media screen and (max-width: 768px) {
              .main .plan_select_title_ballon .num {
                padding: 0 0.66667vw;
                font-size: 7.46667vw; } }
      .main .plan_select_list {
        display: flex;
        justify-content: center;
        padding: 25px 0 0; }
        @media screen and (max-width: 768px) {
          .main .plan_select_list {
            display: block;
            padding: 0.93333vw 3.73333vw 0; } }
        .main .plan_select_list_item {
          margin: 0 15px;
          width: 42.5%;
          border: 3px solid #000;
          border-radius: 10px;
          background: #fff; }
          @media screen and (max-width: 768px) {
            .main .plan_select_list_item {
              margin: 4vw 0 0;
              width: 100%;
              border: 0.53333vw solid #000;
              border-radius: 1.33333vw; } }
          .main .plan_select_list_item dl {
            display: flex;
            align-items: center;
            padding: 15px 25px; }
            @media screen and (max-width: 768px) {
              .main .plan_select_list_item dl {
                padding: 4vw 2vw 4vw 4vw; } }
            .main .plan_select_list_item dl dt {
              padding: 0 35px 0 0;
              font-size: 22px;
              line-height: 1;
              letter-spacing: 0.08rem;
              color: #5D9D11;
              font-weight: 700;
              white-space: nowrap; }
              @media screen and (max-width: 768px) {
                .main .plan_select_list_item dl dt {
                  padding: 0 6.66667vw 0 0;
                  font-size: 4vw;
                  line-height: 1; } }
            .main .plan_select_list_item dl dd {
              position: relative;
              padding: 0 0 0 20px;
              font-size: 16px;
              line-height: 1.75;
              letter-spacing: 0.08rem;
              text-align: left; }
              @media screen and (max-width: 768px) {
                .main .plan_select_list_item dl dd {
                  padding: 0 0 0 3.33333vw;
                  font-size: 3.2vw;
                  line-height: 1.5; } }
              .main .plan_select_list_item dl dd:before {
                content: '';
                display: block;
                position: absolute;
                top: 50%;
                left: 0;
                width: 0;
                height: 100%;
                border-left: 3px dotted #000;
                transform: translateY(-50%); }
                @media screen and (max-width: 768px) {
                  .main .plan_select_list_item dl dd:before {
                    border-left: 0.53333vw dotted #000; } }
  .main .plan_detail {
    position: relative;
    margin: 100px auto 0;
    width: 100%;
    min-width: 1200px;
    background: #DBF4D9; }
    @media screen and (max-width: 768px) {
      .main .plan_detail {
        margin: 15.33333vw auto 0;
        min-width: 0px; } }
    .main .plan_detail .inner {
      position: relative;
      margin: 0 auto;
      padding: 80px 0 120px;
      width: 1200px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .main .plan_detail .inner {
          padding: 10.66667vw 0 13.33333vw;
          width: 100%; } }
      .main .plan_detail .inner:before, .main .plan_detail .inner:after {
        content: '';
        display: block;
        position: absolute;
        background: url("../img/plan_detail_cloud1.svg") 0 0 no-repeat;
        background-size: contain; }
      .main .plan_detail .inner:before {
        top: -50px;
        right: -50px;
        width: 224px;
        height: 188px; }
        @media screen and (max-width: 768px) {
          .main .plan_detail .inner:before {
            top: -4.53333vw;
            right: auto;
            left: 4.26667vw;
            width: 33.46667vw;
            height: 17.6vw;
            background: url("../img/plan_detail_cloud2.svg") 0 0 no-repeat;
            background-size: contain; } }
      .main .plan_detail .inner:after {
        bottom: -60px;
        right: -50px;
        width: 196px;
        height: 164px; }
        @media screen and (max-width: 768px) {
          .main .plan_detail .inner:after {
            bottom: -4vw;
            right: 2.53333vw;
            width: 29.86667vw;
            height: 20.93333vw; } }
    .main .plan_detail_title {
      position: relative;
      padding: 65px 0 0;
      font-size: 40px;
      line-height: 1.475;
      letter-spacing: 0.08rem;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .main .plan_detail_title {
          padding: 10.66667vw 0 0;
          font-size: 7.33333vw;
          line-height: 1.49091; } }
      .main .plan_detail_title:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 54px;
        height: 61px;
        background: url("../img/plan_detail_title_icon.svg") 0 0 no-repeat;
        background-size: contain;
        transform: translateX(-50%); }
        @media screen and (max-width: 768px) {
          .main .plan_detail_title:before {
            width: 10vw;
            height: 11.33333vw; } }
      .main .plan_detail_title span {
        display: block;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.05rem;
        text-align: center;
        color: #298E24; }
        @media screen and (max-width: 768px) {
          .main .plan_detail_title span {
            font-size: 2.8vw;
            line-height: 1; } }
      .main .plan_detail_title + p {
        padding: 30px 0 0;
        font-size: 18px;
        line-height: 1;
        letter-spacing: 0.08rem; }
        @media screen and (max-width: 768px) {
          .main .plan_detail_title + p {
            padding: 4vw 0 0;
            font-size: 3.46667vw;
            line-height: 1; } }
    .main .plan_detail_table {
      position: relative;
      margin: 50px auto 0;
      width: 1200px;
      border-collapse: separate; }
      @media screen and (max-width: 768px) {
        .main .plan_detail_table {
          margin-top: 6.66667vw;
          width: 100%; } }
      .main .plan_detail_table_area {
        position: relative; }
        @media screen and (max-width: 768px) {
          .main .plan_detail_table_area.on:before {
            opacity: 0; }
          .main .plan_detail_table_area:before {
            content: '';
            display: block;
            position: absolute;
            z-index: 5;
            top: 50%;
            left: 50%;
            width: 53.33333vw;
            height: 53.33333vw;
            background: url("../img/plan_detail_icon_touch.svg") 0 0 no-repeat;
            background-size: contain;
            transform: translate(-50%, -50%);
            opacity: 1;
            transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1);
            pointer-events: none; } }
      @media screen and (max-width: 768px) {
        .main .plan_detail_table_wrap {
          position: relative;
          padding: 0 4vw 1.33333vw;
          width: 100%;
          overflow-x: scroll; } }
      .main .plan_detail_table:before {
        content: '';
        display: block;
        position: absolute;
        top: -155px;
        left: -50px;
        width: 263px;
        height: 134px;
        background: url("../img/plan_detail_cloud2.svg") 0 0 no-repeat;
        background-size: contain; }
        @media screen and (max-width: 768px) {
          .main .plan_detail_table:before {
            display: none; } }
      .main .plan_detail_table_th {
        display: none;
        pointer-events: none; }
        @media screen and (max-width: 768px) {
          .main .plan_detail_table_th {
            position: absolute;
            top: 0;
            left: 4vw;
            display: block;
            z-index: 3; }
            .main .plan_detail_table_th:before {
              content: '';
              display: block;
              position: absolute;
              z-index: 2;
              top: 0;
              left: -4.66667vw;
              width: 8vw;
              height: 100%;
              background: #DBF4D9; }
            .main .plan_detail_table_th table {
              position: relative;
              z-index: 3; }
              .main .plan_detail_table_th table thead tr th {
                opacity: 0; }
              .main .plan_detail_table_th table thead tr:first-child th:nth-child(1), .main .plan_detail_table_th table thead tr:first-child th:nth-child(2) {
                opacity: 1; }
              .main .plan_detail_table_th table thead tr:nth-child(2) th:nth-child(1) {
                opacity: 1; }
              .main .plan_detail_table_th table tbody tr td {
                opacity: 0; } }
      .main .plan_detail_table thead tr th {
        padding: 10px 0;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        background: #2BA75B;
        white-space: nowrap;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.05rem;
        font-weight: 700;
        color: #fff;
        text-align: center;
        vertical-align: middle; }
        @media screen and (max-width: 768px) {
          .main .plan_detail_table thead tr th {
            padding: 2.66667vw 0;
            font-size: 3.2vw; } }
      .main .plan_detail_table thead tr:first-child th {
        border-top: 2px solid #000; }
        .main .plan_detail_table thead tr:first-child th:first-child {
          border-radius: 20px 0 0 0;
          border-left: 2px solid #000;
          border-right: none;
          border-bottom: 2px solid #000; }
          @media screen and (max-width: 768px) {
            .main .plan_detail_table thead tr:first-child th:first-child {
              border-radius: 2.66667vw 0 0 0; } }
        .main .plan_detail_table thead tr:first-child th:nth-child(3) {
          border-bottom: 2px solid #000; }
        .main .plan_detail_table thead tr:first-child th:last-child {
          border-radius: 0 20px 0 0;
          border-right: 2px solid #000; }
          @media screen and (max-width: 768px) {
            .main .plan_detail_table thead tr:first-child th:last-child {
              border-radius: 0 2.66667vw 0 0; } }
      .main .plan_detail_table thead tr:last-child th {
        border-bottom: 2px solid #000;
        background: #6EBE1B; }
        @media screen and (max-width: 768px) {
          .main .plan_detail_table thead tr:last-child th {
            padding-left: 6.66667vw;
            padding-right: 6.66667vw; } }
        .main .plan_detail_table thead tr:last-child th:first-child {
          border-left: 1px solid #000;
          background: #2BA75B; }
        .main .plan_detail_table thead tr:last-child th:last-child {
          border-right: 2px solid #000; }
      .main .plan_detail_table tbody:before {
        content: '';
        display: block;
        width: 100%;
        height: 10px;
        background: #DBF4D9; }
        @media screen and (max-width: 768px) {
          .main .plan_detail_table tbody:before {
            height: 2.66667vw; } }
      .main .plan_detail_table tbody tr th, .main .plan_detail_table tbody tr td {
        padding: 10px 0;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        background: #fff;
        white-space: nowrap;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.05rem;
        font-weight: 700;
        text-align: center;
        vertical-align: middle; }
        @media screen and (max-width: 768px) {
          .main .plan_detail_table tbody tr th, .main .plan_detail_table tbody tr td {
            padding: 2.66667vw;
            font-size: 3.2vw;
            letter-spacing: -0.5px; } }
        .main .plan_detail_table tbody tr th:first-child, .main .plan_detail_table tbody tr td:first-child {
          border-left: 2px solid #000; }
        .main .plan_detail_table tbody tr th:last-child, .main .plan_detail_table tbody tr td:last-child {
          border-right: 2px solid #000; }
      .main .plan_detail_table tbody tr th {
        background: #eee; }
        @media screen and (max-width: 768px) {
          .main .plan_detail_table tbody tr th {
            padding: 2.66667vw 0.66667vw; } }
      .main .plan_detail_table tbody tr:first-child th, .main .plan_detail_table tbody tr:first-child td {
        border-top: 2px solid #000; }
      .main .plan_detail_table tbody tr:nth-child(2) th, .main .plan_detail_table tbody tr:nth-child(2) td {
        border-bottom: 2px solid #000; }
      .main .plan_detail_table tbody tr:nth-child(3) th, .main .plan_detail_table tbody tr:nth-child(3) td {
        padding: 0;
        border: none;
        background: #DBF4D9;
        font-size: 10px;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .main .plan_detail_table tbody tr:nth-child(3) th, .main .plan_detail_table tbody tr:nth-child(3) td {
            padding: 0;
            font-size: 2vw; } }
      .main .plan_detail_table tbody tr:nth-child(4) th, .main .plan_detail_table tbody tr:nth-child(4) td {
        border-top: 2px solid #000; }
      .main .plan_detail_table tbody tr:nth-child(6) th:first-child, .main .plan_detail_table tbody tr:nth-child(6) td:first-child, .main .plan_detail_table tbody tr:nth-child(8) th:first-child, .main .plan_detail_table tbody tr:nth-child(8) td:first-child {
        border-left: none; }
      .main .plan_detail_table tbody tr:last-child th, .main .plan_detail_table tbody tr:last-child td {
        border-bottom: 2px solid #000; }
        .main .plan_detail_table tbody tr:last-child th:first-child, .main .plan_detail_table tbody tr:last-child td:first-child {
          border-radius: 0 0 0 20px; }
          @media screen and (max-width: 768px) {
            .main .plan_detail_table tbody tr:last-child th:first-child, .main .plan_detail_table tbody tr:last-child td:first-child {
              border-radius: 0 0 0 2.66667vw; } }
        .main .plan_detail_table tbody tr:last-child th:last-child, .main .plan_detail_table tbody tr:last-child td:last-child {
          border-radius: 0 0 20px 0; }
          @media screen and (max-width: 768px) {
            .main .plan_detail_table tbody tr:last-child th:last-child, .main .plan_detail_table tbody tr:last-child td:last-child {
              border-radius: 0 0 2.66667vw 0; } }
    .main .plan_detail_attention {
      padding: 20px 0 0;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .main .plan_detail_attention {
          padding: 2.66667vw 4vw 0; } }
      .main .plan_detail_attention li {
        padding-left: 1.8rem;
        font-size: 14px;
        line-height: 1.71429;
        letter-spacing: 0.08rem;
        text-indent: -1.8rem; }
        @media screen and (max-width: 768px) {
          .main .plan_detail_attention li {
            font-size: 2.66667vw;
            line-height: 1.8; } }
        .main .plan_detail_attention li a {
          display: inline-block;
          text-decoration: underline;
          text-indent: 0;
          margin: 0 0 0 1em; }
          .pc .main .plan_detail_attention li a:hover {
            text-decoration: none; }
  .main .option {
    padding: 80px 0 120px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .main .option {
        padding: 10.66667vw 0 16vw; } }
    .main .option_title {
      position: relative;
      padding: 65px 0 0;
      font-size: 40px;
      line-height: 1.475;
      letter-spacing: 0.08rem;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .main .option_title {
          padding: 10.66667vw 0 0;
          font-size: 7.33333vw;
          line-height: 1.49091; } }
      .main .option_title:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 54px;
        height: 61px;
        background: url("../img/option_title_icon.svg") 0 0 no-repeat;
        background-size: contain;
        transform: translateX(-50%); }
        @media screen and (max-width: 768px) {
          .main .option_title:before {
            width: 10vw;
            height: 11.33333vw; } }
      .main .option_title span {
        display: block;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.05rem;
        text-align: center;
        color: #298E24; }
        @media screen and (max-width: 768px) {
          .main .option_title span {
            font-size: 2.8vw;
            line-height: 1; } }
      .main .option_title + p {
        padding: 30px 0 0;
        font-size: 18px;
        line-height: 1;
        letter-spacing: 0.08rem; }
        @media screen and (max-width: 768px) {
          .main .option_title + p {
            padding: 4vw 0 0;
            font-size: 3.46667vw;
            line-height: 1; } }
    .main .option_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 auto;
      width: 1200px; }
      @media screen and (max-width: 768px) {
        .main .option_list {
          margin: 0 5.33333vw;
          padding: 2.66667vw 0 0;
          width: auto; } }
      .main .option_list_item {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 60px 0 0;
        width: 47.5%;
        border-radius: 20px;
        background: #eee; }
        @media screen and (max-width: 768px) {
          .main .option_list_item {
            display: block;
            margin-top: 4vw;
            width: 100%; } }
        .main .option_list_item:nth-child(1) dd figure {
          width: 238px; }
        .main .option_list_item:nth-child(2) dd figure {
          width: 192px; }
        .main .option_list_item:nth-child(3) dd figure {
          width: 193px; }
        .main .option_list_item:nth-child(4) dd figure {
          width: 222px; }
        @media screen and (max-width: 768px) {
          .main .option_list_item:nth-child(1) dd figure {
            width: 31.73333vw; }
          .main .option_list_item:nth-child(2) dd figure {
            width: 25.6vw; }
          .main .option_list_item:nth-child(3) dd figure {
            width: 25.73333vw; }
          .main .option_list_item:nth-child(4) dd figure {
            width: 29.6vw; } }
        .main .option_list_item dt {
          position: absolute;
          top: 0;
          left: 30px;
          display: inline-block;
          padding: 20px 0;
          width: 70px;
          background: #2BA75B;
          font-size: 15px;
          line-height: 1;
          letter-spacing: 0.03rem;
          color: #fff;
          white-space: nowrap; }
          @media screen and (max-width: 768px) {
            .main .option_list_item dt {
              left: 5.33333vw;
              padding: 2.66667vw 0;
              width: 15.33333vw;
              font-size: 2.66667vw;
              line-height: 1;
              letter-spacing: 0; } }
          .main .option_list_item dt:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            border-bottom: 10px solid #eee;
            border-left: 35px solid transparent;
            border-right: 35px solid transparent; }
            @media screen and (max-width: 768px) {
              .main .option_list_item dt:after {
                border-bottom: 2vw solid #eee;
                border-left: 7.66667vw solid transparent;
                border-right: 7.66667vw solid transparent; } }
          .main .option_list_item dt .num {
            display: block;
            font-size: 32px;
            color: #FEEC5B; }
            @media screen and (max-width: 768px) {
              .main .option_list_item dt .num {
                font-size: 7.2vw; } }
        .main .option_list_item dd {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 30px 0;
          font-size: 28px;
          line-height: 1;
          font-weight: 700; }
          @media screen and (max-width: 768px) {
            .main .option_list_item dd {
              padding: 8vw 0 4vw;
              font-size: 4.53333vw; } }
          .main .option_list_item dd div figure {
            display: block;
            margin: 0 auto; }
          .main .option_list_item dd div p {
            padding: 20px 0 0;
            width: 100%; }
            @media screen and (max-width: 768px) {
              .main .option_list_item dd div p {
                padding: 5.33333vw 0 0; } }
  .main .shop_list {
    padding: 80px 0 0;
    background: rgba(229, 133, 38, 0.1); }
    @media screen and (max-width: 768px) {
      .main .shop_list {
        padding: 10.66667vw 0 0; } }
    .main .shop_list_title {
      position: relative;
      padding: 65px 0 0;
      font-size: 40px;
      line-height: 1.475;
      letter-spacing: 0.08rem;
      font-weight: 700;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .main .shop_list_title {
          padding: 10.66667vw 0 0;
          font-size: 7.33333vw;
          line-height: 1.49091; } }
      .main .shop_list_title:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 54px;
        height: 61px;
        background: url("../img/shop_list_title_icon.svg") 0 0 no-repeat;
        background-size: contain;
        transform: translateX(-50%); }
        @media screen and (max-width: 768px) {
          .main .shop_list_title:before {
            width: 10vw;
            height: 11.33333vw; } }
      .main .shop_list_title span {
        display: block;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.05rem;
        text-align: center;
        color: #298E24; }
        @media screen and (max-width: 768px) {
          .main .shop_list_title span {
            font-size: 2.8vw;
            line-height: 1; } }
    .main .shop_list .inner {
      margin: 50px auto 0;
      padding: 4px;
      max-width: 1200px;
      border-radius: 20px;
      background: #E58526;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .main .shop_list .inner {
          margin: 6.66667vw 4vw 0;
          padding: 0.53333vw;
          width: auto;
          border-radius: 2.66667vw; } }
    .main .shop_list_list {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: left;
      padding: 20px 0 0;
      border-radius: 0 0 17px 17px;
      background: #fff; }
      @media screen and (max-width: 768px) {
        .main .shop_list_list {
          display: block;
          padding: 2.66667vw 4.66667vw 0;
          border-radius: 0 0 2vw 2vw; } }
      .main .shop_list_list.-center {
        justify-content: space-around; }
        .main .shop_list_list.-center .shop_list_item {
          margin: 0 auto;
          width: 70%; }
          @media screen and (max-width: 768px) {
            .main .shop_list_list.-center .shop_list_item {
              width: 90%; } }
      .main .shop_list_list:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 2;
        top: -1px;
        left: 50%;
        width: 0;
        height: 0;
        border-top: 20px solid #E58526;
        border-right: 19px solid transparent;
        border-left: 19px solid transparent;
        transform: translateX(-50%); }
        @media screen and (max-width: 768px) {
          .main .shop_list_list:before {
            top: -1px;
            border-top: 3.46667vw solid #E58526;
            border-right: 2.93333vw solid transparent;
            border-left: 2.93333vw solid transparent; } }
      .main .shop_list_list_title {
        position: relative;
        display: inline-block;
        padding: 30px 50px;
        font-size: 24px;
        line-height: 1;
        letter-spacing: 0.05em;
        font-weight: 700;
        color: #fff; }
        @media screen and (max-width: 768px) {
          .main .shop_list_list_title {
            margin: 4.26667vw auto;
            padding: 0 8.4vw;
            font-size: 4vw;
            line-height: 1.53333; } }
        .main .shop_list_list_title:before, .main .shop_list_list_title:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          width: 25px;
          height: 26px;
          background: url("../img/line2.svg") 0 0 no-repeat;
          background-size: 100% 100%; }
          @media screen and (max-width: 768px) {
            .main .shop_list_list_title:before, .main .shop_list_list_title:after {
              top: auto;
              bottom: 0;
              width: 4.66667vw;
              height: 7.73333vw; } }
        .main .shop_list_list_title:before {
          left: 0;
          transform: translateY(-50%); }
          @media screen and (max-width: 768px) {
            .main .shop_list_list_title:before {
              transform: none; } }
        .main .shop_list_list_title:after {
          right: 0;
          transform: translateY(-50%) scale(-1, 1); }
          @media screen and (max-width: 768px) {
            .main .shop_list_list_title:after {
              transform: scale(-1, 1); } }
    .main .shop_list_item {
      margin: 0 0 0 6.66%;
      padding: 50px 0 0;
      width: 40%; }
      @media screen and (max-width: 768px) {
        .main .shop_list_item {
          margin: 0;
          padding: 8vw 0 0;
          width: 100%; } }
      .main .shop_list_item:last-child {
        padding-bottom: 70px; }
        @media screen and (max-width: 768px) {
          .main .shop_list_item:last-child {
            padding-bottom: 10.66667vw; } }
      .main .shop_list_item dl dt {
        padding: 3px 0 7px;
        background: #eee;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.05rem; }
        @media screen and (max-width: 768px) {
          .main .shop_list_item dl dt {
            padding: 1.2vw 0 1.06667vw;
            font-size: 3.46667vw;
            line-height: 1.46154; } }
      .main .shop_list_item dl dd {
        padding: 10px 0 0;
        font-size: 16px;
        line-height: 1.875;
        letter-spacing: 0.075rem; }
        @media screen and (max-width: 768px) {
          .main .shop_list_item dl dd {
            padding: 2.66667vw 0 0;
            font-size: 3.46667vw;
            line-height: 1.92308;
            letter-spacing: 0.05rem; } }
        .main .shop_list_item dl dd a {
          display: inline-block;
          font-size: 18px;
          font-weight: 700;
          color: #E58526;
          pointer-events: none; }
          @media screen and (max-width: 768px) {
            .main .shop_list_item dl dd a {
              font-size: 4vw;
              pointer-events: auto;
              text-decoration: underline; } }
  .main .contact {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 50%;
    display: block;
    width: 670px;
    border: 3px solid #000;
    border-radius: 20px 20px 0 0;
    background: #E58526;
    transform: translateX(-50%);
    transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1); }
    @media screen and (max-width: 768px) {
      .main .contact {
        width: 92vw;
        border: 0.53333vw solid #000;
        border-radius: 2.66667vw 2.66667vw 0 0; } }
    .pc .main .contact:hover {
      opacity: 0.85; }
    .main .contact:before, .main .contact:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%; }
    .main .contact:before {
      left: 60px;
      width: 91px;
      height: 80px;
      background: url("../img/follow_icon_tel.svg") 0 0 no-repeat;
      background-size: contain;
      transform: translateY(-50%);
      pointer-events: none; }
      @media screen and (max-width: 768px) {
        .main .contact:before {
          left: 5.33333vw;
          width: 12.13333vw;
          height: 9.33333vw; } }
    .main .contact:after {
      right: 60px;
      width: 40px;
      height: 40px;
      background: url("../img/follow_icon_plus.svg") 0 0 no-repeat;
      background-size: contain;
      transform: translateY(-50%);
      pointer-events: none; }
      @media screen and (max-width: 768px) {
        .main .contact:after {
          right: 4.66667vw;
          width: 8vw;
          height: 8vw; } }
    .main .contact a {
      display: block;
      padding: 34px 100px 37px 140px;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .main .contact a {
          padding: 2.93333vw 13.2vw 3.6vw 18.8vw; } }
    .main .contact p {
      width: 100%;
      font-size: 24px;
      line-height: 1;
      letter-spacing: 0.08rem;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .main .contact p {
          font-size: 4vw;
          letter-spacing: 0; } }
    .main .contact dl {
      display: flex;
      flex-wrap: wrap; }
      .main .contact dl dt {
        width: 100%;
        font-size: 24px;
        line-height: 1;
        letter-spacing: 0.08rem;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .main .contact dl dt {
            font-size: 4vw;
            letter-spacing: 0; } }
      .main .contact dl dd {
        padding: 10px 0 0;
        width: 100%;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.05rem;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .main .contact dl dd {
            padding: 1.33333vw 0 0;
            font-size: 2.26667vw;
            line-height: 1;
            letter-spacing: -0.01rem;
            white-space: nowrap;
            text-align: left;
            transform-origin: center center;
            transform: scale(0.8) translateX(-10%); } }

/*------------------------------------------------------------
		MODAL
------------------------------------------------------------*/
.modal {
  position: fixed;
  display: none;
  opacity: 0;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1); }
  .modal.in {
    display: block; }
    .modal.in.fade {
      opacity: 1; }
  .modal_body {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 768px) {
      .modal_body {
        width: 90vw; } }
  .modal_contents {
    max-height: 90vh;
    padding: 4px;
    border-radius: 20px;
    background: #e58526; }
    @media screen and (max-width: 768px) {
      .modal_contents {
        max-height: 85vh;
        padding: 0.53333vw;
        border-radius: 2.66667vw; } }
  .modal_close {
    position: absolute;
    top: -35px;
    right: -70px;
    width: 60px;
    height: 60px;
    border: 2px solid #e58526;
    border-radius: 60px;
    background: #fff;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.21, 0.51, 0.51, 1); }
    @media screen and (max-width: 768px) {
      .modal_close {
        top: -12vw;
        right: 4vw;
        width: 9.33333vw;
        height: 9.33333vw; } }
    .modal_close:before, .modal_close:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 4px;
      height: 25%;
      background: #e58526;
      transform-origin: center center; }
      @media screen and (max-width: 768px) {
        .modal_close:before, .modal_close:after {
          width: 0.53333vw;
          height: 50%; } }
    .modal_close:before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .modal_close:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
    .pc .modal_close:hover {
      opacity: 0.7; }
  .modal_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer; }
  .modal .modal_contents_inner {
    position: relative;
    padding: 0;
    border-radius: 20px;
    max-height: calc(90vh - 60px); }
    @media screen and (max-width: 768px) {
      .modal .modal_contents_inner {
        padding: 0;
        border-radius: 2.66667vw;
        max-height: 85vh; } }
  .modal#modal_shop_list {
    text-align: center; }
    .modal#modal_shop_list .modal_contents_inner {
      width: 1200px; }
      @media screen and (max-width: 768px) {
        .modal#modal_shop_list .modal_contents_inner {
          width: 100%; } }
    .modal#modal_shop_list .shop_list_item {
      margin-left: 55px;
      width: 500px; }
      @media screen and (max-width: 768px) {
        .modal#modal_shop_list .shop_list_item {
          margin-left: 0;
          width: 100%; } }
    .modal#modal_shop_list .shop_list_list {
      max-height: calc(90vh - 150px);
      overflow-y: auto;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .modal#modal_shop_list .shop_list_list {
          max-height: calc(85vh - 250px); } }
      .modal#modal_shop_list .shop_list_list:before {
        display: none; }
      .modal#modal_shop_list .shop_list_list_wrap {
        position: relative;
        padding: 0 20px 0 0;
        border-radius: 0 0 20px 20px;
        background: #fff; }
        @media screen and (max-width: 768px) {
          .modal#modal_shop_list .shop_list_list_wrap {
            padding: 0 2.66667vw 0 0;
            border-radius: 0 0 2.66667vw 2.66667vw; } }
        .modal#modal_shop_list .shop_list_list_wrap:before {
          content: '';
          display: block;
          position: absolute;
          z-index: 2;
          top: -1px;
          left: 50%;
          width: 0;
          height: 0;
          border-top: 20px solid #E58526;
          border-right: 19px solid transparent;
          border-left: 19px solid transparent;
          transform: translateX(-50%); }
          @media screen and (max-width: 768px) {
            .modal#modal_shop_list .shop_list_list_wrap:before {
              border-top: 3.46667vw solid #E58526;
              border-right: 2.93333vw solid transparent;
              border-left: 2.93333vw solid transparent; } }
      .modal#modal_shop_list .shop_list_list.-center {
        justify-content: space-around; }
        .modal#modal_shop_list .shop_list_list.-center .shop_list_item {
          margin: 0 auto;
          width: 70%; }
          @media screen and (max-width: 768px) {
            .modal#modal_shop_list .shop_list_list.-center .shop_list_item {
              width: 90%; } }

/*------------------------------------------------------------
	FOOTER
------------------------------------------------------------*/
.footer {
  padding: 65px 0 110px;
  background: rgba(229, 133, 38, 0.1);
  width: 100%; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 4vw 0 21.33333vw; } }
  .footer small {
    display: block;
    margin: 0 auto;
    width: 1200px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.03rem;
    color: #ccc;
    text-align: right; }
    @media screen and (max-width: 768px) {
      .footer small {
        padding: 0 4vw;
        width: 100%;
        font-size: 2.66667vw;
        line-height: 1; } }

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