@charset "UTF-8";
:root {
  --orange: #ffa800;
  --darkorange: #cc7a00;
  --lightorange: #fae9cb;
  --red: #990034;
  --navy: #0e6dac;
  --aqua: #28bcee;
  --siteheaderH: 3rem; }

html {
  font-size: 16px; }
  @media (max-width: 960px) {
    html {
      font-size: 4vw; } }

body {
  font-family: "Quicksand", "Helvetica Neue", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding-top: var(--siteheaderH);
  line-height: 1.8;
  border-bottom: solid 8px var(--orange); }

/* 日本語では非表示にするためのclass */
.show-except-japanese{
    display: none;
}
html:not(.lang-ja) .show-except-japanese{
    display: block;
}
/* END 日本語では非表示にするためのclass */

.anchor {
  display: block;
  height: 1px;
  margin-bottom: -1px;
  pointer-events: none;
  position: relative;
  top: -56px; }

a, a:visited, a:hover {
  color: inherit; }

img {
  max-width: 100%;
  height: auto;}

.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  container-type: inline-size;
  container-name: container;
}

@media (min-width: 961px) {
  .d-pc-none {
    display: none !important; } }

@media (min-width: 961px) {
  .d-pc-flex {
    display: flex !important; } }

@media (max-width: 960px) {
  .d-mb-none {
    display: none !important; } }

.d-inline-block {
  display: inline-block; }

.textCenter {
  text-align: center; }
  .textCenter img {
    margin-left: auto;
    margin-right: auto; }

  .textLeft{
    text-align: left;
  }
  .textSmall{
    font-size: .8em;
  }

.pos_re {
  position: relative; }

.color-orange {
  color: var(--darkorange); }

.color-navy {
  color: var(--navy); }

.note-ul {
  list-style: none;
  padding-left: 0;
  font-size: .85rem;
  line-height: 1.4;
  color: #666;
  text-align: left;
  margin-bottom: -1em;
}
  .note-ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 1em;
  }

.siteheader {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--siteheaderH);
  padding: .5rem 0;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }

.siteheader-container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .5rem; }

.siteheader-logo {
  width: 12rem; }
  .siteheader-logo img {
    display: block; }

.siteheader-order {
  height: 100%;
  margin-left: auto;
  margin-right: .5rem; }

.siteheader-order-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  height: 100%;
  padding: 0 1rem;
  border-radius: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em; }
  .siteheader-order-button:visited {
    color: #fff; }

.siteheader-navArea {
  margin-left: auto; }
  @media (max-width: 960px) {
    .siteheader-navArea {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      display: grid;
      grid-template-rows: 0;
      background: #fff;
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4); } }

@media (max-width: 960px) {
  .siteheader-navArea-inner {
    padding: 3rem 0 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center; } }

.siteheader-nav {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 1rem; }
  @media (max-width: 960px) {
    .siteheader-nav {
      flex-direction: column;
      margin-bottom: 2rem; } }
  .siteheader-nav a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .siteheader-nav a:before {
      content: '';
      display: block;
      width: .3em;
      height: .5em;
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      background: var(--orange);
      margin-right: 1em; }

.siteheader-navButtonArea {
  height: 1.25rem;
  flex: 1.6rem 0 0; }
  @media (min-width: 961px) {
    .siteheader-navButtonArea {
      display: none; } }

.siteheader-navButton {
  font-size: 0;
  position: relative;
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center; }
  .siteheader-navButton:before, .siteheader-navButton:after {
    content: '';
    border-color: var(--navy);
    border-style: solid;
    width: 100%;
    box-sizing: border-box; }
  .siteheader-navButton:before {
    border-width: 2px 0 0;
    top: calc(50% - 1px); }
  .siteheader-navButton:after {
    height: 100%;
    border-width: 2px 0;
    position: absolute;
    left: 0; }

.siteheader-nav-closeArea {
  padding-bottom: 3rem; }
  @media (min-width: 961px) {
    .siteheader-nav-closeArea {
      display: none; } }

.siteheader-nav-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #000;
  padding: 0 2em; }
  @media (min-width: 961px) {
    .siteheader-nav-close {
      display: none; } }

@media (max-width: 960px) {
  .siteheader-navArea.open {
    grid-template-rows: 1fr;
    transition: .6s grid-template-rows ease; } }

section {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.bgTriangle {
  background: var(--orange);
  background-image: repeating-linear-gradient(45deg, rgba(250, 233, 203, 0.1), rgba(250, 233, 203, 0.2) 50%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%), repeating-linear-gradient(315deg, rgba(250, 233, 203, 0.1), rgba(250, 233, 203, 0.2) 50%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
  background-size: 2rem 2rem;
  /* パターンの幅と高さ */ }

.bgIvory {
  background: var(--lightorange); }
.button-order-upperText{
    color: var(--navy);
}
.button-order, .button-millen {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 3em;
  color: #fff;
  padding: 8px 0;
  border-radius: 2em;
  text-decoration: none;
  letter-spacing: .1em;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: bold;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto; }
  .button-order:after, .button-millen:after {
    content: '';
    width: .5em;
    height: .5em;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    margin-right: 2rem;
    margin-left: auto; }
  .button-order:hover, .button-order:visited, .button-millen:hover, .button-millen:visited {
    color: #fff; }
  @media (max-width: 960px) {
    .button-order, .button-millen {
      font-size: 5.4vw; } }

.button-circle {
  background: #fff;
  display: inline-flex;
  flex-direction: column;
  line-height: 1.3;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  margin-left: 8px;
  margin-right: .75em;
  border-radius: 2em;
  height: 100%;
  min-height: 3em;
  font-size: .75em;
  white-space: nowrap;
  letter-spacing: 0; }

.button-order {
  background: var(--navy); }
  .button-order .button-circle {
    color: var(--navy); }

.button-millen {
  background: var(--orange); }
  .button-millen .button-circle {
    color: var(--orange); }

.asideOrder {
  text-align: center;
  padding: 3rem 15px; }

.sectionTitle {
  color: var(--navy);
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  position: relative;
  padding-left: 1.1em;
  padding-right: 1em;
  padding-bottom: .5em;
  padding-top: .5em; }
  .sectionTitle .small {
    font-size: .5em;
    line-height: 1;
    position: relative;
    top: -.2em; }
  .sectionTitle:before, .sectionTitle:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: .75em;
    width: 100%;
    border-style: solid;
    border-color: var(--navy); }
  .sectionTitle:before {
    top: 0;
    border-width: 1px 1px 0; }
  .sectionTitle:after {
    bottom: 0;
    border-width: 0 1px 1px; }

.bgTriangle .sectionTitle {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
  .bgTriangle .sectionTitle:before, .bgTriangle .sectionTitle:after {
    border-color: #fff; }

.section-lead {
  margin-top: -1rem;
  margin-bottom: 2rem; }
  @media (min-width: 961px) {
    .section-lead {
      text-align: center; } }

.sectionMv {
  text-align: center;
  /*background:  radial-gradient(ellipse at bottom right, #ffa800 0%, #ffa800 50%, transparent 50%);
  background-size: 150% 50%;
  background-repeat: no-repeat;
  background-position: right bottom;*/
  padding-top: 3rem;
  padding-bottom: 8rem;
  clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
  margin-bottom: -2rem; }

.mv-title {
  font-size: 1.5rem;
  line-height: 1.4;
  position: relative;
  color: #fff;
  margin-top: 0;
  letter-spacing: .1em; }

.mv-title-name {
  display: block;
  margin: .5rem auto 0;
  font-size: 3em;
  font-weight: 900; }

.mvPriceArea {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  color: #fff; }
  .mvPriceArea .price {
    font-size: 2.8em;
    display: inline-block;
    padding-left: .25em;
    text-shadow: rgba(0, 0, 0, 0.3) 2px 2px; }
  .mvPriceArea .tax {
    font-size: .6em;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    bottom: 2.6em;
    left: 0; }

.mv-features {
  margin-top: 3rem;
  list-style: none;
  padding: 0;
  display: grid;
  font-size: 1.25rem;
  color: var(--navy);
  font-weight: bold;
  gap: .4em;
  letter-spacing: .05em; }
  @media (min-width: 961px) {
    .mv-features {
      display: grid;
      grid-template-columns: repeat(3, 1fr); } }
  .mv-features li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
    padding: .5em;
    position: relative; }
    .mv-features li:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      border-color: var(--aqua) transparent transparent var(--aqua);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: .5em; }

.sectionFeature {
  text-align: center; }

.sectionPlace{
    position: relative;
    &:before{
        content: '';
        display: block;
        position: absolute;
        background: radial-gradient(circle,#fae9cb,transparent);
        left: 1rem;
        right: 1rem;
        top: 10rem;
        bottom: 4rem;
        border-radius: 50%;
    }
    & .container{
        position: relative;
    }
}

@media (min-width: 961px) {
  .serverLists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem; } }

.serviceList-title {
  background: var(--orange);
  color: #fff;
  padding: .6em .5em;
  letter-spacing: .1em;
  margin-bottom: 0;
  border-radius: 1rem 1rem 0 0;
  font-size: 1.5rem; }

.serviceList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  gap: 1.2rem 2rem;
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.5rem 1rem;
  border-radius: 0 0 1rem 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}
  .serviceList li {
    display: inline-block;
    white-space: nowrap;
  }
.serviceList li:before {
  content: '';
  display: inline-block;
  width: 1.6em;
  height: 1.4em;
  background: url("../imgs/icon-check.svg?v1.12") left bottom/contain no-repeat;
  vertical-align: text-bottom;
}
  .serviceList img {
    display: block;
    margin: 0 auto;
    max-height: 3rem; }

.serverList {
  font-size: .85rem; }
  .serverList dt {
    font-size: 1.6em;
    width: 100%;
    background: var(--orange);
    color: #fff;
    border-radius: 1rem;
    text-align: center;
    line-height: 2;
    margin-bottom: 1rem; }
  .serverList dd {
    margin-left: 0;
    flex: 30% 1 0;
    padding-left: 2rem;
    padding-right: 2rem;
    display: grid;
    grid-template-columns: 1.2rem 1fr;
    gap: 0.5em; }
  .serverList img {
    width: 1.2em;
    display: block;
    margin-top: .4em; }

.serverList-more {
  text-align: center;
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: .85;
  line-height: 2.5;
  border: solid 1px #ddd;
  background: rgba(255, 255, 255, 0.95);
  border: solid 1px var(--orange);
  box-sizing: border-box;
  cursor: pointer; }
  .serverList-more:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 2em;
    width: 1em;
    height: 1em;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: 50%;
    transform: translateY(-50%);
    background: #000; }

.serverListWrap {
  position: relative;
  margin-bottom: 1rem; }

.serverListWrap.close {
  height: 16rem;
  overflow: hidden; }
  .serverListWrap.close .serverList-more {
    display: block; }

.usage-sectionTitle {
  line-height: 1.3;
  margin-top: 1em; }
  .usage-sectionTitle .small {
    font-size: .6em; }

.usageList {
  display: grid;
  gap: 2rem; }
  @media (min-width: 961px) {
    .usageList {
      grid-template-columns: repeat(2, 1fr); } }

.usageBox {
  border: solid 4px var(--orange);
  border-radius: 1rem;
  background: #fff;
  padding: 2rem;
}


.usage-title {
  font-size: 2rem;
  font-weight: bold;
  color: var(--orange);
  margin-top: 0;
  margin-bottom: .5em;
  line-height: 1.3; }

.usageGrids{
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 2rem;
}
@container container (max-width: 500px){
  .usageGrids {
    grid-template-columns: 1fr;
  }
}

.usage-image {
  margin-bottom: 1rem;
  aspect-ratio: 3/2; }
  .usage-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block; }

.webservice-sectionTitle {
  margin-top: 4rem; }

.serviceList2 li {
  flex-direction: column; }
  @media (min-width: 961px) {
    .serviceList2 li {
      max-width: 25%; } }
.serviceList2 br {
  display: none; }

@media (min-width: 961px) {
  .planBoxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem; } }

.planBox {
  background: linear-gradient(to bottom, var(--orange) 1rem, #fff 1rem);
  border-radius: 1rem;
  position: relative;
  text-align: center;
  padding-bottom: 1rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
  border: solid 4px var(--orange);
  box-sizing: border-box; }

.planBox-label {
  font-size: .8em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .25em;
  border-radius: 50%;
  background-color: var(--navy);
  color: #fff;
  position: absolute;
  left: -10px;
  top: -1rem;
  padding: .5em 1em;
  /*aspect-ratio: 1;*/
  transform: rotate(-10deg); }
  .planBox-label:after {
    content: '';
    display: block;
    margin: 0 auto;
    background: var(--navy);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 1em;
    height: 1.2em;
    position: absolute;
    bottom: -1em;
    left: calc(50% - .5em); }

.planBox-name {
  font-size: 1.6rem;
  margin-top: 0;
  line-height: 1.8;
  margin: 0;
  background: var(--lightorange);
  border-radius: 1rem 1rem 0 0;
  box-sizing: border-box; }

.planBox-priceBox {
  font-size: 1.6rem;
  line-height: 1.4; }

.planBox-price {
  font-size: 2em;
  font-weight: bold;
  color: var(--navy); }

.planBox-tax {
  font-size: .6em; }
  

.planBox-totalprice{
    font-size: .5em;
    margin-top: 1em;
    color: #666;
}

.planBoxBest .planBox-name {
  background: var(--orange);
  background-image: repeating-linear-gradient(45deg, rgba(250, 233, 203, 0.1), rgba(250, 233, 203, 0.2) 50%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%), repeating-linear-gradient(315deg, rgba(250, 233, 203, 0.1), rgba(250, 233, 203, 0.2) 50%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
  background-size: 2rem 2rem;
  /* パターンの幅と高さ */ }

.section-steps {
  margin-top: 3rem; }
  .section-steps .sectionTitle {
    line-height: 1.3;
    margin-bottom: 4rem;
    margin-top: 6rem; }
    .section-steps .sectionTitle .large {
      display: block; }

.stepBox {
  background: linear-gradient(to right, transparent 8rem, #fff 8rem);
  border-radius: 1rem;
  padding: 1rem 2rem;
  position: relative;
  margin-bottom: 3rem;
  padding-left: 16rem;
  height: 10rem; }
  @media (max-width: 960px) {
    .stepBox {
      padding: 23vw 2rem 2rem;
      background: linear-gradient(to bottom, transparent 16vw, #fff 16vw);
      border-radius: 1rem 0 1rem 1rem; 
      height: auto;  
    } 
      
  }
  .stepBox:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    background: #fff;
    width: 14rem;
    height: 14rem; }

@media (max-width: 960px) {
  .stepBox:before {
    width: 40vw;
    height: 40vw;
    bottom: auto;
    top: -4vw;
    right: 0;
    left: auto;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%); } }
.stepBox-title {
  color: var(--orange);
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.3;
  }
.step {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  transform: translate(-20%, -50%) rotate(-25deg);
  display: inline-block;
  border-bottom: double 8px var(--orange);
  line-height: 1; }
  @media (max-width: 960px) {
    .step {
      left: 5vw;
      top: 10vw; } }

.stepNum {
  font-size: 1.4em; }

.stepbox-imageArea {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 14rem;
  aspect-ratio: 1; }
  @media (max-width: 960px) {
    .stepbox-imageArea {
      width: 30vw;
      top: -5vw;
      right: 5vw;
      left: auto; } }
  .stepbox-imageArea img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain; }

.faq-sectionTitle {
  padding-top: 2em;
  padding-bottom: 2em;
  background: url("../imgs/faq.svg") right 1rem center/6rem no-repeat; }

.faqList {
  display: grid;
  gap: 1rem;
  margin-bottom: 3rem; }

.faq-q {
  background: var(--lightorange);
  color: var(--navy);
  font-weight: bold;
  position: relative;
  padding: 1rem 3.5rem 1rem 1rem;
  cursor: pointer;
  line-height: 1.3;
  border-radius: .5rem;
  font-size: 1.4rem; }
  .faq-q:after {
    content: '';
    display: block;
    position: absolute;
    right: 1em;
    top: calc(50% - .4em);
    width: 1em;
    height: .8em;
    background: var(--navy);
    clip-path: polygon(0 0, 100% 0, 50% 100%); }

.faq-a {
  margin-left: 0;
  padding: 0 1rem;
  display: none; }
  .faq-a ul {
    margin-left: 0; }

.faq-q.open:after {
  transform: scaleY(-1); }
.faq-q.open + .faq-a {
  display: block; }

.spec-featureBoxes {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; }
  @media (min-width: 961px) {
    .spec-featureBoxes {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr; } }

.spec-featureBox {
  background: #fff;
  padding: 2rem;
  position: relative; }
  .spec-featureBox:before, .spec-featureBox:after {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    background: var(--navy);
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 0 100%); }
  .spec-featureBox:before {
    left: 0;
    top: 0; }
  .spec-featureBox:after {
    right: 0;
    bottom: 0;
    transform: scale(-1); }

.spec-featureBox-title {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  color: var(--orange);
  margin: 0;
  letter-spacing: .05em; }
  .spec-featureBox-title:after {
    content: '';
    display: block;
    width: 2em;
    margin: .5em auto 0; }

.footerNav-ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: .85rem;
  gap: .5em 2em; }
  .footerNav-ul a {
    text-decoration: none; }

.copyright {
  text-align: center;
  font-size: .85rem; }


/* modal */
.modal {
    display: none;
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: var(--siteheaderH) ;
  z-index: 10;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  width: 90vw;
  max-width: 1000px;
  max-height: calc(100dvh - var(--siteheaderH) * 2);
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

.d-inline-block{
    display: inline-block;
}
.modal-content-flexblock{
    font-size: .9rem;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    gap: 1.4em;
}
.modal-title{
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: .4em;
}
.modal1-lead{
    font-weight: bold;
}
.modal-button-close{
    position: fixed;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    right: .5rem;
    top: calc(var(--siteheaderH) + 1rem );
}
.modal-button-close:before,.modal-button-close:after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #999;
}
.modal-button-close:before{
    transform: translate(-50%) rotate(45deg);
}
.modal-button-close:after{
    transform: translate(-50%) rotate(135deg);
}
.my-hustle-popup-buttons-container{
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.my-hustle-popup-button{
    text-decoration: none;
    border: none;
    border-radius: 4px;
    color: #fff;
    background: var(--orange);
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: .25em .75em;
    font-size: 1.2rem;
}
.my-hustle-popup-button:hover,.my-hustle-popup-button:active,.my-hustle-popup-button:visited{
    color: #fff;
}
.my-hustle-copy-coupon-button-text-copied{
    display: none;
}
.my-hustle-copy-coupon-button.copied{
    background: #999;
}
.my-hustle-copy-coupon-button.copied .my-hustle-copy-coupon-button-text-default{
    display: none;
}
.my-hustle-copy-coupon-button.copied .my-hustle-copy-coupon-button-text-copied{
    display: inline-block;
}
#hustle-redisplay-button{
    position: fixed;
    cursor: pointer;
    z-index: 5;
    right: 0;
    bottom: calc(50% - 4em);
    color: #fff;
    line-height: 2em;
    padding: 0 .5em 0 2em;
    font-size: 14px;
    background: #e02a20;
    transform-origin: right bottom;
    transform: rotate(-90deg) translate(100%, 150%);
}
#hustle-redisplay-button:before{
    content: '';
    display: inline-block;
    left: 1em;
    border-right: dashed 2px #fff;
    height: 100%;
    position: absolute;
    top: 0;
}
#hustle-redisplay-button.show{
    display: block !important;
    transform: rotate(-90deg) translateX(100%);
    transition: transform .6s;
}
@media (min-width: 961px) {
    .modal-content-flexblock{
        flex-direction: row;
    }
    .modal1-imageArea{
        flex: 20rem 0 0;
    }
    .my-hustle-popup-buttons-container{
        flex-direction: row;
    }
}

/* END modal */


/* wegotの言語による切り替え */
html[lang]:not([lang="ja"]) .weglot-ja{
    display: none !important;
}
html:not([lang="en"]) .weglot-en{
    display: none !important;
}
html:not([lang="zh"]) .weglot-zh{
    display: none !important;
}
html:not([lang="ko"]) .weglot-ko{
    display: none !important;
}
html:not([lang="tw"]) .weglot-zh-tw{
    display: none !important;
}
html[lang="ja"] .weglot-not-ja{
    display: none !important;
}
html[lang="en"] .weglot-not-en{
    display: none !important;
}


/* pcloud */
.pcloud{
    --red: #e65a26;
    border-width: 4px 0;
    border-color: var(--orange);
    border-style: solid;
}
.pcloud-title{
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 1em;
    color: var(--orange);
    font-weight: bold;
}
.pcloud-container{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.pcloud-coupon{
    position: relative;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    background: var(--lightorange);
    box-shadow: 6px 6px 6px 6px rgba(0,0,0,20%);
}
.pcloud-coupon:before{
    content: '';
    display: block;
    position: absolute;
    left: .75rem;
    right: .75rem;
    top: .75rem;
    bottom: .75rem;
    border: solid 4px var(--red);
}
.pcloud-coupon:after{
    content: '';
    position: absolute;
    top: -.5rem;
    left: -1.5rem;
    width: 10rem;
    aspect-ratio: 4/3;
    background-repeat: no-repeat;
    background-image: url("../imgs/ribbon.svg");
    background-size: contain;
    background-position: 0 0;
}
@media (max-width: 960px) {
    .pcloud-coupon:after{
        width: 8rem;
    }
}
.pcloud-line1{
    color: var(--red);
    font-weight: 900;
    font-size: 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 15px 1.4rem;
    letter-spacing: .05em;
}
@media (max-width: 960px) {
    .pcloud-line1{
        font-size: 5.4vw;
    }
}
.pcloud-line2{
    background: #fff;
    display: block;
    padding: 1em 2rem;
    text-align: center;
}
.pcloud-line2-title{
    letter-spacing: .05em;
    margin: 0;
    line-height: 1.6;
    font-weight: bold;
    font-size: 1.4em;
}
.pcloud_x_millen{
    display: flex;
    align-items: center;
    gap: .2em;
    line-height: 2rem;
    flex-direction: column;
    margin: 0 0 .2em;
}
.pcloud_x_millen-logo{
    height: 3rem;
    width: auto;
}
.pcloud_x_millen-logo-p{
    height: 4rem;
}
.pcloud_x_millen-x{
    color: #555;
    font-weight: normal;
    font-size: 1.5em;
    opacity: .8;
}
@media (max-width: 960px){
    .pcloud_x_millen-logo{
        height: 8vw;
    }
    .pcloud_x_millen-logo-p{
        height: 10vw;
    }
}
.pcloud-line2-title-small{
    font-size: .6em;
    line-height: 1.1;
}
.pcloud-text1{
    margin-top: 3rem;
}
.pcloud-line2-note{
    font-size: .85em;
}