@charset "UTF-8";
/***********************************************************************
    「★PC版 CSS★」
**********************************************************************/
@media all and (min-width: 751px) {
  #xcamp {
    background: var(--section-line-top_wide), url(../images/xcamp_bg_pc.png) no-repeat center/cover;
    padding: 5.4rem 2.4rem 0;
    overflow: hidden;
    box-shadow: var(--bk-brown) 0 0 2.4rem;
    height: 105rem;
  }
  #xcamp h2 {
    position: relative;
    width: 139rem;
    margin: 0 auto;
  }
  #xcamp h2:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120rem;
    height: 72rem;
    background: radial-gradient(rgba(255, 255, 255, 0.333333), transparent 55%);
    mix-blend-mode: overlay;
    z-index: 0;
    pointer-events: none;
  }
  #xcamp h2 img {
    width: 100%;
    position: relative;
  }
  #xcamp p.read {
    font-weight: 900;
    color: #fff;
    text-align: center;
    text-shadow: var(--bk-brown) 0 0 1.6rem, var(--bk-brown) 0 0 0.8rem;
    margin: 1rem 0 3.6rem;
    font-size: 2rem;
  }
  #xcamp .xcamp_con {
    width: 99rem;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    justify-content: flex-start;
  }
  #xcamp .xcamp_con .xcamp_how {
    background: url(../images/xcamp_how_pc.png) no-repeat center/cover;
    width: 60rem;
    height: 37.4rem;
    left: -2rem;
    top: -1rem;
    position: relative;
    padding: 3.6rem 3.1rem 0 4rem;
  }
  #xcamp .xcamp_con .xcamp_how::after {
    content: "";
    position: absolute;
    right: 3rem;
    bottom: -13.9rem;
    width: 52rem;
    height: 17rem;
    background: url(../images/xcamp_toko_pc.png) no-repeat center/contain;
    pointer-events: none;
    z-index: 2;
  }
  #xcamp .xcamp_con .xcamp_how a {
    width: 15rem;
    margin: 0 1rem;
    display: inline-block !important;
  }
  #xcamp .xcamp_con .xcamp_how ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #xcamp .xcamp_con .xcamp_how ul li {
    position: relative;
    padding-left: 5.2rem;
    margin-bottom: 1.5rem;
    font-size: 1.7rem;
    line-height: 1.7;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  #xcamp .xcamp_con .xcamp_how ul li:nth-child(1) span:first-of-type, #xcamp .xcamp_con .xcamp_how ul li:nth-child(2) span:first-of-type, #xcamp .xcamp_con .xcamp_how ul li:nth-child(3) span:first-of-type {
    background: #765f00;
    border-radius: 50%;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    line-height: 3.5rem;
    font-weight: bold;
    text-indent: 0;
    display: inline-block;
    width: 4rem;
    height: 4rem;
    margin: auto;
    position: absolute;
    inset: 0;
    right: auto;
  }
  #xcamp .xcamp_con .xcamp_how ul li:nth-child(3) span:first-of-type {
    margin: 0;
  }
  #xcamp .xcamp_con .xcamp_how ul li:nth-child(3) {
    display: block;
  }
  #xcamp .xcamp_con .xcamp_how ul li span.bold {
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #ce1f2a;
    text-decoration-thickness: 3px;
    font-size: 2.1rem;
  }
  #xcamp .xcamp_con h4 {
    font-family: var(--font-en);
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold;
  }
  #xcamp .xcamp_con .xcamp_how_read {
    font-size: 1.7rem;
    line-height: 2.2rem;
    border: solid 0.3rem;
    padding: 1rem;
    margin-bottom: 2rem;
  }
  #xcamp .xcamp_pre {
    background: url(../images/xcamp_pre.png) no-repeat center/cover;
    width: 40rem;
    height: 49rem;
    position: relative;
  }
  #xcamp .xcamp_pre::after {
    content: "";
    position: absolute;
    top: -15rem;
    right: -17rem;
    width: 35rem;
    height: 35rem;
    background: url(../images/xcamp_red.png) no-repeat center/contain;
    pointer-events: none;
  }
}
/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media only all and (max-width: 750px) {
  #xcamp {
    background: var(--section-line-top_wide), url(../images/xcamp_bg_sp.png) no-repeat center/cover;
    padding: 4.4rem 2.4rem 0;
    overflow: hidden;
    box-shadow: var(--bk-brown) 0 0 2.4rem;
    height: 227rem;
  }
  #xcamp h2 {
    position: relative;
    width: 69rem;
    margin: 0 auto;
  }
  #xcamp h2:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120rem;
    height: 72rem;
    background: radial-gradient(rgba(255, 255, 255, 0.333333), transparent 55%);
    mix-blend-mode: overlay;
    z-index: 0;
    pointer-events: none;
  }
  #xcamp h2 img {
    width: 100%;
    position: relative;
  }
  #xcamp p.read {
    font-weight: 900;
    color: #fff;
    text-align: center;
    text-shadow: var(--bk-brown) 0 0 1.6rem, var(--bk-brown) 0 0 0.8rem;
    margin: 0px 0 3.6rem;
    font-size: 3rem;
  }
  #xcamp .xcamp_con {
    width: 70rem;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
  }
  #xcamp .xcamp_con .xcamp_how {
    background: url(../images/xcamp_how_sp.png) no-repeat center/cover;
    width: 70rem;
    height: 70rem;
    top: -2rem;
    position: relative;
    padding: 6rem 5rem 0 5rem;
    margin-bottom: 27rem;
  }
  #xcamp .xcamp_con .xcamp_how::after {
    content: "";
    position: absolute;
    right: 3rem;
    bottom: -21rem;
    width: 68rem;
    height: 25rem;
    background: url(../images/xcamp_toko_sp.png) no-repeat center/contain;
    pointer-events: none;
    z-index: 2;
  }
  #xcamp .xcamp_con .xcamp_how a {
    width: 25rem;
    margin: 0 1rem;
    display: inline-block !important;
  }
  #xcamp .xcamp_con .xcamp_how ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #xcamp .xcamp_con .xcamp_how ul li {
    position: relative;
    padding-left: 6.2rem;
    margin-bottom: 3.5rem;
    font-size: 2.8rem;
    line-height: 1.3;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  #xcamp .xcamp_con .xcamp_how ul li:nth-child(1) span:first-of-type, #xcamp .xcamp_con .xcamp_how ul li:nth-child(2) span:first-of-type, #xcamp .xcamp_con .xcamp_how ul li:nth-child(3) span:first-of-type {
    background: #765f00;
    border-radius: 50%;
    color: #fff;
    font-size: 4rem;
    text-align: center;
    line-height: 4.5rem;
    font-weight: bold;
    text-indent: 0;
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin: auto;
    position: absolute;
    inset: 0;
    right: auto;
  }
  #xcamp .xcamp_con .xcamp_how ul li:nth-child(3) span:first-of-type {
    margin: 0;
  }
  #xcamp .xcamp_con .xcamp_how ul li:nth-child(3) {
    display: block;
  }
  #xcamp .xcamp_con .xcamp_how ul li .bold {
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #ce1f2a;
    text-decoration-thickness: 3px;
    font-size: 3.4rem;
  }
  #xcamp .xcamp_con h4 {
    font-family: var(--font-en);
    font-size: 4rem;
    text-align: center;
    font-weight: bold;
  }
  #xcamp .xcamp_con .xcamp_how_read {
    font-size: 3rem;
    line-height: 4rem;
    border: solid 0.4rem;
    padding: 2rem;
    margin-bottom: 3rem;
    font-weight: bold;
  }
  #xcamp .xcamp_pre {
    background: url(../images/xcamp_pre.png) no-repeat center/cover;
    width: 50rem;
    height: 62rem;
    position: relative;
  }
  #xcamp .xcamp_pre::after {
    content: "";
    position: absolute;
    top: -18rem;
    right: -22rem;
    width: 46rem;
    height: 46rem;
    background: url(../images/xcamp_red.png) no-repeat center/contain;
    pointer-events: none;
  }
}/*# sourceMappingURL=xcamp.css.map */