@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --base: #000;
  --primary: #E98012;
  --primaryHover: #F5AC61;
  --secondary: #582703;
  --secondaryHover: #A96A3D;
  --primary5: rgba(233,128,18,.05);
  --primary15: rgba(233,128,18,.15);
  --remote: #B059AC;
  --remoteHover: #D17CCC;
  --trip: #AF5959;
  --tripHover: #C77E7E;
  --free: #FFF200;
  --cardgame: #C68E00;
  --cardgameBg: #FFFF90;
  --marketing: #19B471;
  --marketingBg: #CFF7C4;
  --semi: #CE2D17;
  --semiBg: #FFE3D4;
  --shadow: #DCDCDC;
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 0.736377025vw;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #FFF;
  position: relative;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: var(--base);
}
@media only screen and (max-width: 768px) {
  body {
    min-width: initial;
    overflow: hidden;
    overflow-y: scroll;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

label {
  cursor: pointer;
}

img {
  width: 100%;
  vertical-align: middle;
}

a,
button {
  transition: 0.3s opacity;
}

a {
  color: var(--blue1);
}


.inline-pc {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .inline-pc {
    display: none;
  }
}

.inline-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .inline-sp {
    display: inline;
  }
}

.no-link {
  pointer-events: none;
}

.scroll-header {
  scroll-margin-top: 9rem;
}
@media only screen and (max-width: 768px) {
  .scroll-header {
    scroll-margin-top: 7rem;
  }
}

/*-- リセット --*/
h1,
h2,
h3,
h4,
h5,
p,
b,
dt,
dd,
li,
span,
a,
strong {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  min-height: 0%;
  vertical-align: top;
}

figure {
  width: 100%;
  min-height: 0%;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  backface-visibility: hidden;
  transition: 0.3s;
}
a img {
  display: inline-block;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 9rem;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .l-header {
    height: 7rem;
  }
}
.l-header__container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 10.3rem 0 4.2rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .l-header__container {
    padding: 0 0 0 2.6rem;
  }
}
.l-header__logo {
  width: 14.2rem;
  margin: 0;
}
.l-header__logo a {
  display: block;
  line-height: 1;
}
.l-header__logo img {
  vertical-align: middle;
}
.l-header__content {
  margin: 0 0 0 auto;
}
.l-header__link {
  display: grid;
  place-content: center;
  width: 28.1rem;
  height: 5rem;
  border: 1px solid var(--keycolor);
  border-radius: 50px;
  box-sizing: border-box;
  background: var(--keycolor);
  position: relative;
  line-height: 1.2;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .l-header__link {
    display: none;
  }
}
.l-header__link::after {
  content: "";
  width: 1rem;
  height: 1rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #FFF;
  position: absolute;
  top: 50%;
  right: 2.3rem;
  translate: 0 -50%;
  transition: 0.3s;
}
.l-header__link:hover {
  background: #FFF;
  color: var(--keycolor);
}
.l-header__link:hover::after {
  background: var(--keycolor);
}

.l-footer__head {
  display: block;
  padding: 6.5rem 0 6.6rem;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .l-footer__head {
    padding: 4.9rem 0 6.1rem;
  }
}
.l-footer__head::after {
  content: "";
  width: 200%;
  height: 100%;
  background: linear-gradient(to right, rgba(51, 51, 51, 0.9) 50%, #333 50%);
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  transition: 0.3s;
}
.l-footer__head:hover::after {
  left: 0;
}
.l-footer__head:hover .l-footer__head_link {
  translate: 2rem 0;
}
.l-footer__head_container {
  display: flex;
  align-items: center;
  max-width: 136rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .l-footer__head_container {
    flex-direction: column;
    gap: 3.235rem;
  }
}
.l-footer__head_logo {
  width: 21.3rem;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .l-footer__head_logo {
    width: 21.193rem;
  }
}
.l-footer__head_link {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin: 0 0 0 auto;
  line-height: 1.8;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 500;
  color: #FFF;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .l-footer__head_link {
    gap: 1rem;
    margin: 0 auto;
    line-height: 1.4;
    text-align: left;
  }
}
.l-footer__head_link::after {
  content: "";
  width: 1.1rem;
  height: 1.3rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #d9d9d9;
}
.l-footer__copy {
  display: flex;
  justify-content: center;
  padding: 5rem 0 4.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-footer__copy {
    padding: 5.1rem 0 5rem;
  }
}
.l-footer__copy_text {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 400;
}
.l-footer__totop {
  width: 8rem;
  aspect-ratio: 1/1;
  position: fixed;
  right: 3.8rem;
  bottom: 3.8rem;
}
@media only screen and (max-width: 768px) {
  .l-footer__totop {
    width: 5rem;
    right: 1.2rem;
    bottom: 1.2rem;
  }
}

.l-main {
  margin-top: 9rem;
}
@media only screen and (max-width: 768px) {
  .l-main {
    margin-top: 7rem;
  }
}

.l-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .l-container {
    padding: 0 2rem;
  }
}
.l-container--ptn1 {
  max-width: 106rem;
}
.l-container--ptn2 {
  max-width: 126rem;
}

.c-title--ptn1 {
  display: flex;
  align-items: center;
  gap: 9.1rem;
  margin: 0 0 6rem;
  padding: 1.4rem 4.2rem;
  border-radius: 2rem;
  box-sizing: border-box;
  background: var(--primary);
  text-align: left;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .c-title--ptn1 {
    gap: 2rem;
    margin-bottom: 3rem;
    padding: 2rem 1.9rem;
  }
}
.c-title--ptn1 .is-num {
  line-height: 1;
  font-size: 10rem;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
@media only screen and (max-width: 768px) {
  .c-title--ptn1 .is-num {
    font-size: 6rem;
  }
}
.c-title--ptn1 .is-main {
  line-height: 1.4;
  font-size: 4.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .c-title--ptn1 .is-main {
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
.c-title--ptn2 {
  padding: 0 0 4rem;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: var(--primary);
  line-height: calc(58/42);
  text-align: left;
  font-size: 4.2rem;
  font-weight: 700;
  color: var(--primary);
}
@media only screen and (max-width: 768px) {
  .c-title--ptn2 {
    padding-bottom: 3rem;
    line-height: 1.6666666667;
    font-size: 2.4rem;
  }
}

.c-btn {
  text-decoration: none;
  cursor: pointer;
}
.c-btn--ptn1 {
  display: grid;
  place-content: center;
  width: 106.6rem;
  height: 10.5rem;
  border-radius: 100px;
  box-shadow: 0 0.5rem 0 var(--shadow);
  box-sizing: border-box;
  position: relative;
  background: var(--secondary);
  line-height: 1.3333333333;
  font-size: 3rem;
  font-weight: 500;
  color: #FFF;
  transition: 0.3s;
  display: block;
}
@media only screen and (max-width: 768px) {
  .c-btn--ptn1 {
    display: block;
    width: 100%;
    height: auto;
    padding: 2.85rem 0 2.25rem;
    border-radius: 3rem;
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
.c-btn--ptn1 small {
  font-size: 2rem;
}
.c-btn--ptn1::after {
  content: "";
  width: 1.4rem;
  height: 1.5rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #FFF;
  position: absolute;
  top: 50%;
  right: 4.1rem;
  translate: 0 -50%;
  transition: 0.3s;
}
.c-btn--ptn1.--mail::after {
  content:none;
}
@media only screen and (max-width: 768px) {
  .c-btn--ptn1::after {
    width: 1.1rem;
    right: 1.6rem;
  }
}
.c-btn--ptn1:hover {
  box-shadow: 0 0 0;
  background: var(--secondaryHover);
  translate: 0 0.5rem;
}
.c-btn--ptn1:hover::after {
  right: 3.4rem;
}
@media only screen and (max-width: 768px) {
  .c-btn--ptn1:hover::after {
    right: 1.6rem;
  }
}

.p-kv {
  height: 45rem;
  background: url(../img/kv.webp) 50% 50%/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-kv {
    height: auto;
    background: none;
  }
}
.p-kv__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 120rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-kv__container {
    display: block;
  }
}
.p-kv__copy {
  line-height: 1.4;
  font-size: 7rem;
  font-weight: 700;
  color: var(--primary);
}
@media only screen and (max-width: 768px) {
  .p-kv__copy {
    padding: 7.8rem 0 8.8rem;
    background: url(../img/kv.webp) 50% 50%/cover no-repeat;
    line-height: 1.25;
    font-size: 3.2rem;
  }
}
.p-kv__lead {
  line-height: 1.8;
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
}
@media only screen and (max-width: 768px) {
  .p-kv__lead {
    margin: 2.5rem auto 0;
    line-height: 1.75;
    font-size: 1.6rem;
  }
  .p-kv__lead span {
    display: none;
  }
}

.p-message {
  padding: 7.6rem 0 18rem;
}
@media only screen and (max-width: 768px) {
  .p-message {
    padding: 3rem 0 10rem;
  }
}
.p-message__links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.7rem;
}
@media only screen and (max-width: 768px) {
  .p-message__links {
    grid-template-columns: 100%;
    gap: 1.5rem;
  }
}
.p-message__links_item {
  counter-increment: links;
}
.p-message__links_link {
  display: grid;
  place-content: center;
  width: 100%;
  height: 9.5rem;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 0 var(--shadow);
  position: relative;
  line-height: 1.4;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-message__links_link {
    display: block;
    height: auto;
    padding: 0.9rem 0 1.6rem;
    line-height: 2.2222222222;
    text-align: center;
  }
}
.p-message__links--anc03{
  padding: 1.6rem 0 3rem 0;
  height: auto;
}
@media only screen and (max-width: 768px){
  .p-message__links--anc03{
    line-height: 1;
  }
}
.p-message__links_link::after {
  content: "";
  width: 1.3rem;
  height: 1.1rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #FFF;
  position: absolute;
  left: 50%;
  bottom: 1.3rem;
  translate: -50% 0;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-message__links_link::after {
    width: 1.897rem;
    height: 1.4rem;
    bottom: 0.7rem;
  }
}
.p-message__links_link.is-pagelink {
  background: var(--primary);
  position: relative;
}
.p-message__links_link.is-pagelink:hover {
  background: var(--primaryHover);
}
/* .p-message__links_link.is-pagelink::before {
  content: "0" counter(links);
  position: absolute;
  top: 50%;
  left: 0.5rem;
  translate: 0 -50%;
  line-height: 1;
  font-size: 7rem;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  color: #FFF;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .p-message__links_link.is-pagelink::before {
    left: 1.8rem;
    font-size: 5rem;
  }
} */
.p-message__links_link.is-inquiry {
  background: var(--secondary);
}
.p-message__links_link.is-inquiry::after {
  display: none;
}
.p-message__links_link.is-inquiry:hover {
  background: var(--secondaryHover);
}
.p-message__links_link:hover {
  box-shadow: 0 0 0;
  translate: 0 0.5rem;
}
.p-message__links_link:hover::after {
  bottom: 0.594rem;
}
.p-message__body {
  max-width: 100rem;
  width: 100%;
  margin: 20.9rem auto 0;
  position: relative;
  line-height: 2.2727272727;
  text-align: left;
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-message__body {
    margin-top: 15rem;
    line-height: 2;
    font-size: 1.6rem;
  }
}
.p-message__body::before {
  content: "MESSAGE";
  position: absolute;
  top: -8.9rem;
  left: -9.3rem;
  z-index: -1;
  line-height: 1;
  font-size: 15rem;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  color: var(--primary15);
}
@media only screen and (max-width: 768px) {
  .p-message__body::before {
    top: auto;
    left: 0;
    bottom: calc(100% + 1rem);
    font-size: 7rem;
  }
}

.p-contents {
  padding: 0 0 18rem;
}
@media only screen and (max-width: 768px) {
  .p-contents {
    padding-bottom: 10rem;
  }
}
.p-contents__block {
  display: grid;
  grid-template-columns: 41.203rem 1fr;
  gap: 3.597rem;
  margin: 5.3rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-contents__block {
    grid-template-columns: 100%;
    gap: 3.087rem;
    margin-top: 3.8rem;
  }
}
.p-contents__block_body {
  text-align: left;
}
.p-contents__block_lead {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  margin-top: 5rem;
  line-height: calc(34/18);
}
.p-contents__point {
  margin: 3.2rem 0 0;
}
@media only screen and (max-width: 768px) {
  .p-contents__block_lead{
    font-size: 1.6rem;
  }
  .p-contents__point {
    margin-top: 5rem;
  }
}
.p-contents__point_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 1.3rem;
  padding: 0.7rem 2rem;
  border-radius: 100px;
  box-sizing: border-box;
  background: var(--primary);
  line-height: 2.2222222222;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
}
.p-contents__point_list {
  line-height: 1.8;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px){
  .p-contents__point_list{
    font-size: 1.6rem;
  }
}
.p-contents__point_list li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-contents__point_list li::before {
  content: "●";
  color: var(--primary);
}
.p-contents__feature {
  display: grid;
  grid-template-columns: 41.1rem 1fr;
  margin: 7.9rem auto 0;
  padding: 3.5rem 5.8rem 3.5rem 0;
  border-radius: 1rem;
  box-sizing: border-box;
  background: var(--primary5);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-contents__feature {
    grid-template-columns: 100%;
    margin-top: 8.3rem;
    padding: 2.5rem 2rem 8.4rem;
  }
}
.p-contents__feature_title {
  display: grid;
  place-content: center;
  border-right: 1px solid var(--primary);
  box-sizing: border-box;
  line-height: 1.125;
  font-size: 3.2rem;
  font-weight: 500;
  color: var(--primary);
}
@media only screen and (max-width: 768px) {
  .p-contents__feature_title {
    display: block;
    padding: 0 0 4rem;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: var(--primary);
    line-height: 1.4166666667;
    font-size: 2.4rem;
  }
}
.p-contents__feature_body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 12.2rem 0 12.2rem;
}
@media only screen and (max-width: 768px) {
  .p-contents__feature_body {
    grid-template-columns: 100%;
    gap: 5rem;
    padding-top: 5rem;
    margin: 0;
  }
}
.p-contents__feature_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 2.5rem;
  box-sizing: border-obx;
}
@media only screen and (max-width: 768px) {
  .p-contents__feature_item {
    padding: 0;
  }
}
.p-contents__feature_item figure figcaption {
  display: block;
  line-height: 1.5;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--primary);
}
.p-contents__feature_item:nth-child(1) figure img {
  width: 11.2rem;
}
@media only screen and (max-width: 768px) {
  .p-contents__feature_item:nth-child(1) figure img {
    width: 10.814rem;
  }
}
.p-contents__feature_item:nth-child(1) figure figcaption {
  margin-top: 2.7rem;
}
@media only screen and (max-width: 768px) {
  .p-contents__feature_item:nth-child(1) figure figcaption {
    margin-top: 3.046rem;
  }
}
.p-contents__feature_item:nth-child(2) figure img {
  width: 9.4rem;
}
@media only screen and (max-width: 768px) {
  .p-contents__feature_item:nth-child(2) figure img {
    width: 9.15rem;
  }
}
.p-contents__feature_item:nth-child(2) figure figcaption {
  margin-top: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .p-contents__feature_item:nth-child(2) figure figcaption {
    margin-top: 3.022rem;
  }
}
.p-contents__feature_item:nth-child(3) figure img {
  width: 11.4rem;
}
.p-contents__feature_item:nth-child(3) figure figcaption {
  margin-top: 2.3rem;
}
@media only screen and (max-width: 768px) {
  .p-contents__feature_item:nth-child(3) figure figcaption {
    margin-top: 3rem;
  }
}
.p-contents__feature_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 27.4rem;
  height: 7rem;
  padding-left: 6.8rem;
  border-radius: 100px;
  box-shadow: 0 0.5rem 0 var(--shadow);
  box-sizing: border-box;
  background: var(--secondary);
  position: absolute;
  line-height: 2.2222222222;
  text-align: left;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
  bottom: -4.1rem;
  left: 50%;
  translate: -50% 0;
  transition: 0.3s;
}
.p-contents__feature_btn::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #FFF;
  position: absolute;
  top: 50%;
  right: 3.2rem;
  translate: 0 -50%;
  transition: 0.3s;
}
.p-contents__feature_btn:hover {
  box-shadow: 0 0 0;
  background: var(--secondaryHover);
  translate: -50% 0.5rem;
}
.p-contents__feature_btn:hover::after {
  right: 2.5rem;
}
.p-contents__example {
  margin: 11.1rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-contents__example {
    margin-top: 10.6rem;
  }
}
.p-contents__example_sign {
  display: flex;
  justify-content: center;
  gap: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .p-contents__example_sign {
    flex-direction: column;
    gap: 3rem;
  }
}
.p-contents__example_title {
  flex: 0 0 17.2rem;
  display: grid;
  place-content: center;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: var(--primary);
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--primary);
}
@media only screen and (max-width: 768px) {
  .p-contents__example_title {
    flex: 1 1 auto;
    display: block;
    padding: 2rem 0 1.8rem;
  }
}
.p-contents__example_caption {
  flex: 0 0 86.7rem;
  line-height: 2;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-contents__example_caption {
    flex: 1 1 auto;
  }
}
.p-contents__example_body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.6rem;
  margin: 5rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-contents__example_body {
    grid-template-columns: 100%;
    gap: 2.996rem;
    margin-top: 3rem;
  }
}
.p-contents__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.7rem;
  margin: 7rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-contents__btns {
    grid-template-columns: 100%;
    gap: 3rem;
    margin-top: 4.996rem;
  }
}
.p-contents__btns_item {
  display: block;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 0 var(--shadow);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: 0.3s;
}
.p-contents__btns_item:hover {
  box-shadow: 0 0 0;
  translate: 0 0.5rem;
}
.p-contents__btns_item:hover .p-contents__btn_body::after {
  right: 2.4rem;
}
.p-contents__btns_item.is-remote {
  border: 1px solid var(--remote);
}
.p-contents__btns_item.is-remote .p-contents__btn_head {
  background: var(--remote);
}
.p-contents__btns_item.is-remote .p-contents__btn_batch {
  border-color: var(--remote);
  background: var(--free);
  color: var(--remote);
}
.p-contents__btns_item.is-remote:hover {
  border-color: var(--remoteHover);
}
.p-contents__btns_item.is-remote:hover .p-contents__btn_head {
  background: var(--remoteHover);
}
.p-contents__btns_item.is-remote:hover .p-contents__btn_batch {
  border-color: var(--remoteHover);
  color: var(--remoteHover);
}
.p-contents__btns_item.is-trip {
  border: 1px solid var(--trip);
}
.p-contents__btns_item.is-trip .p-contents__btn_head {
  background: var(--trip);
}
.p-contents__btns_item.is-trip .p-contents__btn_batch {
  border-color: var(--trip);
  background: #FFF;
  color: var(--trip);
}
.p-contents__btns_item.is-trip:hover {
  border-color: var(--tripHover);
}
.p-contents__btns_item.is-trip:hover .p-contents__btn_head {
  background: var(--tripHover);
}
.p-contents__btns_item.is-trip:hover .p-contents__btn_batch {
  border-color: var(--tripHover);
  color: var(--tripHover);
}
.p-contents__btn_head, .p-contents__btn_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8.2rem;
  box-sizing: border-box;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-contents__btn_head, .p-contents__btn_body {
    display: block;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-contents__btn_head {
    padding: 1rem 0 1.6rem 10rem;
  }
}
.p-contents__btn_lead {
  display: block;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .p-contents__btn_lead {
    line-height: 1.5;
  }
}
.p-contents__btn_title {
  display: block;
  line-height: 1.1428571429;
  font-size: 2.8rem;
  font-weight: 500;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .p-contents__btn_title {
    line-height: 1;
    font-size: 2.4rem;
  }
}
.p-contents__btn_body {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-contents__btn_body {
    padding: 1.5rem 0;
  }
}
.p-contents__btn_body::after {
  content: "";
  width: 1.5rem;
  height: 1.6rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #BBBBBB;
  position: absolute;
  top: 50%;
  right: 3.4rem;
  translate: 0 -50%;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-contents__btn_body::after {
    right: 1.5rem;
  }
}
.p-contents__btn_sign {
  line-height: 1.1428571429;
  font-size: 2.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-contents__btn_sign {
    line-height: 1;
    font-size: 2.4rem;
  }
}
.p-contents__btn_batch {
  display: grid;
  place-content: center;
  width: 7.2rem;
  aspect-ratio: 1/1;
  border-width: 0.2rem;
  border-style: solid;
  border-radius: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 1.6rem;
  translate: 0 -50%;
  line-height: 1.3333333333;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-contents__btn_batch {
    top: 1.7rem;
    left: 1.4rem;
    translate: 0 0;
  }
}
.p-contents__contact {
  margin: 6.6rem auto 0;

}

.p-contents__contact_link{
  width: 106.6rem;
  border-radius: 100px;
  box-shadow: 0 0.5rem 0 var(--shadow);
  box-sizing: border-box;
  position: relative;
  background: var(--secondary);
  line-height: 1.3333333333;
  font-size: 3rem;
  font-weight: 500;
  color: #FFF;
  transition: 0.3s;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  padding: 2.2rem 0;
  margin: 0 auto;
}
.p-contents__contact_link:hover{
  box-shadow: 0 0 0;
    background: var(--secondaryHover);
    translate: 0 0.5rem;  
}
.p-contents__contact_title{
  font-size: 2.4rem;
  display: block;
  width: calc(100% - 18.6rem);
  line-height: 1;
  margin-bottom: 1rem;

}
.p-contents__contact_address{
  font-size: 1.8rem;
  display: block;
  width: calc(100% - 18.6rem);
  line-height: 1;
}
.p-contents__btn-text{
  padding-right: 7.8rem;
}
@media only screen and (max-width: 768px) {
  .p-contents__btn-text{
    padding: 0;
  }
}
.p-contents__contact_icon{
  font-size: 1.8rem;
  grid-area: icon;
  display: block;
  background: url('../img/ic_mail.svg') no-repeat center 0rem;
  background-size:4rem auto;
  padding: 4rem 0 0.3rem 0;
  margin-right: 1rem;
  width: 17.6rem;
  position: absolute;
  right:0;
  top:calc(50% - 3rem);
  border-left:.1rem solid #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-contents__contact {
    margin-top: 5rem;
  }

  .p-contents__contact_link{
    width: 100%;
    border-radius: 3.2rem;
    box-sizing: border-box;
    position: relative;
    font-size: 2.6rem;
    padding: 2.4rem 0;
  }
  .p-contents__contact_title{
    font-size: 2.4rem;
    width: 100%;
    line-height: calc(36/26);
    margin-bottom: 1.5rem;

  }
  .p-contents__contact_address{
    font-size: 1.6rem;
    width: 100%;
    line-height: calc(24/16);
  }
  .p-contents__contact_icon{
    font-size: 1.8rem;
    grid-area: icon;
    display: block;
    background: url('../img/ic_mail.svg') no-repeat center 0rem;
    background-size:4rem auto;
    padding: 4rem 0 0.3rem 0;
    width: 100%;
    position: unset;
    border:none;
    margin-top: 2rem;
    margin-right: 0;
  }

}

.p-remote {
  padding: 0 0 18rem;
}
@media only screen and (max-width: 768px) {
  .p-remote {
    padding-bottom: 10rem;
  }
}
.p-remote__head {
  margin: 5rem auto 0;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .p-remote__head {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.p-remote__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.6rem;
  margin: 7rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-remote__body {
    grid-template-columns: 100%;
    gap: 3rem;
    margin-top: 11.5rem;
  }
}
.p-remote__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0 0;
  padding: 2.7rem 3.4rem 5.5rem;
  border-radius: 1rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-remote__item {
    padding: 2.515rem 3.15rem 3rem;
  }
}
.p-remote__item.is-cardgame {
  background: var(--cardgameBg);
}
.p-remote__item.is-cardgame .p-remote__item_title {
  color: var(--cardgame);
}
.p-remote__item.is-marketing {
  background: var(--marketingBg);
}
.p-remote__item.is-marketing .p-remote__item_title {
  color: var(--marketing);
}
.p-remote__item.is-semi {
  background: var(--semiBg);
}
.p-remote__item.is-semi .p-remote__item_title {
  color: var(--semi);
}
.p-remote__item_body {
  padding: 2rem 0 0;
}
.p-remote__item_title {
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 700;
}
.p-remote__item_caption {
  margin: 0.8rem auto 0;
  line-height: 2;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-remote__item_btn {
  display: grid;
  place-content: center;
  width: 100%;
  height: 7rem;
  margin: 3.1rem auto 0;
  border-radius: 100px;
  box-shadow: 0 0.5rem 0 var(--shadow);
  box-sizing: border-box;
  background: var(--secondary);
  position: relative;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
  transition: 0.3s;
}
.p-remote__item_btn::after {
  content: "";
  width: 1.589rem;
  height: 1.4rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #FFF;
  position: absolute;
  top: 50%;
  right: 3.632rem;
  translate: 0 -50%;
  transition: 0.3s;
}
.p-remote__item_btn:hover {
  box-shadow: 0 0 0;
  background: var(--secondaryHover);
  translate: 0 0.5rem;
}
.p-remote__item_btn:hover::after {
  right: 2.838rem;
}

.p-system {
  padding: 0 0 18rem;
}
@media only screen and (max-width: 768px) {
  .p-system {
    padding-bottom: 10rem;
  }
}
.p-system__head {
  margin: 5rem 0 0;
}
@media only screen and (max-width: 768px) {
  .p-system__head {
    margin-top: 3rem;
  }
}
.p-system__head_caption {
  line-height: 2;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-system__video {
  max-width: 106.6rem;
  width: 100%;
  margin: 7rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-system__head_caption{
    font-size: 1.6rem;
  }
  .p-system__video {
    margin-top: 2.1rem;
  }
}
.p-system__video_title {
  margin: 0 0 2.7rem;
  line-height: 1.5;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--primary);
}
.p-system__video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.p-system__btn {
  display: flex;
  justify-content: center;
  margin: 7rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-system__btn {
    margin-top: 5rem;
  }
}



.p-modal__content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.5;
}

.p-modal__content__grid {
  display: grid;
  grid-template-columns: 120px 1fr 1fr;
  gap: 15px 10px;
  align-items: stretch;
  font-weight: 700;
}

/* ヘッダー */
.p-modal__content__header {
  display: flex;
  align-items: center;
  padding: 20px;
    border-radius: 10px;
  color: #fff;
}
.p-modal__content__header--free { background-color: var(--remote); }
.p-modal__content__header--paid { background-color: var(--trip); }

.p-modal__content__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  flex-shrink: 0;
  margin-right: 15px;
}
.p-modal__content__badge--free { color: var(--remote); font-size: 1.6rem;
background: var(--free); }
.p-modal__content__badge--paid { color: var(--trip); font-size: 1.6rem; }

/* ラベル */
.p-modal__content__label {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--base);
  border-radius: 10px;
  background-color: #fff;
  font-size: 1.6rem;
}

/* 概要ボックス（2カラムスパン） */
.p-modal__content__summary-box {
  grid-column: 2 / 4;
  border: 2px solid var(--primary);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  background: #FEF9F3;
}

.p-modal__content__item-box {
  border: 2px solid var(--base);
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
}
.p-modal__content__header--paid ~ .p-modal__content__item-box.--paid {
  border-color: var(--trip);
}
.p-modal__content__header--free ~ .p-modal__content__item-box.--free {
  border-color: var(--remote);
}

/* テキストスタイル */
.p-modal__content__text--small-white { font-size: 1.6rem; margin: 0; }
.p-modal__content__text--large-white { font-size: 2.8rem;  margin: 0;font-weight: 500; }
.p-modal__content__title--orange { font-size: 2rem; color: var(--primary); margin: 0 0 15px 0; border-bottom:.1rem solid var(--primary);padding-bottom: 1.1rem;  }
.p-modal__content__text { font-size: 1.6rem;  margin: 0 0 15px 0; line-height: 2; }
.p-modal__content__text--bold { }

.p-modal__content__tag {
  display: inline-block;
  background-color: var(--primary);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 10px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

/* レスポンシブ */
@media (max-width: 768px) {
  /* スクロールヒント用の外枠設定 */
  .p-modal__content {
    padding-top: 10px; /* バッジがはみ出す分の余白 */
  }

  .p-modal__content__grid {
    display: grid;
    /* ラベル列をなくし、無償・有償の2カラム構成へ */
    grid-template-columns: 1fr 1fr;
    gap: 15px 10px;
    margin: 0 auto;
  }

  /* モバイルではラベル列の空セルを削除 */
  .p-modal__content__header-empty {
    display: none;
  }

  /* ヘッダー：バッジを上部中央に配置 */
  .p-modal__content__header {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 40px 10px 20px; /* 上部にバッジ用のスペースを確保 */
    position: relative;
    margin-top: 5rem;
  }

  .p-modal__content__badge {
    position: absolute;
    top: -25px; /* 上部にはみ出させる */
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0;
    width: 60px;
    height: 60px;
    border: 2px solid currentColor; /* デザインに合わせる場合 */
  }
  .p-modal__content__item-box{
    padding: 10px 0px;
    font-weight: bold;
  }

  /* ラベル・概要ボックス：2カラム分（全幅）使う */
  .p-modal__content__label,
  .p-modal__content__summary-box {
    grid-column: 1 / 3;
    display: flex; /* 前回のdisplay:noneを解除 */
  }

  .p-modal__content__label {
    padding: 10px;
    height: auto;
    min-height: 40px;
    box-sizing: border-box;
  }

  /* テキストサイズ微調整（必要に応じて） */
  .p-modal__content__text--large-white {
    font-size: 2rem; /* 460px幅に合わせて微調整 */
    font-weight: 500;
  }
  .p-modal__content__summary-box {
    grid-column: 1 / 3;
    display: flex; /* 縦積み制御のためにflexを適用 */
    flex-direction: column;
    align-items: center;
    padding: 15px 15px 5px;
    text-align: center;
  }

  .p-modal__content__title--orange {
    width: 100%;
    font-size: 1.8rem; /* 幅に合わせて微調整 */
    margin-bottom: 10px;
  }

  .p-modal__content__text {
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left; /* 説明文は左寄せにする場合はここを調整 */
  }

  .p-modal__content__tag {
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
  .scroll-hint-icon{
    top:30vh;
    z-index: 100; /* モーダルコンテンツより高い値を設定 */
  pointer-events: none; /* アイコンがクリックの邪魔をしないようにする */
  }
  .scroll-hint{
    height: calc(100vh - 12rem);    
  }

}


.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}