@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  #mainvisual {
    width: 100%;
    height: 34.375vw;
    overflow: hidden;
  }
  .ctitle__logo {
    color: var(--secondary-color);
  }
  .ctitle {
    margin-bottom: 40px;
  }
  .ch3_1 {
    font-size: 2.6rem;
    margin-bottom: 50px;
    line-height: 1.8;
    text-align: center;
  }
  .note {
    font-size: 1.4rem;
    line-height: 2.3;
  }
  .indent1 {
    text-indent: -1em;
    padding-left: 1em;
  }
  .indent15 {
    text-indent: -1.2em;
    padding-left: 1.5em;
  }
  .indentPlus1 {
    text-indent: 1em;
  }
  .cfex {
    display: flex;
  }
  .jc_sa {
    justify-content: space-around;
  }
  .jc_sb {
    justify-content: space-between;
  }
  .fd_co {
    flex-direction: column;
  }
  .fd_cor {
    flex-direction: column-reverse;
  }
  .fd_ro {
    flex-direction: row;
  }
  .fd_ror {
    flex-direction: row-reverse;
  }
  .ai_c {
    align-items: center;
  }
  /* policyAnchor
  ---------------------------------------------------------------------- */
  #policyAnchor {
    padding: 70px 0 100px;
  }
  .cmenu {
    display: flex;
    justify-content: center;
  }
  .cmenu li {
    position: relative;
  }
  .cmenu li::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #808080;
    position: absolute;
    left: 0;
    top: 0;
  }
  .cmenu li:last-of-type::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #808080;
    position: absolute;
    right: 0;
    top: 0;
  }
  .cmenu li a {
    position: relative;
    padding: 0.2em 1em;
    font-size: 1.8rem;
  }
  .cmenu li a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 4px;
    background: url(../images/icon_arrow_cmenu.svg) center no-repeat;
    background-size: contain;
    transform: translateY(-5px);
    margin-left: 0.5em;
  }
  /* terms
  ---------------------------------------------------------------------- */
  .terms {
    padding: 20px 0 130px;
    scroll-margin-top: 200px;
  }
  .policyTtl {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .policyBox {
    margin-bottom: 20px;
  }
  .policyBox h4 {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .policyBox .joko {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .policyBox .joko span {
    margin-right: 1em;
  }
  .counter {
    margin-bottom: 20px;
  }
  .counter li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  /* cancelPolicy
  ---------------------------------------------------------------------- */
  .cancelPolicy {
    padding: 20px 0 130px;
    scroll-margin-top: 200px;
  }
  .lead {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 35px;
  }
  .list1 {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
  }
  .list1 li {
    font-size: 1.87rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  /* privacyPolicy
  ---------------------------------------------------------------------- */
  .privacyPolicy {
    padding: 20px 0 130px;
    scroll-margin-top: 200px;
  }
  .lead2 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 2;
    margin-bottom: 50px;
  }
} /* End min-width:1001px */
@media (max-width: 1000px) {
  .w1100 {
    width: 88vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #mainvisual {
    width: 100%;
    aspect-ratio: 4/3;
  }
  #mainvisual img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .ctitle__logo {
    color: var(--secondary-color);
  }
  .ctitle {
    margin-bottom: 8vw;
  }
  .indent1 {
    text-indent: -1em;
    padding-left: 1em;
  }
  .indent15 {
    text-indent: -1.2em;
    padding-left: 1.5em;
  }
  .indentPlus1 {
    text-indent: 1em;
  }
  /* policyAnchor
  ---------------------------------------------------------------------- */
  #policyAnchor {
    padding: 16vw 0;
  }
  .cmenu {
    display: flex;
    justify-content: center;
  }
  .cmenu li {
    position: relative;
    width: 33%;
  }
  .cmenu li::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #808080;
    position: absolute;
    left: 0;
    top: 0;
  }
  .cmenu li:last-of-type::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #808080;
    position: absolute;
    right: 0;
    top: 0;
  }
  .cmenu li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0.2em 1em;
    font-size: 3vw;
    line-height: 1.5;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .cmenu li a::after {
    content: "";
    display: inline-block;
    width: 2vw;
    height: 2vw;
    background: url(../images/icon_arrow_cmenu.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 1vw;
    top: 50%;
    transform: translateY(-50%);
  }
  /* terms
  ---------------------------------------------------------------------- */
  .terms {
    padding: 16vw 0 24vw;
    scroll-margin-top: 16vw;
  }
  .policyTtl {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
  .policyBox {
    margin-bottom: 8vw;
  }
  .policyBox h4 {
    font-size: 4vw;
    font-weight: bold;
  }
  .policyBox .joko {
    font-size: 3.6vw;
    line-height: 1.5;
    margin-bottom: 6vw;
  }
  .policyBox .joko span {
    margin-right: 1em;
  }
  .counter {
    margin-bottom: 6vw;
  }
  .counter li {
    font-size: 3.6vw;
    line-height: 1.5;
    margin-bottom: 1vw;
  }
  /* cancelPolicy
  ---------------------------------------------------------------------- */
  .cancelPolicy {
    padding: 16vw 0 24vw;
    scroll-margin-top: 16vw;
  }
  .lead {
    font-size: 3.6vw;
    line-height: 1.8;
    margin-bottom: 6vw;
  }
  .list1 {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 6vw;
  }
  .list1 li {
    font-size: 3.6vw;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
  /* privacyPolicy
  ---------------------------------------------------------------------- */
  .privacyPolicy {
    padding: 16vw 0 24vw;
    scroll-margin-top: 16vw;
  }
  .lead2 {
    text-align: center;
    font-size: 3.6vw;
    line-height: 2;
    margin-bottom: 6vw;
  }
} /* End max-width:1000px */

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