@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: none; }
  @media screen and (max-width: 959px) {
    body {
      font-size: 14px; } }

a {
  -webkit-transition: all 1.0s;
  transition: all 1.0s; }

a:hover {
  opacity: 0.8; }

img {
  max-width: 100%;
  height: auto; }

main {
  background: #f3f3f3; }

.cv_fixed_right {
  position: fixed;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 600;
  right: 0px;
  top: 45.37%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #fd3d85;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 20px 22px;
  border-radius: 20px 0px 0px 20px;
  z-index: 99; }
  @media screen and (max-width: 959px) {
    .cv_fixed_right {
      -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
      top: auto;
      bottom: 0px;
      width: 100%;
      max-width: 100%;
      border-radius: 0px;
      text-align: center;
      padding: 20px 0px; } }
  @media screen and (max-width: 768px) {
    .cv_fixed_right {
      font-size: 17px;
      padding: 10px 0px; } }
  .cv_fixed_right .arrow {
    display: inline-block;
    aspect-ratio: 1 / 1;
    width: 0.8em;
    margin-top: 0.2em;
    background-color: #fff;
    border-radius: 50%;
    position: relative; }
    @media screen and (max-width: 959px) {
      .cv_fixed_right .arrow {
        margin-top: 0px;
        margin-left: 0.2em;
        width: 1.059em;
        vertical-align: -0.15em; } }
    .cv_fixed_right .arrow::before {
      display: block;
      border: solid 2px #fd3d85;
      border-bottom: none;
      border-left: none;
      aspect-ratio: 1 / 1;
      width: 0.2em;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
      @media screen and (max-width: 959px) {
        .cv_fixed_right .arrow::before {
          width: 0.4em;
          -webkit-transform: translate(-50%, -50%) translate(-25%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) translate(-25%) rotate(45deg);
          transform: translate(-50%, -50%) translate(-25%) rotate(45deg);
          border-radius: 2px; } }

/* 本文
--------------------------*/
.kv {
  background: url(../img/bg_mv.webp) center center/cover no-repeat;
  position: relative; }
  @media screen and (max-width: 959px) {
    .kv {
      background: none; } }
  .kv .bg_img img {
    width: 100%;
    max-width: 100%; }
  .kv .kv_in {
    position: absolute;
    background-color: #fff;
    width: 19.84%;
    min-width: 250px;
    aspect-ratio: 1 / 1;
    top: 50%;
    left: 33.33%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 959px) {
      .kv .kv_in {
        left: 50%;
        top: 25%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        width: 64.12%; } }
    .kv .kv_in .logo {
      width: 79.48%;
      margin: 0px auto;
      margin-bottom: max(min(2.19vw,40px),20px); }
      .kv .kv_in .logo img {
        width: 100%;
        max-width: 100%; }
    .kv .kv_in .copy {
      font-size: 15px;
      font-weight: 600;
      text-align: center;
      letter-spacing: 0; }
      @media screen and (max-width: 768px) {
        .kv .kv_in .copy {
          font-size: 14px; } }

.page_nav {
  position: relative; }
  .page_nav_in {
    position: absolute;
    background-color: #fff;
    width: calc(100% - 40px);
    max-width: 1100px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px rgba(178, 192, 194, 0.16);
    box-shadow: 0px 3px 6px rgba(178, 192, 194, 0.16);
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, -33%);
    -ms-transform: translate(-50%, -33%);
    transform: translate(-50%, -33%);
    padding: 45px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media screen and (max-width: 768px) {
      .page_nav_in {
        padding: 30px 8.91vw;
        gap: 30px 0px; } }
    .page_nav_in .nav_btn {
      display: block;
      font-size: 20px;
      line-height: 1.45;
      font-weight: 600;
      color: #222; }
      @media screen and (max-width: 768px) {
        .page_nav_in .nav_btn {
          font-size: min(3.56vw,14px);
          width: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      .page_nav_in .nav_btn::before {
        content: "";
        display: inline-block;
        margin-right: 0.75em;
        background: url(../img/icon_nav01.svg) center center/contain no-repeat;
        width: 1.5em;
        height: 1.3em;
        vertical-align: -0.2em; }
      .page_nav_in .nav_btn.-price::before {
        background-image: url(../img/icon_nav02.svg);
        width: 1.45em;
        height: 1.45em;
        vertical-align: -0.3em; }
      .page_nav_in .nav_btn.-delivery::before {
        background-image: url(../img/icon_nav03.svg);
        width: 1.4em;
        height: 1.35em;
        vertical-align: -0.25em; }
      .page_nav_in .nav_btn.-faq::before {
        background-image: url(../img/icon_nav04.svg);
        width: 1.65em;
        height: 1.2em;
        vertical-align: -0.1em; }

.sec_introduction {
  padding: 0px 40px;
  padding-top: 210px;
  padding-bottom: 105px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .sec_introduction {
      padding-top: 175px;
      padding-bottom: 75px; } }
  .sec_introduction .tit01 {
    text-align: center;
    margin-bottom: 125px; }
    @media screen and (max-width: 768px) {
      .sec_introduction .tit01 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 80px; } }
    .sec_introduction .tit01 .main_tit {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 0.2em; }
      @media screen and (max-width: 768px) {
        .sec_introduction .tit01 .main_tit {
          font-size: 21px;
          text-align: left;
          margin-bottom: 15px; } }
    .sec_introduction .tit01 .copy {
      font-size: 15px;
      color: #3cc; }
      @media screen and (max-width: 768px) {
        .sec_introduction .tit01 .copy {
          font-size: 13px;
          text-align: left; } }
  .sec_introduction_in {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .sec_introduction_in {
        display: block;
        margin-bottom: 80px; } }
    .sec_introduction_in:nth-child(2n - 1) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .sec_introduction_in.-last {
      margin-bottom: 130px; }
      @media screen and (max-width: 768px) {
        .sec_introduction_in.-last {
          margin-bottom: 80px; } }
    .sec_introduction_in .img_box {
      width: 48.36%;
      border-radius: 10px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .sec_introduction_in .img_box {
          width: 100%;
          max-width: 100%;
          margin-bottom: 20px; } }
      .sec_introduction_in .img_box img {
        width: 100%;
        max-width: 100%; }
    .sec_introduction_in .txt_box {
      width: 44.59%; }
      @media screen and (max-width: 768px) {
        .sec_introduction_in .txt_box {
          width: 100%;
          max-width: 100%; } }
      .sec_introduction_in .txt_box .tit02 {
        line-height: 1.45;
        font-size: 40px;
        letter-spacing: 0.1;
        font-weight: 600;
        margin-bottom: 0.5em; }
        @media screen and (max-width: 959px) {
          .sec_introduction_in .txt_box .tit02 {
            font-size: 21px; } }
  .sec_introduction .btn01 {
    font-size: 20px;
    display: block;
    width: 100%;
    max-width: 732px;
    margin: 0px auto;
    position: relative; }
    .sec_introduction .btn01 span {
      text-align: center;
      padding: 25px 0px;
      background-color: #3cc;
      color: #fff;
      letter-spacing: 0.01em;
      border-radius: 60px;
      display: block;
      font-weight: 600;
      position: relative;
      z-index: 1;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      @media screen and (max-width: 768px) {
        .sec_introduction .btn01 span {
          padding: 20px 0px; } }
    .sec_introduction .btn01::after {
      display: block;
      content: "";
      background-color: #00B4B4;
      width: 100%;
      max-width: 100%;
      height: 100%;
      position: absolute;
      -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
      transform: translateY(8px);
      bottom: 0px;
      left: 0px;
      border-radius: 60px; }
      @media screen and (max-width: 768px) {
        .sec_introduction .btn01::after {
          -webkit-transform: translateY(7px);
          -ms-transform: translateY(7px);
          transform: translateY(7px); } }
    .sec_introduction .btn01:hover {
      opacity: 1; }
      .sec_introduction .btn01:hover span {
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px); }
        @media screen and (max-width: 768px) {
          .sec_introduction .btn01:hover span {
            -webkit-transform: translateY(7px);
            -ms-transform: translateY(7px);
            transform: translateY(7px); } }

.sec_com {
  padding: 105px 0px;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0px auto; }
  @media screen and (max-width: 768px) {
    .sec_com {
      padding: 0px;
      padding-bottom: 70px; } }

.sec_box01 {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 80px 20px; }
  @media screen and (max-width: 768px) {
    .sec_box01 {
      padding: 40px 20px; } }

.sec_tit01 {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.05em;
  margin-bottom: 85px;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .sec_tit01 {
      font-size: 22px;
      margin-bottom: 35px; } }
  .sec_tit01 .eng {
    display: block;
    font-weight: 600;
    color: #3cc;
    margin-bottom: 0.5em; }
  .sec_tit01 span {
    display: block;
    font-weight: 600; }

.sec_btn01 {
  display: block;
  width: 100%;
  max-width: 725px;
  color: #fff;
  background: #3cc;
  text-align: center;
  margin: 0px auto;
  padding: 15px 0px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 60px; }
  @media screen and (max-width: 768px) {
    .sec_btn01 {
      font-size: 17px; } }
  .sec_btn01.-pink {
    background: #fd3d85; }

.sec_table01 {
  width: 100%;
  max-width: 725px;
  margin: 0px auto;
  text-align: center;
  border-collapse: collapse; }
  @media screen and (max-width: 768px) {
    .sec_table01 {
      font-size: 13px; } }
  .sec_table01 th {
    background-color: #3cc;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    vertical-align: middle;
    height: 3.875em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .sec_table01 th span {
      display: block; }
  .sec_table01 td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: solid 1px #222;
    font-weight: 600; }
  .sec_table01 tr th, .sec_table01 tr td {
    border-left: solid 1px #222; }
    .sec_table01 tr th:nth-of-type(1), .sec_table01 tr td:nth-of-type(1) {
      border-left: none; }
  .sec_table01 + .caption {
    width: 100%;
    max-width: 725px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2em; }
  .sec_table01.-price tr th, .sec_table01.-price tr td {
    width: 33.33%; }
    @media screen and (max-width: 768px) {
      .sec_table01.-price tr th:nth-child(1), .sec_table01.-price tr td:nth-child(1) {
        width: 27%; } }
    @media screen and (max-width: 768px) {
      .sec_table01.-price tr th:nth-child(n + 2), .sec_table01.-price tr td:nth-child(n + 2) {
        width: 36.5%; } }
  .sec_table01.-price tr td {
    padding: 10px 0px; }
  @media screen and (max-width: 768px) {
    .sec_table01.-koma {
      width: 200%; } }
  .sec_table01.-koma tr:nth-child(1) th {
    border-bottom: solid 1px #222; }
  .sec_table01.-koma tr th:nth-child(1), .sec_table01.-koma tr td:nth-child(1) {
    width: 25%; }
    @media screen and (max-width: 768px) {
      .sec_table01.-koma tr th:nth-child(1), .sec_table01.-koma tr td:nth-child(1) {
        width: 13%; } }
  .sec_table01.-koma tr th:nth-child(n + 2), .sec_table01.-koma tr td:nth-child(n + 2) {
    width: 12.5%; }
    @media screen and (max-width: 768px) {
      .sec_table01.-koma tr th:nth-child(n + 2), .sec_table01.-koma tr td:nth-child(n + 2) {
        width: 14.5%; } }
  .sec_table01.-koma tr td {
    padding: 10px 0px; }
  @media screen and (max-width: 768px) {
    .sec_table01.-shipping {
      width: 200%; } }
  .sec_table01.-shipping tr th:nth-child(1), .sec_table01.-shipping tr td:nth-child(1) {
    width: 22%; }
  .sec_table01.-shipping tr th:nth-child(2), .sec_table01.-shipping tr td:nth-child(2) {
    width: 33%; }
  .sec_table01.-shipping tr th:last-child, .sec_table01.-shipping tr td:last-child {
    width: 45%; }
  .sec_table01.-shipping tr th .ul_cap li, .sec_table01.-shipping tr td .ul_cap li {
    margin-bottom: 0px; }
  .sec_table01.-shipping tr.row02 th, .sec_table01.-shipping tr.row02 td {
    padding: 10px;
    vertical-align: middle; }
  .sec_table01.-shipping tr:last-child td {
    border-bottom: none; }
  .sec_table01.-shipping td {
    padding: 25px;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      .sec_table01.-shipping td {
        padding: 15px 5px; } }
  .sec_table01.-delivery tr th, .sec_table01.-delivery tr td {
    vertical-align: middle; }
    .sec_table01.-delivery tr th:nth-child(1), .sec_table01.-delivery tr td:nth-child(1) {
      width: 40%;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .sec_table01.-delivery tr th:nth-child(1), .sec_table01.-delivery tr td:nth-child(1) {
          width: 33%; } }
    .sec_table01.-delivery tr th:nth-child(n + 2), .sec_table01.-delivery tr td:nth-child(n + 2) {
      width: 30%; }
      @media screen and (max-width: 768px) {
        .sec_table01.-delivery tr th:nth-child(n + 2), .sec_table01.-delivery tr td:nth-child(n + 2) {
          width: 33%; } }
  .sec_table01.-delivery tr.sub th, .sec_table01.-delivery tr.sub td {
    width: 30%;
    text-align: center;
    border-left: solid 1px #222;
    border-top: solid 1px #222; }
    @media screen and (max-width: 768px) {
      .sec_table01.-delivery tr.sub th, .sec_table01.-delivery tr.sub td {
        width: 33%;
        font-size: 0.8em; } }
  .sec_table01.-delivery tr:last-child td {
    border-bottom: none; }
  .sec_table01.-delivery td {
    padding: 25px;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      .sec_table01.-delivery td {
        padding: 15px 5px; } }

.ul_cap {
  width: 100%;
  max-width: 725px;
  margin: 0px auto;
  display: block; }
  .ul_cap li {
    display: block;
    font-size: 12px;
    text-indent: -1.3em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    -webkit-padding-start: 1.5em;
    -moz-padding-start: 1.5em;
    padding-inline-start: 1.5em; }
    .ul_cap li::before {
      display: inline;
      content: "※"; }
  .ul_cap a {
    display: inline;
    color: #222;
    text-decoration: underline; }

.sec_lineup .lineup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px; }
  @media screen and (max-width: 1024px) {
    .sec_lineup .lineup_list {
      gap: 10px; } }
  .sec_lineup .lineup_list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 35px;
    width: calc((100% - 60px) / 3);
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .sec_lineup .lineup_list li {
        width: calc((100% - 10px) / 2);
        max-width: 350px; } }
    @media screen and (max-width: 768px) {
      .sec_lineup .lineup_list li {
        padding: 15px 10px; } }
    .sec_lineup .lineup_list li .img {
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .sec_lineup .lineup_list li .img {
          width: 90.54%;
          margin: 0px auto;
          margin-bottom: 10px; } }
    .sec_lineup .lineup_list li .tit {
      font-size: 25px;
      font-weight: 600;
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        .sec_lineup .lineup_list li .tit {
          font-size: 14px;
          margin-bottom: 5px; } }
      @media screen and (max-width: 768px) {
        .sec_lineup .lineup_list li .tit + p {
          font-size: 11px; } }

.sec_order .list01_wrap {
  padding: 15px 20px 25px 20px;
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .sec_order .list01_wrap {
      padding: 20px 20px 35px 20px;
      margin-bottom: 40px; } }

.sec_order .list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 25px 0px; }
  .sec_order .list01 li {
    width: 17.92%;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      .sec_order .list01 li {
        width: 36.5%; } }
    @media screen and (max-width: 768px) {
      .sec_order .list01 li {
        width: 50%; } }
  .sec_order .list01 .tit01 {
    font-size: 28px;
    font-weight: 600;
    color: #3cc;
    line-height: 1;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .sec_order .list01 .tit01 {
        font-size: 14px; } }
    .sec_order .list01 .tit01 strong {
      display: block;
      font-size: 1.964em;
      font-weight: 600; }
  .sec_order .list01 .img {
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .sec_order .list01 .img {
        width: 73.24%;
        margin: 0px auto;
        margin-bottom: 5px; } }
  .sec_order .list01 .txt {
    font-size: 20px;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .sec_order .list01 .txt {
        font-size: 14px; } }

.sec_order .list02_wrap {
  padding-top: 50px; }
  @media screen and (max-width: 768px) {
    .sec_order .list02_wrap {
      padding-top: 40px;
      padding-bottom: 60px; } }

.sec_order .tit02 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .sec_order .tit02 {
      font-size: 22px;
      margin-bottom: 50px; } }

.sec_order .list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
  gap: 70px 155px; }
  @media screen and (max-width: 768px) {
    .sec_order .list02 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .sec_order .list02 .img {
    width: 100%;
    max-width: 145px;
    margin: 0px auto;
    margin-bottom: 15px; }
  .sec_order .list02 .tit03 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 15px; }
  .sec_order .list02 .list02_ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    letter-spacing: 0.1em; }
    .sec_order .list02 .list02_ul li::before {
      display: inline-block;
      content: "■";
      color: #3cc; }

.sec_price .tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .sec_price .tab_btn_wrap {
      margin-bottom: 15px; } }
  .sec_price .tab_btn_wrap .tab_btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0px;
    border: solid 2px #f3f3f3;
    width: 100%;
    max-width: 366px;
    font-size: 19px;
    font-weight: 600;
    background: #C4E5E5;
    cursor: pointer;
    color: #222; }
    @media screen and (max-width: 959px) {
      .sec_price .tab_btn_wrap .tab_btn {
        width: 36.26%; } }
    @media screen and (max-width: 768px) {
      .sec_price .tab_btn_wrap .tab_btn {
        font-size: 10px;
        padding: 15px 0px; } }
    .sec_price .tab_btn_wrap .tab_btn.cur, .sec_price .tab_btn_wrap .tab_btn:hover {
      background: #fff; }

.sec_price .tab_contents {
  display: none; }
  .sec_price .tab_contents.cur {
    display: block; }

.sec_price .detail_flex {
  width: 100%;
  max-width: 725px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .sec_price .detail_flex {
      display: block;
      margin-bottom: 45px; } }

.sec_price .head_img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (max-width: 768px) {
    .sec_price .head_img {
      width: 100%;
      max-width: 400px;
      margin: 0px auto;
      margin-bottom: 15px; } }

.sec_price .head_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .sec_price .head_txt .tit01 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px; }
    .sec_price .head_txt .tit01 span {
      display: inline-block;
      font-size: 0.8em;
      font-weight: 600; }
  .sec_price .head_txt .spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 30px;
    margin-bottom: 25px; }
    .sec_price .head_txt .spec dt {
      width: 60px;
      font-weight: 600;
      letter-spacing: 0.17em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .sec_price .head_txt .spec dd {
      width: calc(100% - 30px - 60px); }
      @media screen and (max-width: 768px) {
        .sec_price .head_txt .spec dd {
          font-size: 13px; } }

.sec_price .detail_imgArea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (max-width: 768px) {
    .sec_price .detail_imgArea {
      width: 100%;
      max-width: 400px;
      margin: 0px auto;
      margin-bottom: 25px; } }
  .sec_price .detail_imgArea .img_caption {
    font-size: 14px;
    text-align: center;
    margin-top: 10px; }

.sec_price .catalog_img {
  width: 100%;
  max-width: 100%; }
  @media screen and (max-width: 768px) {
    .sec_price .catalog_img img {
      width: 200%;
      max-width: none; } }

.sec_faq .qa_wrap {
  width: 100%;
  max-width: 1010px;
  margin: 0px auto;
  position: relative;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 5px;
  border-bottom: solid 1px #3cc; }
  @media screen and (max-width: 768px) {
    .sec_faq .qa_wrap {
      font-size: 14px;
      padding: 0px 10px; } }
  .sec_faq .qa_wrap::before, .sec_faq .qa_wrap::after {
    content: "";
    display: block;
    position: absolute;
    background: #3cc;
    width: 1em;
    height: 2px;
    right: 25px;
    top: calc(25px + (1.5em / 2));
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .sec_faq .qa_wrap::before, .sec_faq .qa_wrap::after {
        top: calc(15px + (1.5em / 2));
        right: 10px; } }
  .sec_faq .qa_wrap::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
  .sec_faq .qa_wrap:last-child {
    border-bottom: none; }
  .sec_faq .qa_wrap.open::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .sec_faq .qa_wrap dt, .sec_faq .qa_wrap dd {
    position: relative;
    z-index: 2; }
  .sec_faq .qa_wrap dt {
    letter-spacing: 0.1em;
    font-weight: 600;
    padding: 25px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .sec_faq .qa_wrap dt {
        padding: 15px 0px; } }
    .sec_faq .qa_wrap dt::before {
      display: inline-block;
      content: "Q";
      color: #3cc;
      margin-right: 0.5em; }
  .sec_faq .qa_wrap dd {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 3.25em;
    padding-right: 5.938em;
    padding-bottom: 35px;
    font-size: 0.8em;
    text-indent: -1.5em; }
    @media screen and (max-width: 768px) {
      .sec_faq .qa_wrap dd {
        padding-bottom: 15px;
        padding-right: 35px; } }
    .sec_faq .qa_wrap dd::before {
      display: inline;
      content: "A";
      color: #fd3d85;
      font-size: 1.25em;
      margin-right: 0.5em; }
    .sec_faq .qa_wrap dd a {
      display: inline;
      color: #222;
      text-decoration: underline; }

.sec_contact .contact_in {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 20px;
  background: #fff;
  width: 100%;
  max-width: 535px;
  margin: 0px auto;
  border-radius: 10px; }
  @media screen and (max-width: 768px) {
    .sec_contact .contact_in {
      padding: 40px 20px; } }

.sec_contact .txt01 {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 35px; }
  @media screen and (max-width: 768px) {
    .sec_contact .txt01 {
      font-size: 20px;
      margin-bottom: 25px; } }

.sec_contact .sec_btn01 {
  max-width: 385px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .sec_contact .sec_btn01 {
      margin-bottom: 20px; } }

.sec_contact .txt02 {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .sec_contact .txt02 {
      font-size: 12px; } }

.mb25 {
  margin-bottom: 25px; }

.mb85 {
  margin-bottom: 85px; }
  @media screen and (max-width: 768px) {
    .mb85 {
      margin-bottom: 35px; } }

.pc {
  display: block !important; }

.pc_inline {
  display: inline !important; }

.sp {
  display: none !important; }

.sp_inline {
  display: none !important; }

.tab {
  display: none; }

.tab_inline {
  display: none; }

@media screen and (max-width: 959px) {
  .tab {
    display: block; }
  .tab_inline {
    display: inline; }
  .sp {
    display: none; }
  .sp_inline {
    display: none; } }

@media screen and (max-width: 768px) {
  .sp {
    display: block !important; }
  .sp_inline {
    display: inline !important; }
  .pc {
    display: none !important; }
  .pc_inline {
    display: none !important; } }
