@charset "UTF-8";
html[theme='green'] {
  --primary: #2b684e;
  --secondary: #5ac231;
  --primary-hover: #338670;
}

html[theme='orange'] {
  --primary: #f87b06;
  --secondary: #f75c07;
  --primary-hover: #ff8833;
}

html[theme='blue'] {
  --primary: #16408e;
  --secondary: #295ec0;
  --primary-hover: #4365a3;
}

html[theme='light-green'] {
  --primary: #a0d63d;
  --secondary: #649927;
  --primary-hover: #b3de33;
}

@keyframes rotate-left {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes rotate-right {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(0);
  }
}
button {
  font-family: "Noto Sans JP", sans-serif;
}

.btn, .btn-primary, .btn-secondary {
  padding: 20px 80px;
  padding: 1.25rem 5rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 32px;
  border-radius: 2rem;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: none;
  letter-spacing: 0;
  cursor: pointer;
  border: none;
  transition: 0.2s all;
}
.btn:focus, .btn-primary:focus, .btn-secondary:focus {
  outline: none;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
}

.btn-secondary {
  background-color: #3c414e;
  border-color: #3c414e;
}
.btn-secondary:hover {
  background-color: #636771;
  border-color: #636771;
}

.btn-block {
  width: 100%;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btn-group > .btn, .btn-group > .btn-primary, .btn-group > .btn-secondary {
  width: calc((100% - 10px) / 2);
}

.btn-est, .btn-case-form {
  text-align: center;
}

@media (max-width: 768px) {
  .btn-group > .btn, .btn-group > .btn-primary, .btn-group > .btn-secondary {
    width: 100%;
  }

  .btn-est .btn, .btn-est .btn-primary, .btn-est .btn-secondary, .btn-case-form .btn, .btn-case-form .btn-primary, .btn-case-form .btn-secondary {
    padding: 20px 5px;
    padding: 1.25rem 0.3125rem;
    min-width: 0;
    width: 100% !important;
    display: block;
    max-width: none !important;
  }
}
body {
  overscroll-behavior-y: auto;
}

.campaign-tokyoreform {
  color: #222222;
}
.campaign-tokyoreform img {
  width: auto;
  vertical-align: bottom;
}
.campaign-tokyoreform sup {
  vertical-align: super;
  font-size: x-small;
}
.campaign-tokyoreform *.sp-only {
  display: none;
}
.campaign-tokyoreform *.pc {
  display: block;
}
.campaign-tokyoreform .main {
  padding-bottom: 0;
}
.campaign-tokyoreform .main .wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 1px;
  padding-bottom: 0.0625rem;
}
.campaign-tokyoreform .main .wrap.-bg {
  background: #F5F5F5;
}
.campaign-tokyoreform .main-header {
  padding: 60px 0px;
  padding: 3.75rem 0rem;
  background: url(../img/background_pc.jpg) center center no-repeat;
  background-size: cover;
}
.campaign-tokyoreform .main-header h1 {
  margin: 0;
  text-align: center;
}
.campaign-tokyoreform .main-header h1 img {
  width: 720px;
  width: 45rem;
}
.campaign-tokyoreform .lead {
  margin-top: 2px;
  margin-top: 0.125rem;
  padding: 12px;
  padding: 0.75rem;
  background: #F87B05;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
}
.campaign-tokyoreform .lead.-small {
  font-size: 20px;
  font-size: 1.25rem;
}
.campaign-tokyoreform .section {
  padding: 0px 40px;
  padding: 0rem 2.5rem;
}
.campaign-tokyoreform .section .contents {
  max-width: 1120px;
  max-width: 70rem;
  width: 100%;
  margin: 0px auto;
  margin: 0rem auto;
  padding: 0px 0px 80px;
  padding: 0rem 0rem 5rem;
}
.campaign-tokyoreform .section + .section .contents {
  padding-top: 80px;
  padding-top: 5rem;
  border-top: 1px solid #ccc;
}
.campaign-tokyoreform .section__title {
  margin: 0px 0px 40px;
  margin: 0rem 0rem 2.5rem;
  text-align: center;
}
.campaign-tokyoreform .section__title span {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  color: #222;
}
.campaign-tokyoreform .section__title + p {
  margin: -18px 0px 40px;
  margin: -1.125rem 0rem 2.5rem;
  text-align: center;
}
.campaign-tokyoreform .section.item .contents {
  border-top: 0;
  padding-top: 0;
}
.campaign-tokyoreform .section.item .section__title {
  margin: 0px -60px 48px;
  margin: 0rem -3.75rem 3rem;
  padding: 20px;
  padding: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 8px 8px 0px 0px;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  font-weight: bold;
  text-align: center;
  background: #F87B1A;
  color: #fff;
}
.campaign-tokyoreform .section.item .section__title span {
  display: block;
  margin: 0;
  font-size: 28px;
  font-size: 1.75rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}
.campaign-tokyoreform .section.item .section__title small {
  display: block;
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-weight: normal;
}
.campaign-tokyoreform .column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.campaign-tokyoreform .column .ttl-l3 {
  text-align: left;
}
.campaign-tokyoreform .column.-col2 .column-item {
  width: calc(100% / 2 - 20px);
}
.campaign-tokyoreform .column.-col3 .item {
  width: calc(100% / 3 - 20px);
}
.campaign-tokyoreform .column.-col3.-subgrid {
  grid-template-columns: repeat(3, calc(100% / 3 - 20px));
}
.campaign-tokyoreform .column.-subgrid {
  display: grid;
}
.campaign-tokyoreform .column.-subgrid .item,
.campaign-tokyoreform .column.-subgrid .item-section {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: subgrid;
  grid-row: span 4;
  grid-gap: 0;
}
.campaign-tokyoreform .column.-subgrid.-sub5 .item-section {
  grid-row: span 5;
}
.campaign-tokyoreform .column.-subgrid.-sub6 .item-section {
  grid-row: span 6;
}
.campaign-tokyoreform .column.item .item-section {
  margin: 0px 0px 40px;
  margin: 0rem 0rem 2.5rem;
  padding: 0px 0px 40px;
  padding: 0rem 0rem 2.5rem;
  border-bottom: 1px solid #ccc;
}
.campaign-tokyoreform .column.item .item-section .img {
  width: 100%;
  margin: 0px 0px 16px;
  margin: 0rem 0rem 1rem;
}
.campaign-tokyoreform .column.item .item-section .item-name {
  margin: 0px 0px 16px;
  margin: 0rem 0rem 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}
.campaign-tokyoreform .column.item .item-section .btn-detail {
  display: block;
}
.campaign-tokyoreform .column.item .item-section .btn-detail .btn, .campaign-tokyoreform .column.item .item-section .btn-detail .btn-primary, .campaign-tokyoreform .column.item .item-section .btn-detail .btn-secondary {
  width: 100%;
}
.campaign-tokyoreform .column.item .item-section .btn-detail .btn + .btn, .campaign-tokyoreform .column.item .item-section .btn-detail .btn-primary + .btn, .campaign-tokyoreform .column.item .item-section .btn-detail .btn-secondary + .btn, .campaign-tokyoreform .column.item .item-section .btn-detail .btn + .btn-primary, .campaign-tokyoreform .column.item .item-section .btn-detail .btn-primary + .btn-primary, .campaign-tokyoreform .column.item .item-section .btn-detail .btn-secondary + .btn-primary, .campaign-tokyoreform .column.item .item-section .btn-detail .btn + .btn-secondary, .campaign-tokyoreform .column.item .item-section .btn-detail .btn-primary + .btn-secondary, .campaign-tokyoreform .column.item .item-section .btn-detail .btn-secondary + .btn-secondary {
  margin-top: 12px;
}
.campaign-tokyoreform .ttl-l3 {
  margin: 0px 0px 16px;
  margin: 0rem 0rem 1rem;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  border: 0;
  text-align: center;
}
.campaign-tokyoreform .list-ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.campaign-tokyoreform .list-ul li:before {
  content: "・";
}
.campaign-tokyoreform .list-att li {
  text-indent: -1em;
  padding-left: 1em;
  color: #666;
  line-height: 2;
  font-size: 12px;
  font-size: 0.75rem;
}
.campaign-tokyoreform .list-att li:before {
  content: "※";
}
.campaign-tokyoreform .list-att li.att {
  color: #CC0000;
}
.campaign-tokyoreform .list-att.-num li {
  counter-increment: attListNum;
  padding-left: 2em;
  text-indent: -2em;
}
.campaign-tokyoreform .list-att.-num li:before {
  content: "※" counter(attListNum);
  margin-right: 0.3125rem;
}
.campaign-tokyoreform .att-text {
  font-weight: bold;
  color: #c00;
}
.campaign-tokyoreform .text-att {
  text-indent: -1em;
  padding-left: 1em;
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
}
.campaign-tokyoreform .link a {
  display: inline-flex;
  align-items: flex-start;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.campaign-tokyoreform .link a:before {
  content: "";
  display: block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-top: calc((1lh - 20px) / 2);
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
}
.campaign-tokyoreform .btn-detail {
  width: 100%;
  text-align: center;
}
.campaign-tokyoreform .btn-detail .btn, .campaign-tokyoreform .btn-detail .btn-primary, .campaign-tokyoreform .btn-detail .btn-secondary {
  width: 100%;
  margin: 0;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
  background: #f87b06;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}
.campaign-tokyoreform .btn-detail .btn:hover, .campaign-tokyoreform .btn-detail .btn-primary:hover, .campaign-tokyoreform .btn-detail .btn-secondary:hover {
  background: #ff8833;
}
.campaign-tokyoreform .btn-detail .btn.detail, .campaign-tokyoreform .btn-detail .detail.btn-primary, .campaign-tokyoreform .btn-detail .detail.btn-secondary {
  background: #fff;
  color: #F87B06;
  border: 2px solid #F87B06;
}
.campaign-tokyoreform .btn-detail .btn.detail-link, .campaign-tokyoreform .btn-detail .detail-link.btn-primary, .campaign-tokyoreform .btn-detail .detail-link.btn-secondary {
  max-width: 360px;
  max-width: 22.5rem;
  background: #3C414E;
  color: #fff;
}
.campaign-tokyoreform .btn-detail .btn.store, .campaign-tokyoreform .btn-detail .store.btn-primary, .campaign-tokyoreform .btn-detail .store.btn-secondary {
  background: #256646;
  color: #fff;
}
.campaign-tokyoreform .btn-detail .btn.disabled, .campaign-tokyoreform .btn-detail .disabled.btn-primary, .campaign-tokyoreform .btn-detail .disabled.btn-secondary {
  background: #cccccc !important;
}
.campaign-tokyoreform .btn-detail .btn.disabled:hover, .campaign-tokyoreform .btn-detail .disabled.btn-primary:hover, .campaign-tokyoreform .btn-detail .disabled.btn-secondary:hover {
  background: #cccccc !important;
  cursor: default;
}
.campaign-tokyoreform .message {
  padding: 40px 0px 0px;
  padding: 2.5rem 0rem 0rem;
  text-align: center;
}
.campaign-tokyoreform .message p {
  margin-top: 0 !important;
  margin-bottom: 2em;
  line-height: 1.75;
  font-size: 16px;
  font-size: 1rem;
}
.campaign-tokyoreform .message p:last-child {
  margin-bottom: 0;
}
.campaign-tokyoreform .information {
  padding: 40px 0px;
  padding: 2.5rem 0rem;
  background: #F5F5F5;
}
.campaign-tokyoreform .information .contents {
  display: grid;
  grid-template-columns: auto 60.71%;
  grid-template-rows: max-content 1fr;
  padding-bottom: 0;
  padding-top: 0 !important;
  border-top: 0 !important;
}
.campaign-tokyoreform .information .section__title {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-align: left;
}
.campaign-tokyoreform .information .link {
  grid-column: 1;
  grid-row: 2;
}
.campaign-tokyoreform .information-list {
  grid-column: 2;
  grid-row: 1 / 3;
  padding: 28px 40px;
  padding: 1.75rem 2.5rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
}
.campaign-tokyoreform .information-list li {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
.campaign-tokyoreform .information-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.campaign-tokyoreform .information-list li span {
  margin-right: 20px;
  margin-right: 1.25rem;
  color: #666;
}
.campaign-tokyoreform .specializes .contents {
  border-top: 0 !important;
}
.campaign-tokyoreform .specializes-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
  margin: 0rem -0.625rem;
}
.campaign-tokyoreform .specializes-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3 - 20px);
  margin: 0px 10px 20px;
  margin: 0rem 0.625rem 1.25rem;
  padding: 20px;
  padding: 1.25rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.campaign-tokyoreform .specializes-list li .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 10px;
  margin: 0rem 0rem 0.625rem;
  width: 60px;
  width: 3.75rem;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  background: #D0E5DB;
  font-size: 14px;
  font-size: 0.875rem;
  color: #246645;
  line-height: 1.4;
}
.campaign-tokyoreform .specializes-list li .title span {
  font-family: 'Roboto';
  font-size: 24px;
  font-size: 1.5rem;
  color: #246645;
  line-height: 1;
}
.campaign-tokyoreform .specializes-list li .text {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.campaign-tokyoreform .specializes-message {
  display: flex;
  justify-content: space-between;
  margin: 40px 0px 20px;
  margin: 2.5rem 0rem 1.25rem;
}
.campaign-tokyoreform .specializes-message img {
  width: calc(100% / 2 - 10px);
}
.campaign-tokyoreform .specializes .btn-detail {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.campaign-tokyoreform .thanksgiving {
  background: #F5F5F5;
}
.campaign-tokyoreform .thanksgiving .contents {
  border-top: 0 !important;
}
.campaign-tokyoreform .thanksgiving + .section .contents {
  border-top: 0 !important;
}
.campaign-tokyoreform .thanksgiving .reformhojokin-bnrs {
  display: flex;
  justify-content: space-between;
  margin: 0px auto 40px;
  margin: 0rem auto 2.5rem;
}
.campaign-tokyoreform .thanksgiving .reformhojokin-bnrs li {
  width: calc(100% / 2 - 20px);
}
.campaign-tokyoreform .thanksgiving-items {
  margin: 0px auto 40px;
  margin: 0rem auto 2.5rem;
  padding: 0px 60px 48px;
  padding: 0rem 3.75rem 3rem;
  border-radius: 8px;
  border-radius: 0.5rem;
  background: #ffffff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.101);
}
.campaign-tokyoreform .thanksgiving-items__title {
  margin: 0px -60px 48px;
  margin: 0rem -3.75rem 3rem;
  padding: 20px;
  padding: 1.25rem;
  font-size: 28px;
  font-size: 1.75rem;
  border-radius: 8px 8px 0px 0px;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  font-weight: bold;
  text-align: center;
  background: #256646;
  color: #fff;
  line-height: 1.3;
}
.campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .lineup {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .lineup > li {
  position: relative;
  padding-left: calc(1.1em + 8px);
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .lineup > li p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .lineup > li strong {
  font-family: 'Roboto';
  font-size: 16px;
  font-size: 1rem;
}
.campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .lineup .name {
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  font-weight: 700;
}
.campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .lineup .name span {
  position: absolute;
  left: 0;
}
.campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .lineup .text {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .lineup .item-price {
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
.campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .lineup .subsidy-price {
  color: #c00;
}
.campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .list-ul {
  line-height: 1.4;
}
.campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .text {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .text .att {
  color: #CC0000;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}
.campaign-tokyoreform .thanksgiving-items .item-section .detail .list-att li {
  color: #222;
  line-height: 1.6;
}
.campaign-tokyoreform .thanksgiving-items .item-section .price {
  margin-bottom: 0;
}
.campaign-tokyoreform .thanksgiving-items .item-section .price dl dd {
  line-height: 1.16;
}
.campaign-tokyoreform .thanksgiving-items .item-section .price dl dd > span {
  display: inline-flex;
  align-items: baseline;
}
.campaign-tokyoreform .thanksgiving-items .item-section .price dl dd.hojo {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.campaign-tokyoreform .thanksgiving-items .item-section .price dl dd.hojo span {
  background: #222;
}
.campaign-tokyoreform .thanksgiving-items .item-section .price dl dd.hojo.-long span {
  align-items: center;
}
.campaign-tokyoreform .thanksgiving-items .item-section .price dl dd.pay {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.campaign-tokyoreform .thanksgiving-items .item-section .price dl dd.pay span {
  background: #CC2D01;
}
.campaign-tokyoreform .thanksgiving-items .item-section .btn-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  margin-top: 1rem;
}
.campaign-tokyoreform .thanksgiving-items .item-section .btn-detail .btn, .campaign-tokyoreform .thanksgiving-items .item-section .btn-detail .btn-primary, .campaign-tokyoreform .thanksgiving-items .item-section .btn-detail .btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 2 - 8px);
  height: 64px;
  height: 4rem;
  padding: 8px;
  padding: 0.5rem;
}
.campaign-tokyoreform .thanksgiving-items .item-section .link-other {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: -6px;
}
.campaign-tokyoreform .thanksgiving-items .item-section .link-other p {
  margin: 0px 0px 8px;
  margin: 0rem 0rem 0.5rem;
}
.campaign-tokyoreform .thanksgiving-items .item-section .link-other a {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}
.campaign-tokyoreform .thanksgiving-items .item-section .link-other a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-right: 0.5rem;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
}
.campaign-tokyoreform .thanksgiving-items .item-section .link-other a[target="_blank"]:before {
  background-image: url(../img/icon_window_green.svg);
}
.campaign-tokyoreform .thanksgiving-items .item-section .link-modal {
  margin-bottom: -6px;
}
.campaign-tokyoreform .thanksgiving-items .item-section .link-modal a {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  line-height: 1.2;
}
.campaign-tokyoreform .thanksgiving-items .item-section .link-modal a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-right: 0.5rem;
  background: url(../img/icon_window_red.svg) no-repeat;
  background-size: contain;
}
.campaign-tokyoreform .thanksgiving-items .item-section .link-modal a[target="_blank"]:before {
  background-image: url(../img/icon_window.svg);
}
.campaign-tokyoreform .campaign .contents {
  border-top: 0 !important;
}
.campaign-tokyoreform .campaign-bnr {
  display: flex;
  justify-content: center;
  margin: 0px -25px;
  margin: 0rem -1.5625rem;
}
.campaign-tokyoreform .campaign-bnr li {
  width: calc(100% / 3 - (100px / 3));
  margin: 0px 25px;
  margin: 0rem 1.5625rem;
}
.campaign-tokyoreform .area-detail {
  display: flex;
  justify-content: space-between;
}
.campaign-tokyoreform .area-detail .map {
  flex-shrink: 0;
  width: 42.86%;
  margin-right: 40px;
  margin-right: 2.5rem;
}
.campaign-tokyoreform .area-detail .text {
  width: 53.57%;
}
.campaign-tokyoreform .area-list {
  margin: 0;
}
.campaign-tokyoreform .area-list > dt {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.campaign-tokyoreform .area-list > dt:before {
  content: "・";
}
.campaign-tokyoreform .area-list > dt + dd {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.campaign-tokyoreform .area-list > div {
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-template-rows: auto 1fr;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.campaign-tokyoreform .area-list > div dt {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
.campaign-tokyoreform .area-list > div dt a {
  margin-right: 8px;
  margin-right: 0.5rem;
  color: #2B684E;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.campaign-tokyoreform .area-list > div dt span {
  display: inline-block;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding: 2px 6px;
  padding: 0.125rem 0.375rem;
  background: #eee;
  border: 1px solid #E5E7EB;
  font-size: 10px;
  font-size: 0.625rem;
}
.campaign-tokyoreform .area-list > div dt span.open {
  background: #2B684E;
  color: #fff;
}
.campaign-tokyoreform .area-list > div dt span.noLink {
  padding: 0;
  background: none;
  border: 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.campaign-tokyoreform .area-list > div dd.img {
  position: relative;
  grid-column: 1;
  grid-row: 1 / 3;
  padding-right: 20px;
  padding-right: 1.25rem;
}
.campaign-tokyoreform .area-list > div dd.img.-new:before {
  position: absolute;
  left: -8px;
  top: -4px;
  content: "NEW OPEN";
  display: inline-block;
  padding: 3px 5px;
  padding: 0.1875rem 0.3125rem;
  background: #CC0000;
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
  line-height: 1;
}
.campaign-tokyoreform .area-list > div dd.img.-new:after {
  position: absolute;
  left: -8px;
  top: 11px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #800000;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.campaign-tokyoreform .area .tz-point {
  padding: 24px;
  padding: 1.5rem;
  background: #EFF9F2;
}
.campaign-tokyoreform .area .tz-point__title {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
}
.campaign-tokyoreform .area .tz-point p {
  margin: 0;
}
.campaign-tokyoreform .area .tz-point p + p {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.campaign-tokyoreform .area .tz-point p + p a {
  display: inline-flex;
  align-items: center;
  color: #246645;
  font-weight: bold;
}
.campaign-tokyoreform .area .tz-point p + p a:after {
  content: "";
  display: inline-block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  background: url(../img/icon_window.svg) no-repeat;
  background-size: contain;
}
.campaign-tokyoreform .store {
  background: #F5F5F5;
}
.campaign-tokyoreform .store .contents {
  border-top: 0 !important;
}
.campaign-tokyoreform .store-section {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #ccc;
}
.campaign-tokyoreform .store .ttl-l3 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: left;
}
.campaign-tokyoreform .store-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
  margin: 0rem -0.625rem;
}
.campaign-tokyoreform .store-list li {
  width: calc(100% / 3 - 20px);
  margin: 0px 10px 20px;
  margin: 0rem 0.625rem 1.25rem;
  padding: 0px 18px 24px;
  padding: 0rem 1.125rem 1.5rem;
  background: #fff;
  border: 1px solid #E0E0E0;
}
.campaign-tokyoreform .store-list li .img {
  position: relative;
  margin: 0px -18px 20px;
  margin: 0rem -1.125rem 1.25rem;
}
.campaign-tokyoreform .store-list li .img.-new:after {
  position: absolute;
  left: -7px;
  top: -4px;
  content: "";
  display: block;
  width: 60px;
  height: 22px;
  background: url(../img/badge_newopen.svg) no-repeat;
  background-size: contain;
}
.campaign-tokyoreform .store-list li .name {
  margin: 0;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
}
.campaign-tokyoreform .store-list li .name a {
  color: #2B684E;
}
.campaign-tokyoreform .store-list li .name + p {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.campaign-tokyoreform .store-list li .tag {
  margin: 4px 0px;
  margin: 0.25rem 0rem;
}
.campaign-tokyoreform .store-list li .tag span {
  display: inline-block;
  padding: 2px 6px;
  padding: 0.125rem 0.375rem;
  font-size: 10px;
  font-size: 0.625rem;
  background: #eee;
  border: 1px solid #E5E7EB;
}
.campaign-tokyoreform .store-list li p {
  margin-bottom: 0;
}
.campaign-tokyoreform .store .column > div {
  width: calc(100% / 2 - 20px);
}
.campaign-tokyoreform .store .tz-point {
  padding: 28px;
  padding: 1.75rem;
  background: #EFF9F2;
}
.campaign-tokyoreform .store .tz-point__title {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.campaign-tokyoreform .store .tz-point .btn-detail {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.campaign-tokyoreform .store .tz-point .btn-detail a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #fff;
  color: #2B684E;
  border: 2px solid #2B684E;
  font-size: 16px;
  font-size: 1rem;
  padding: 12px;
  padding: 0.75rem;
}
.campaign-tokyoreform .store .tz-point .btn-detail a:after {
  content: "";
  display: inline-block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  background: url(../img/icon_window.svg) no-repeat;
  background-size: contain;
}
.campaign-tokyoreform .store .reserve {
  margin-top: 0;
}
.campaign-tokyoreform .store .reserve__title {
  width: 21.43%;
  font-size: 20px;
  font-size: 1.25rem;
}
.campaign-tokyoreform .store .reserve .detail {
  width: calc(100% - 21.43%);
  background: #fff;
}
.campaign-tokyoreform .store .reserve .detail ul {
  display: flex;
}
.campaign-tokyoreform .store .reserve .detail ul li {
  width: 50%;
  margin: 0;
}
.campaign-tokyoreform .reserve {
  display: flex;
  margin-top: 24px;
  margin-top: 1.5rem;
  border: 2px solid #2B684E;
}
.campaign-tokyoreform .reserve__title {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin: 0;
  background: #2B684E;
  text-align: center;
}
.campaign-tokyoreform .reserve__title span {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}
.campaign-tokyoreform .reserve .detail {
  width: 70%;
  padding: 28px;
  padding: 1.75rem;
}
.campaign-tokyoreform .reserve .detail ul li {
  display: grid;
  grid-template-columns: 48px auto;
  grid-template-rows: auto 1fr;
  grid-gap: 0 16px;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.campaign-tokyoreform .reserve .detail ul li span {
  display: block;
}
.campaign-tokyoreform .reserve .detail ul li span:nth-of-type(1) {
  grid-column: 2;
  grid-row: 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.campaign-tokyoreform .reserve .detail ul li span.att {
  grid-column: 2;
  grid-row: 2;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  font-size: 0.75rem;
}
.campaign-tokyoreform .reserve .detail ul li span.att:before {
  content: "※";
}
.campaign-tokyoreform .reserve .detail ul li span.img {
  grid-column: 1;
  grid-row: 1 / 3;
}
.campaign-tokyoreform .reserve .detail .btn-detail a {
  padding: 12px;
  padding: 0.75rem;
  background: #3C414E;
}
.campaign-tokyoreform .item-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.campaign-tokyoreform .item-section + .item-section {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}
.campaign-tokyoreform .item-section .img {
  position: relative;
  flex-shrink: 0;
  width: 40%;
  margin-right: 40px;
  margin-right: 2.5rem;
}
.campaign-tokyoreform .item-section .img .badge {
  position: absolute;
  top: -10px;
  top: -0.625rem;
  left: -10px;
  left: -0.625rem;
  width: 115px;
  width: 7.1875rem;
}
.campaign-tokyoreform .item-section .detail {
  width: calc(60% - 40px);
}
.campaign-tokyoreform .item-section .item-category {
  margin: 0px 0px 4px;
  margin: 0rem 0rem 0.25rem;
}
.campaign-tokyoreform .item-section .item-category span {
  display: inline-block;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
  font-size: 10px;
  font-size: 0.625rem;
  background: #ccc;
}
.campaign-tokyoreform .item-section .item-name {
  margin: 0px 0px 16px;
  margin: 0rem 0rem 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
}
.campaign-tokyoreform .item-section .item-text {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.campaign-tokyoreform .item-section .item-text dl {
  display: flex;
  flex-wrap: wrap;
}
.campaign-tokyoreform .item-section .item-text dl dt {
  width: 12.5em;
  margin-bottom: 4px;
  margin-right: 34px;
}
.campaign-tokyoreform .item-section .item-text dl dd {
  width: 5em;
  margin-bottom: 4px;
  text-align: right;
}
.campaign-tokyoreform .item-section .item-text dl dd b {
  font-family: 'Roboto';
  font-weight: bold;
}
.campaign-tokyoreform .item-section .item-text dl dd.hojo {
  width: auto;
  margin-left: 8px;
}
.campaign-tokyoreform .item-section .item-text dl dd.hojo span {
  display: inline;
  padding: 0px 8px;
  padding: 0rem 0.5rem;
  background: #222;
  color: #fff;
}
.campaign-tokyoreform .item-section .item-text dl dd.hojo span b {
  margin-left: 4px;
}
.campaign-tokyoreform .item-section .item-text .lineup {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.campaign-tokyoreform .item-section .item-text .lineup > li {
  position: relative;
  padding-left: calc(1.1em + 8px);
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.campaign-tokyoreform .item-section .item-text .lineup > li p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.campaign-tokyoreform .item-section .item-text .lineup > li strong {
  font-family: 'Roboto';
  font-size: 16px;
  font-size: 1rem;
}
.campaign-tokyoreform .item-section .item-text .lineup .name {
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  font-weight: 700;
}
.campaign-tokyoreform .item-section .item-text .lineup .name span {
  position: absolute;
  left: 0;
}
.campaign-tokyoreform .item-section .item-text .lineup .text {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.campaign-tokyoreform .item-section .item-text .lineup .subsidy-price {
  color: #c00;
}
.campaign-tokyoreform .item-section .item-text .list-ul {
  line-height: 1.4;
}
.campaign-tokyoreform .item-section .item-text .text {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.campaign-tokyoreform .item-section .item-text .text .att {
  color: #CC0000;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}
.campaign-tokyoreform .item-section .item-text-off {
  color: #BE0000;
}
.campaign-tokyoreform .item-section .item-text-off dt {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.campaign-tokyoreform .item-section .item-text-off dd {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 10px;
  padding: 0.625rem;
  border: 2px solid #BE0000;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  background: #FFF5F5;
  line-height: 1.2;
}
.campaign-tokyoreform .item-section .item-text-off dd b {
  font-size: 28px;
  font-size: 1.75rem;
}
.campaign-tokyoreform .item-section .item-text-off dd small {
  font-size: 16px;
  font-size: 1rem;
}
.campaign-tokyoreform .item-section .benefits {
  margin: 16px 0px;
  margin: 1rem 0rem;
  border: 2px solid #BE2901;
  overflow: hidden;
}
.campaign-tokyoreform .item-section .benefits > dt {
  margin-bottom: 0 !important;
  padding: 4px;
  padding: 0.25rem;
  font-weight: bold;
  background: #BE2901;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.campaign-tokyoreform .item-section .benefits > dd {
  padding: 16px;
  padding: 1rem;
  font-weight: bold;
}
.campaign-tokyoreform .item-section .benefits > dd .img {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0 8px 4px;
  font-weight: bold;
}
.campaign-tokyoreform .item-section .benefits > dd .img > img {
  width: 120px;
  flex-shrink: 0;
  margin-right: 20px;
}
.campaign-tokyoreform .item-section .benefits > dd .img p {
  margin: 0;
}
.campaign-tokyoreform .item-section .benefits > dd .img span {
  display: block;
  font-weight: normal;
}
.campaign-tokyoreform .item-section .benefits > dd ul.img {
  justify-content: space-between;
  align-items: flex-start;
}
.campaign-tokyoreform .item-section .benefits > dd ul.img li {
  width: calc(100% / 2 - 8px);
}
.campaign-tokyoreform .item-section .benefits > dd ul.img.-col1 li {
  width: 100%;
}
.campaign-tokyoreform .item-section .benefits > dd ol {
  font-weight: bold;
}
.campaign-tokyoreform .item-section .benefits > dd ol li {
  margin-bottom: 4px;
}
.campaign-tokyoreform .item-section .benefits > dd ol li sup {
  vertical-align: baseline;
  position: relative;
  top: -1ex;
  font-size: 0.6em;
}
.campaign-tokyoreform .item-section .benefits > dd .list-ul li span {
  display: inline-block;
  margin: 4px 0px;
  margin: 0.25rem 0rem;
  font-weight: normal;
}
.campaign-tokyoreform .item-section .benefits > dd .list-ul li small {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}
.campaign-tokyoreform .item-section .benefits > dd .list-att {
  margin-bottom: 0;
  font-size: 12px;
}
.campaign-tokyoreform .item-section .benefits > dd dl dt {
  font-weight: bold;
}
.campaign-tokyoreform .item-section .benefits > dd dl dd {
  font-weight: normal;
}
.campaign-tokyoreform .item-section .benefits > dd dl dd + dt {
  margin-top: 16px;
  margin-top: 1rem;
}
.campaign-tokyoreform .item-section .benefits + .package {
  margin-top: -14px;
}
.campaign-tokyoreform .item-section .price {
  margin: 0px 0px 16px;
  margin: 0rem 0rem 1rem;
}
.campaign-tokyoreform .item-section .price dl dt {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.campaign-tokyoreform .item-section .price dl dt span {
  display: inline-block;
  padding: 1px 8px;
  padding: 0.0625rem 0.5rem;
  border: 1px solid #666;
}
.campaign-tokyoreform .item-section .price dl dt.color-red span {
  background: #E00000;
  border-color: #E00000;
  color: #fff;
}
.campaign-tokyoreform .item-section .price dl dd {
  font-weight: bold;
  line-height: 1;
  color: #CC0000;
}
.campaign-tokyoreform .item-section .price dl dd b {
  margin-right: 4px;
  margin-right: 0.25rem;
  font-family: Roboto;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
}
.campaign-tokyoreform .item-section .price dl dd.color-black {
  color: #222;
}
.campaign-tokyoreform .item-section .price dl dd.maker-price {
  margin-bottom: 5px;
  color: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
.campaign-tokyoreform .item-section .price dl dd > span {
  display: inline-flex;
  align-items: baseline;
  padding: 7px 12px;
  padding: 0.4375rem 0.75rem;
  color: #fff;
  line-height: 1.2;
}
.campaign-tokyoreform .item-section .price dl dd > span b {
  margin: 0px 2px;
  margin: 0rem 0.125rem;
  font-size: 32px;
  font-size: 2rem;
  vertical-align: baseline;
  font-weight: normal;
}
.campaign-tokyoreform .item-section .price dl dd > span span {
  align-self: center;
}
.campaign-tokyoreform .item-section .price dl dd.hojo {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.campaign-tokyoreform .item-section .price dl dd.hojo span {
  background: #222;
}
.campaign-tokyoreform .item-section .price dl dd.hojo.-long span {
  align-items: center;
}
.campaign-tokyoreform .item-section .price dl dd.pay {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.campaign-tokyoreform .item-section .price dl dd.pay span {
  background: #CC2D01;
}
.campaign-tokyoreform .item-section .price dl dd.price-note {
  margin: 5px 0 0;
  font-weight: normal;
  color: inherit;
  line-height: 1.4;
}
.campaign-tokyoreform .item-section .price .installment {
  margin: 16px 0px;
  margin: 1rem 0rem;
  border: 1px solid #ccc;
}
.campaign-tokyoreform .item-section .price .installment dl {
  display: flex;
  margin: 0;
}
.campaign-tokyoreform .item-section .price .installment dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  margin: 0;
  padding: 14px;
  padding: 0.875rem;
  background: #BE0000;
}
.campaign-tokyoreform .item-section .price .installment dl dd {
  padding: 16px;
  padding: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #222;
}
.campaign-tokyoreform .item-section .price .installment__price {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.campaign-tokyoreform .item-section .price .installment__price b {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: 'Roboto';
  line-height: 1;
}
.campaign-tokyoreform .item-section .price .installment__price span {
  display: flex;
  align-items: baseline;
  padding: 0;
  color: #E00000;
  font-weight: bold;
}
.campaign-tokyoreform .item-section .price .installment__price span.number {
  display: inline-block;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  border: 1px solid #222;
  color: #222;
}
.campaign-tokyoreform .item-section .price .installment p {
  margin: 0;
}
.campaign-tokyoreform .item-section .price .installment .btn-modal {
  margin: 10px auto 0;
  max-width: 336px;
}
.campaign-tokyoreform .item-section .price .installment .btn-modal a {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #F87B05;
  padding: 6px;
  padding: 0.375rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 32px;
  color: #F87B05;
}
.campaign-tokyoreform .item-section .price .installment .btn-modal a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_blank.svg) center no-repeat;
  background-size: contain;
}
.campaign-tokyoreform .item-section .price .low_interest_loan {
  margin-top: 10px;
}
.campaign-tokyoreform .item-section .price .low_interest_loan span {
  display: inline-block;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
  background: #0F3686;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.campaign-tokyoreform .item-section .price.-pointPresent {
  display: grid;
  grid-template-columns: auto 1fr;
}
.campaign-tokyoreform .item-section .price.-pointPresent > dl {
  grid-column: 1;
  margin-bottom: 0;
}
.campaign-tokyoreform .item-section .price.-pointPresent .badge {
  grid-column: 2;
  width: 180px;
  width: 11.25rem;
  margin-left: auto;
}
.campaign-tokyoreform .item-section .price.-pointPresent-note {
  grid-column: 1 / 3;
}
.campaign-tokyoreform .item-section .price.-pointPresent .installment {
  grid-column: 1 / 3;
  margin-top: 18px;
  margin-bottom: 0;
}
.campaign-tokyoreform .item-section .price.-pointPresent .low_interest_loan {
  grid-column: 1 / 3;
}
.campaign-tokyoreform .item-section .price.-pointPresent + .btn-detail {
  margin-top: 20px;
}
.campaign-tokyoreform .item-section .price .list-att li {
  color: inherit;
  line-height: inherit;
}
.campaign-tokyoreform .item-section .item-type {
  margin: 0 0 4px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.campaign-tokyoreform .item-section .item-number {
  margin: 0 0 8px;
}
.campaign-tokyoreform .item-section.-window {
  display: grid;
  grid-template-columns: 46.43% 53.57%;
  grid-template-rows: auto 1fr;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #ccc;
}
.campaign-tokyoreform .item-section.-window .img {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
}
.campaign-tokyoreform .item-section.-window .detail {
  grid-column: 2;
  grid-row: 1 / 3;
  width: 100%;
  padding-left: 40px;
}
.campaign-tokyoreform .item-section.-window .bnrs {
  grid-column: 1;
  grid-row: 2;
}
.campaign-tokyoreform .item-section.-window .bnrs ul li {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.campaign-tokyoreform .item-section.-window .bnrs ul li a {
  display: block;
  margin-top: 8px;
  margin-top: 0.5rem;
}
.campaign-tokyoreform .item-section.-window .btn-detail {
  display: flex;
  justify-content: space-between;
}
.campaign-tokyoreform .item-section.-window .btn-detail .btn, .campaign-tokyoreform .item-section.-window .btn-detail .btn-primary, .campaign-tokyoreform .item-section.-window .btn-detail .btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 2 - 8px);
  height: 64px;
  height: 4rem;
  padding: 8px;
  padding: 0.5rem;
  border: 2px solid #F87B06;
}
.campaign-tokyoreform .item-section.-window .btn-detail .btn.detail, .campaign-tokyoreform .item-section.-window .btn-detail .detail.btn-primary, .campaign-tokyoreform .item-section.-window .btn-detail .detail.btn-secondary {
  background: #fff;
  color: #F87B06;
  border: 2px solid #F87B06;
}
.campaign-tokyoreform .item-section.-window .btn-detail .btn.wide, .campaign-tokyoreform .item-section.-window .btn-detail .wide.btn-primary, .campaign-tokyoreform .item-section.-window .btn-detail .wide.btn-secondary {
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
}
.campaign-tokyoreform .item-section.-window .btn-detail + .btn-detail {
  margin-top: 16px;
  margin-top: 1rem;
}
.campaign-tokyoreform .item .item-variation {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  border-top: 1px solid #ccc;
}
.campaign-tokyoreform .item .item-variation .item-name + .price {
  margin-top: 0;
}
.campaign-tokyoreform .item .item-variation + .item-variation {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
}
.campaign-tokyoreform .item .item-variation + .price {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  border-top: 1px solid #ccc;
}
.campaign-tokyoreform .item .related {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  border-top: 1px solid #ccc;
}
.campaign-tokyoreform .item .related dt {
  margin-right: 20px;
  margin-right: 1.25rem;
}
.campaign-tokyoreform .item .related dd a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  width: 17.5rem;
  height: 64px;
  height: 4rem;
  border: 1px solid #ccc;
  border-radius: 32px;
  border-radius: 2rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: 0px 1px 0px #ccc;
}
.campaign-tokyoreform .item .related dd a:after {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background: url(../img/icon_arrow.svg) center no-repeat;
  background-size: contain;
}
.campaign-tokyoreform .item .related dd a .img {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 52px;
  width: 3.25rem;
  height: 52px;
  height: 3.25rem;
  border-radius: 100%;
  overflow: hidden;
}
.campaign-tokyoreform .item .related dd + dd {
  margin-left: 24px;
  margin-left: 1.5rem;
}
.campaign-tokyoreform .item .link-other {
  margin-top: 16px;
  margin-top: 1rem;
}
.campaign-tokyoreform .item .link-other p {
  margin: 0px 0px 8px;
  margin: 0rem 0rem 0.5rem;
}
.campaign-tokyoreform .item .link-other a {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}
.campaign-tokyoreform .item .link-other a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-right: 0.5rem;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
}
.campaign-tokyoreform .item .link-other a[target="_blank"]:before {
  background-image: url(../img/icon_window.svg);
}
.campaign-tokyoreform .item .btn-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.campaign-tokyoreform .item .btn-detail + .btn-detail {
  margin-top: 16px;
  margin-top: 1rem;
}
.campaign-tokyoreform .item .btn-detail .btn, .campaign-tokyoreform .item .btn-detail .btn-primary, .campaign-tokyoreform .item .btn-detail .btn-secondary {
  width: calc(100% / 2 - 8px);
  padding: 14px 30px;
  padding: 0.875rem 1.875rem;
}
.campaign-tokyoreform .item .btn-detail .btn.detail, .campaign-tokyoreform .item .btn-detail .detail.btn-primary, .campaign-tokyoreform .item .btn-detail .detail.btn-secondary {
  padding: 12px 30px;
  padding: 0.75rem 1.875rem;
}
.campaign-tokyoreform .item .headline-btn {
  width: 100%;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  text-align: left;
}
.campaign-tokyoreform .item .headline-btn span {
  display: inline-block;
  padding: 3px 8px;
  padding: 3px 8px;
  padding: 0.1875rem 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  border: 1px solid #666;
  line-height: 1.4;
}
.campaign-tokyoreform .window {
  padding: 80px 40px;
  padding: 5rem 2.5rem;
  background: #F5F5F5;
}
.campaign-tokyoreform .window .contents {
  padding: 60px;
  padding: 3.75rem;
  border-top: 0 !important;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
}
.campaign-tokyoreform .window + .section .contents {
  border-top: 0 !important;
}
.campaign-tokyoreform .window-lead {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center;
}
.campaign-tokyoreform .window-lead img {
  width: 600px;
}
.campaign-tokyoreform .window-construction {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.campaign-tokyoreform .window-construction dt, .campaign-tokyoreform .window-construction dd {
  padding: 11px;
  padding: 0.6875rem;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
}
.campaign-tokyoreform .window-construction dt {
  flex-shrink: 0;
  width: 17.6%;
  background: #222;
}
.campaign-tokyoreform .window-construction dd {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #CB2D01;
}
.campaign-tokyoreform .window-construction dd span {
  margin-left: 16px;
  margin-left: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: .3em;
}
.campaign-tokyoreform .window .item-section {
  grid-template-columns: 40% 60%;
}
.campaign-tokyoreform .window .item-section .aside {
  grid-column: 1;
  grid-row: 2;
}
.campaign-tokyoreform .window .item-table {
  width: 100%;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.campaign-tokyoreform .window .item-table th, .campaign-tokyoreform .window .item-table td {
  padding: 10px 16px;
  padding: 0.625rem 1rem;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.campaign-tokyoreform .window .item-table th {
  padding: 10px 0px;
  padding: 0.625rem 0rem;
  font-weight: normal;
  background: #F0FAFF;
  text-align: center;
  width: 19.64%;
}
.campaign-tokyoreform .window .item-table th:nth-of-type(1) {
  width: 35.71%;
}
.campaign-tokyoreform .window .item-table th:nth-of-type(4) {
  width: 25%;
}
.campaign-tokyoreform .window .item-table td {
  text-align: right;
}
.campaign-tokyoreform .window .item-table td span {
  font-family: 'Roboto';
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
.campaign-tokyoreform .window .item-table td:nth-of-type(1) {
  text-align: left;
}
.campaign-tokyoreform .window .item-table td:nth-last-of-type(1), .campaign-tokyoreform .window .item-table td:nth-last-of-type(2) {
  color: #CC0000;
}
.campaign-tokyoreform .window-price {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 2px solid #CB2D01;
  border-bottom: 0;
}
.campaign-tokyoreform .window-price > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  padding: 0.75rem;
  border-bottom: 2px solid #CB2D01;
}
.campaign-tokyoreform .window-price > div.total {
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  background: #CB2D01;
  color: #fff;
}
.campaign-tokyoreform .window-price > div.total dd b {
  font-size: 40px;
  font-size: 2.5rem;
}
.campaign-tokyoreform .window-price dt {
  font-weight: bold;
}
.campaign-tokyoreform .window-price dt span {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: normal;
}
.campaign-tokyoreform .window-price dd {
  font-weight: bold;
}
.campaign-tokyoreform .window-price dd b {
  margin-right: 2px;
  margin-right: 0.125rem;
  font-size: 32px;
  font-size: 2rem;
  font-family: 'Roboto';
  line-height: 1.2;
}
.campaign-tokyoreform .window-price dd.color-red {
  color: #CB2D01;
}
.campaign-tokyoreform .window-price + .list-att {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.campaign-tokyoreform .window .reserve {
  display: block;
}
.campaign-tokyoreform .window .reserve__title {
  width: 100%;
  padding: 11px;
  padding: 0.6875rem;
}
.campaign-tokyoreform .window .reserve__title span {
  font-size: 24px;
  font-size: 1.5rem;
}
.campaign-tokyoreform .window .reserve .detail {
  padding: 20px 36px 40px;
  padding: 1.25rem 2.25rem 2.5rem;
}
.campaign-tokyoreform .window .reserve .detail .text {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #2B684E;
  text-align: center;
}
.campaign-tokyoreform .window .reserve .detail .text + .att {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}
.campaign-tokyoreform .window .reserve .detail .btn-detail {
  display: block;
}
.campaign-tokyoreform .window .reserve .detail .btn-detail .btn, .campaign-tokyoreform .window .reserve .detail .btn-detail .btn-primary, .campaign-tokyoreform .window .reserve .detail .btn-detail .btn-secondary {
  width: 100%;
  height: auto;
  padding: 12px;
  padding: 0.75rem;
  border: 0;
}
.campaign-tokyoreform .window .bnrs ul {
  display: flex;
  justify-content: center;
}
.campaign-tokyoreform .window .bnrs ul li {
  width: calc(100% / 2);
  max-width: 320px;
  margin: 0px 20px;
  margin: 0rem 1.25rem;
  font-size: 12px;
  font-size: 0.75rem;
}
.campaign-tokyoreform .window .bnrs ul li img {
  margin: 4px 0px;
  margin: 0.25rem 0rem;
}
.campaign-tokyoreform .window .bnrs ul li span {
  font-size: 10px;
  font-size: 0.625rem;
}
.campaign-tokyoreform .case .item {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #ccc;
}
.campaign-tokyoreform .case .item:nth-last-of-type(1), .campaign-tokyoreform .case .item:nth-last-of-type(2), .campaign-tokyoreform .case .item:nth-last-of-type(3) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.campaign-tokyoreform .case .item .img {
  margin: 0px 0px 16px;
  margin: 0rem 0rem 1rem;
}
.campaign-tokyoreform .case .item .title {
  margin: 0px 0px 8px;
  margin: 0rem 0rem 0.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.campaign-tokyoreform .case .item dl {
  margin: 0px 0px 5px;
  margin: 0rem 0rem 0.3125rem;
  color: #666;
}
.campaign-tokyoreform .case .item dl dt {
  float: left;
  clear: left;
}
.campaign-tokyoreform .case .item dl dt:after {
  content: "：";
}
.campaign-tokyoreform .case .item .more {
  text-align: right;
}
.campaign-tokyoreform .case .item .more a {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}
.campaign-tokyoreform .case .item .more a:after {
  content: "";
  display: inline-block;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
}
.campaign-tokyoreform .flow {
  margin: 0;
}
.campaign-tokyoreform .flow-list {
  position: relative;
  display: flex;
  margin: 0px -10px;
  margin: 0rem -0.625rem;
}
.campaign-tokyoreform .flow-list:before {
  position: absolute;
  top: 100px;
  top: 6.25rem;
  left: calc(3.75% + 10px);
  content: "";
  display: block;
  width: calc(100% - 7.5% - 20px);
  height: 2px;
  height: 0.125rem;
  background: #eee;
}
.campaign-tokyoreform .flow-list-item {
  position: relative;
  width: calc(100% / 4 - 20px);
  margin: 0px 10px;
  margin: 0rem 0.625rem;
}
.campaign-tokyoreform .flow-list-item .img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  width: 11.25rem;
  height: 180px;
  height: 11.25rem;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.campaign-tokyoreform .flow-list-item .img img {
  width: 100px;
  width: 6.25rem;
  margin: 10px 0px 0px 10px;
  margin: 0.625rem 0rem 0rem 0.625rem;
}
.campaign-tokyoreform .flow-list-item .step {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: -13px;
  left: -0.8125rem;
  width: 68px;
  width: 4.25rem;
  height: 68px;
  height: 4.25rem;
  background: #246645;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 100%;
  line-height: 1.4;
}
.campaign-tokyoreform .flow-list-item .step span {
  font-size: 20px;
  font-size: 1.25rem;
}
.campaign-tokyoreform .flow-list-item .title {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}
.campaign-tokyoreform .order {
  background: #F5F5F5;
}
.campaign-tokyoreform .order .contents {
  padding-top: 66px !important;
  border-top: 0 !important;
}
.campaign-tokyoreform .order .btn-detail {
  display: flex;
  justify-content: center;
  max-width: 800px;
  max-width: 50rem;
  margin: 0 auto;
}
.campaign-tokyoreform .order .btn-detail .btn, .campaign-tokyoreform .order .btn-detail .btn-primary, .campaign-tokyoreform .order .btn-detail .btn-secondary {
  width: calc(100% / 2 - 20px);
  margin: 0 20px;
}
.campaign-tokyoreform .m_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
.campaign-tokyoreform .m_modal-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.campaign-tokyoreform .m_modal-window {
  position: relative;
  width: 85%;
  max-width: 600px;
}
.campaign-tokyoreform .m_modal__btnClose {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
.campaign-tokyoreform .m_modal__btnClose span {
  display: inline-block;
  max-width: 320px;
  max-width: 20rem;
  width: 100%;
  padding: 20px;
  padding: 1.25rem;
  border: 1px solid #F87B06;
  border-radius: 65px;
  color: #F87B06;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.campaign-tokyoreform .m_modal__btnClose span:hover {
  cursor: pointer;
}
.campaign-tokyoreform .m_modal-main {
  padding: 40px 40px 60px;
  max-height: 80vh;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}
.campaign-tokyoreform .m_modal-title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}
.campaign-tokyoreform .m_modal-table {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.campaign-tokyoreform .m_modal-table tr {
  border-bottom: 1px solid #ccc;
}
.campaign-tokyoreform .m_modal-table tr:last-child {
  border-bottom: 0;
}
.campaign-tokyoreform .m_modal-table th, .campaign-tokyoreform .m_modal-table td {
  padding: 16px 10px;
  padding: 1rem 0.625rem;
  text-align: center;
}
.campaign-tokyoreform .m_modal-table th {
  background: #FAF5C8;
}
.campaign-tokyoreform .m_modal-table td > span {
  display: inline-block;
  padding: 4px 6px;
  background: #FDEA34;
}
.campaign-tokyoreform .m_modal-table td strong {
  margin-left: 5px;
  color: #982020;
  line-height: 1;
}
.campaign-tokyoreform .m_modal-table td strong span {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: 'Roboto';
}
.campaign-tokyoreform .m_modal-table-wrap {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}
.campaign-tokyoreform .m_modal-small {
  margin: -20px 0px 20px;
  margin: -1.25rem 0rem 1.25rem;
  text-align: center;
}
.campaign-tokyoreform .m_modal-subtitle {
  margin: 0;
  padding: 8px;
  padding: 0.5rem;
  background: #0F3686;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
.campaign-tokyoreform .m_modal-subtitle span {
  margin: 0px 2px;
  margin: 0rem 0.125rem;
  font-family: 'Roboto';
  font-size: 28px;
  font-size: 1.75rem;
}
.campaign-tokyoreform .m_modal-att-text {
  margin-top: -4px;
  margin-top: -0.25rem;
  text-indent: -1em;
  padding-left: 1em;
}
.campaign-tokyoreform .m_modal-att-text:before {
  content: "※";
}
.campaign-tokyoreform .m_modal#modal_loan_low .m_modal-table th {
  background: #EBF1FF;
}
@media screen and (min-width: 900px) {
  .campaign-tokyoreform .column.item .item-section:nth-last-of-type(1), .campaign-tokyoreform .column.item .item-section:nth-last-of-type(2), .campaign-tokyoreform .column.item .item-section:nth-last-of-type(3) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .campaign-tokyoreform .column.-withBnr .item-section:nth-last-of-type(1), .campaign-tokyoreform .column.-withBnr .item-section:nth-last-of-type(2), .campaign-tokyoreform .column.-withBnr .item-section:nth-last-of-type(3) {
    margin: 0px 0px 40px;
    margin: 0rem 0rem 2.5rem;
    padding: 0px 0px 40px;
    padding: 0rem 0rem 2.5rem;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 899px) {
  .campaign-tokyoreform *.sp-only {
    display: block;
  }
  .campaign-tokyoreform *.pc {
    display: none;
  }
  .campaign-tokyoreform .main {
    padding: 0;
  }
  .campaign-tokyoreform .main-header {
    padding: 45px 8px;
    padding: 2.8125rem 0.5rem;
    background-image: url(../img/background_sp.jpg);
  }
  .campaign-tokyoreform .main-header h1 img {
    max-width: 360px;
    max-width: 22.5rem;
  }
  .campaign-tokyoreform .lead {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .campaign-tokyoreform .lead.-small {
    font-size: 16px;
    font-size: 1rem;
  }
  .campaign-tokyoreform .section {
    padding: 0px 16px;
    padding: 0rem 1rem;
  }
  .campaign-tokyoreform .section .contents {
    margin: 0px auto 40px;
    margin: 0rem auto 2.5rem;
    padding: 0px 0px;
    padding: 0rem 0rem;
  }
  .campaign-tokyoreform .section + .section .contents {
    padding-top: 40px;
    padding-top: 2.5rem;
    border-top: 1px solid #ccc;
  }
  .campaign-tokyoreform .section__title {
    margin: 0px 0px 20px;
    margin: 0rem 0rem 1.25rem;
  }
  .campaign-tokyoreform .section__title span {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .campaign-tokyoreform .section__title + p {
    margin: -4px 0px 16px;
    margin: -0.25rem 0rem 1rem;
    text-align: left;
  }
  .campaign-tokyoreform .section.item .contents {
    border-top: 0;
    padding-top: 0;
  }
  .campaign-tokyoreform .section.item .section__title {
    margin: 0px -16px 20px;
    margin: 0rem -1rem 1.25rem;
    padding: 8px;
    padding: 0.5rem;
  }
  .campaign-tokyoreform .section.item .section__title span {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .campaign-tokyoreform .column {
    display: block;
  }
  .campaign-tokyoreform .column.-col2 .column-item {
    width: auto;
  }
  .campaign-tokyoreform .column.-col3 .item {
    width: auto;
  }
  .campaign-tokyoreform .column.-subgrid {
    display: block;
  }
  .campaign-tokyoreform .column.-subgrid .item {
    display: block;
  }
  .campaign-tokyoreform .column.item .item-section {
    margin: 0px 0px 20px;
    margin: 0rem 0rem 1.25rem;
    padding: 0px 0px 20px;
    padding: 0rem 0rem 1.25rem;
  }
  .campaign-tokyoreform .column.item .item-section .img {
    margin: 0px auto 16px;
    margin: 0rem auto 1rem;
  }
  .campaign-tokyoreform .column.item .item-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .campaign-tokyoreform .column.item.-withBnr .item-section:last-child {
    margin: 0px 0px 20px;
    margin: 0rem 0rem 1.25rem;
    padding: 0px 0px 20px;
    padding: 0rem 0rem 1.25rem;
    border-bottom: 1px solid #ccc;
  }
  .campaign-tokyoreform .list-att {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .campaign-tokyoreform .list-att li {
    line-height: 1.5;
  }
  .campaign-tokyoreform .list-att li + li {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .campaign-tokyoreform .text-att {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .campaign-tokyoreform .btn-detail .btn.detail-link, .campaign-tokyoreform .btn-detail .detail-link.btn-primary, .campaign-tokyoreform .btn-detail .detail-link.btn-secondary {
    padding: 12px;
    padding: 0.75rem;
  }
  .campaign-tokyoreform .message {
    padding-top: 40px;
    padding-top: 2.5rem;
  }
  .campaign-tokyoreform .message p {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
  }
  .campaign-tokyoreform .information {
    padding: 40px 16px;
    padding: 2.5rem 1rem;
  }
  .campaign-tokyoreform .information .contents {
    display: block;
    margin-bottom: 0;
  }
  .campaign-tokyoreform .information .section__title {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    text-align: center;
  }
  .campaign-tokyoreform .information-list {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 16px;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0px 0px 0px;
  }
  .campaign-tokyoreform .information-list li span {
    display: block;
    margin: 0px 0px 2px;
    margin: 0rem 0rem 0.125rem;
  }
  .campaign-tokyoreform .specializes-list {
    display: block;
    margin: 0px;
    margin: 0rem;
  }
  .campaign-tokyoreform .specializes-list li {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0px 0px 10px;
    margin: 0rem 0rem 0.625rem;
    padding: 12px;
    padding: 0.75rem;
  }
  .campaign-tokyoreform .specializes-list li .title {
    flex-shrink: 0;
    margin: 0px 10px 0px 0px;
    margin: 0rem 0.625rem 0rem 0rem;
    width: 45px;
    width: 2.8125rem;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .campaign-tokyoreform .specializes-list li .title span {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .campaign-tokyoreform .specializes-list li .text {
    text-align: left;
  }
  .campaign-tokyoreform .specializes-message {
    display: block;
    margin: 0;
  }
  .campaign-tokyoreform .specializes-message img {
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .campaign-tokyoreform .specializes .btn-detail {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .campaign-tokyoreform .thanksgiving {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .campaign-tokyoreform .thanksgiving .contents {
    margin-bottom: 0;
  }
  .campaign-tokyoreform .thanksgiving .section__title + p {
    margin: -8px 0px 20px;
    margin: -0.5rem 0rem 1.25rem;
    text-align: center;
  }
  .campaign-tokyoreform .thanksgiving .reformhojokin-bnrs {
    margin-bottom: 0px;
    margin-bottom: 0rem;
    display: block;
  }
  .campaign-tokyoreform .thanksgiving .reformhojokin-bnrs li {
    width: 100%;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
  }
  .campaign-tokyoreform .thanksgiving-items {
    margin: 0px auto 20px;
    margin: 0rem auto 1.25rem;
    padding: 0px 16px 24px;
    padding: 0rem 1rem 1.5rem;
  }
  .campaign-tokyoreform .thanksgiving-items__title {
    margin: 0px -16px 20px;
    margin: 0rem -1rem 1.25rem;
    padding: 8px;
    padding: 0.5rem;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    line-height: 1.5;
  }
  .campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .lineup {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  .campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .lineup > li {
    position: relative;
    padding-left: calc(1.1em + 8px);
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .lineup > li p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  .campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .lineup > li strong {
    font-family: 'Roboto';
    font-size: 16px;
    font-size: 1rem;
  }
  .campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .lineup .name {
    margin-bottom: 2px;
    margin-bottom: 0.125rem;
    font-weight: 700;
  }
  .campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .lineup .name span {
    position: absolute;
    left: 0;
  }
  .campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .lineup .text {
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .lineup .item-price {
    margin-bottom: 2px;
    margin-bottom: 0.125rem;
  }
  .campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .lineup .subsidy-price {
    color: #c00;
  }
  .campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .list-ul {
    line-height: 1.4;
  }
  .campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .text {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
  }
  .campaign-tokyoreform .thanksgiving-items .item-section .detail .item-text .text .att {
    color: #CC0000;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
  }
  .campaign-tokyoreform .thanksgiving-items .item-section .detail .list-att {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .campaign-tokyoreform .thanksgiving-items .item-section .detail .list-att li + li {
    margin-top: 0;
  }
  .campaign-tokyoreform .thanksgiving-items .item-section .price .installment dl {
    margin-bottom: 0;
  }
  .campaign-tokyoreform .thanksgiving-items .item-section .btn-detail {
    display: block;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .campaign-tokyoreform .thanksgiving-items .item-section .btn-detail .btn, .campaign-tokyoreform .thanksgiving-items .item-section .btn-detail .btn-primary, .campaign-tokyoreform .thanksgiving-items .item-section .btn-detail .btn-secondary {
    width: 100%;
    padding: 20px;
    padding: 1.25rem;
  }
  .campaign-tokyoreform .thanksgiving-items .item-section .btn-detail .btn + .btn, .campaign-tokyoreform .thanksgiving-items .item-section .btn-detail .btn-primary + .btn, .campaign-tokyoreform .thanksgiving-items .item-section .btn-detail .btn-secondary + .btn, .campaign-tokyoreform .thanksgiving-items .item-section .btn-detail .btn + .btn-primary, .campaign-tokyoreform .thanksgiving-items .item-section .btn-detail .btn-primary + .btn-primary, .campaign-tokyoreform .thanksgiving-items .item-section .btn-detail .btn-secondary + .btn-primary, .campaign-tokyoreform .thanksgiving-items .item-section .btn-detail .btn + .btn-secondary, .campaign-tokyoreform .thanksgiving-items .item-section .btn-detail .btn-primary + .btn-secondary, .campaign-tokyoreform .thanksgiving-items .item-section .btn-detail .btn-secondary + .btn-secondary {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .campaign-tokyoreform .campaign-bnr {
    display: block;
    margin: 0;
  }
  .campaign-tokyoreform .campaign-bnr li {
    width: 100%;
    margin: 0px 0px 16px;
    margin: 0rem 0rem 1rem;
  }
  .campaign-tokyoreform .area-detail {
    display: block;
  }
  .campaign-tokyoreform .area-detail .map {
    width: 100%;
    margin: 0px 0px 24px;
    margin: 0rem 0rem 1.5rem;
  }
  .campaign-tokyoreform .area-detail .text {
    width: 100%;
  }
  .campaign-tokyoreform .area-list {
    margin: 0;
  }
  .campaign-tokyoreform .area-list > div {
    display: grid;
    grid-template-columns: 132px 1fr;
  }
  .campaign-tokyoreform .area-list > div dt {
    grid-column: 2;
    grid-row: 1;
    flex-direction: column;
    align-items: flex-start;
  }
  .campaign-tokyoreform .area-list > div dt span {
    margin: 2px 0px 0px;
    margin: 0.125rem 0rem 0rem;
  }
  .campaign-tokyoreform .area-list > div dd.img {
    padding-right: 12px;
    padding-right: 0.75rem;
  }
  .campaign-tokyoreform .area .link {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .campaign-tokyoreform .area .link a {
    align-items: flex-start;
  }
  .campaign-tokyoreform .area .link a:before {
    margin-top: .3em;
  }
  .campaign-tokyoreform .area .tz-point__title {
    line-height: 1.5;
  }
  .campaign-tokyoreform .store {
    padding-bottom: 1px;
    padding-bottom: 0.0625rem;
  }
  .campaign-tokyoreform .store-section {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
  }
  .campaign-tokyoreform .store .ttl-l3 {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .campaign-tokyoreform .store-list {
    display: block;
    margin: 0;
  }
  .campaign-tokyoreform .store-list li {
    width: 100%;
    margin: 0px 0px 16px;
    margin: 0rem 0rem 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
  }
  .campaign-tokyoreform .store-list li .name {
    font-size: 16px;
    font-size: 1rem;
  }
  .campaign-tokyoreform .store-list li .name + p {
    margin-top: 0;
  }
  .campaign-tokyoreform .store-list li .tag {
    margin: 8px 0px;
    margin: 0.5rem 0rem;
  }
  .campaign-tokyoreform .store .column > div {
    width: 100%;
  }
  .campaign-tokyoreform .store .tz-point {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding: 24px;
    padding: 1.5rem;
  }
  .campaign-tokyoreform .store .tz-point .btn-detail {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .campaign-tokyoreform .store .tz-point .btn-detail a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .campaign-tokyoreform .store .reserve__title {
    width: 100%;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .campaign-tokyoreform .store .reserve .detail {
    width: 100%;
  }
  .campaign-tokyoreform .store .reserve .detail ul {
    display: block;
  }
  .campaign-tokyoreform .store .reserve .detail ul li {
    width: 100%;
  }
  .campaign-tokyoreform .store .reserve .detail ul li + li {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .campaign-tokyoreform .reserve {
    display: block;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .campaign-tokyoreform .reserve__title {
    width: 100%;
    padding: 12px;
    padding: 0.75rem;
  }
  .campaign-tokyoreform .reserve .detail {
    padding: 24px;
    padding: 1.5rem;
  }
  .campaign-tokyoreform .reserve .detail ul li {
    grid-template-columns: 38px auto;
    grid-gap: 0 8px;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  .campaign-tokyoreform .reserve .detail ul li span {
    display: block;
  }
  .campaign-tokyoreform .reserve .detail ul li span.att {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .campaign-tokyoreform .reserve .detail .btn-detail a {
    padding: 14px;
    padding: 0.875rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .campaign-tokyoreform .item-section {
    display: block;
  }
  .campaign-tokyoreform .item-section + .item-section {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding-top: 20px;
    padding-top: 1.25rem;
    border: 0;
  }
  .campaign-tokyoreform .item-section .img {
    max-width: 240px;
    max-width: 15rem;
    width: 100%;
    margin: 0px auto 16px;
    margin: 0rem auto 1rem;
  }
  .campaign-tokyoreform .item-section .detail {
    width: auto;
  }
  .campaign-tokyoreform .item-section .detail .item-name {
    font-size: 16px;
    font-size: 1rem;
  }
  .campaign-tokyoreform .item-section .detail .price dl {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }
  .campaign-tokyoreform .item-section .detail .price .installment {
    margin: 0px 0px 16px;
    margin: 0rem 0rem 1rem;
  }
  .campaign-tokyoreform .item-section .detail .price .installment dl {
    display: block;
  }
  .campaign-tokyoreform .item-section .detail .price .installment dl dt {
    width: 100%;
    height: 32px;
    padding: 4px;
    padding: 0.25rem;
    background: #BE0000 url(../img/img_zero_sp.gif) center no-repeat;
    background-size: auto 24px;
  }
  .campaign-tokyoreform .item-section .detail .price .installment dl dt img {
    display: none;
  }
  .campaign-tokyoreform .item-section .detail .price .installment__price {
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
    white-space: nowrap;
  }
  .campaign-tokyoreform .item-section .detail .price.-pointPresent {
    display: block;
  }
  .campaign-tokyoreform .item-section .detail .price.-pointPresent .badge {
    display: block;
    margin: 4px auto 0px;
    margin: 0.25rem auto 0rem;
    width: 200px;
    width: 12.5rem;
  }
  .campaign-tokyoreform .item-section .detail .price.-pointPresent-note {
    grid-column: 1 / 3;
  }
  .campaign-tokyoreform .item-section .detail .price.-pointPresent + .btn-detail {
    margin-top: 16px;
  }
  .campaign-tokyoreform .item-section.-window {
    display: block;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
  .campaign-tokyoreform .item-section.-window .img {
    width: 100%;
  }
  .campaign-tokyoreform .item-section.-window .detail {
    width: 100%;
    padding: 0;
  }
  .campaign-tokyoreform .item-section.-window .bnrs ul li {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .campaign-tokyoreform .item-section.-window .btn-detail {
    display: block;
  }
  .campaign-tokyoreform .item-section.-window .btn-detail .btn, .campaign-tokyoreform .item-section.-window .btn-detail .btn-primary, .campaign-tokyoreform .item-section.-window .btn-detail .btn-secondary {
    width: 100%;
    height: 52px;
    height: 3.25rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding: 0;
  }
  .campaign-tokyoreform .item-section.-window .btn-detail + .btn-detail {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .campaign-tokyoreform .item .item-variation {
    margin-top: 16px;
    margin-top: 1rem;
    padding-top: 16px;
    padding-top: 1rem;
  }
  .campaign-tokyoreform .item .item-variation + .item-variation {
    margin-top: 24px;
    margin-top: 1.5rem;
    padding-top: 24px;
    padding-top: 1.5rem;
  }
  .campaign-tokyoreform .item .item-variation + .price {
    margin-top: 24px;
    margin-top: 1.5rem;
    padding-top: 24px;
    padding-top: 1.5rem;
  }
  .campaign-tokyoreform .item .related {
    display: block;
    margin-top: 20px;
    margin-top: 1.25rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .campaign-tokyoreform .item .related dt {
    margin: 0px 0px 16px;
    margin: 0rem 0rem 1rem;
  }
  .campaign-tokyoreform .item .related dd a {
    margin: 0 auto;
  }
  .campaign-tokyoreform .item .related dd + dd {
    margin-left: 24px;
    margin-left: 1.5rem;
  }
  .campaign-tokyoreform .item .btn-detail {
    display: block;
  }
  .campaign-tokyoreform .item .btn-detail .btn, .campaign-tokyoreform .item .btn-detail .btn-primary, .campaign-tokyoreform .item .btn-detail .btn-secondary {
    width: 100%;
  }
  .campaign-tokyoreform .item .btn-detail .btn + .btn, .campaign-tokyoreform .item .btn-detail .btn-primary + .btn, .campaign-tokyoreform .item .btn-detail .btn-secondary + .btn, .campaign-tokyoreform .item .btn-detail .btn + .btn-primary, .campaign-tokyoreform .item .btn-detail .btn-primary + .btn-primary, .campaign-tokyoreform .item .btn-detail .btn-secondary + .btn-primary, .campaign-tokyoreform .item .btn-detail .btn + .btn-secondary, .campaign-tokyoreform .item .btn-detail .btn-primary + .btn-secondary, .campaign-tokyoreform .item .btn-detail .btn-secondary + .btn-secondary {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .campaign-tokyoreform .items .bnr a {
    display: block;
    margin: 0 auto;
    max-width: 750px;
    aspect-ratio: 750 / 520;
    background: url(../img/bnr_handsshibuya_sp.png) center no-repeat;
    background-size: contain;
  }
  .campaign-tokyoreform .items .bnr a img {
    display: none;
  }
  .campaign-tokyoreform .window {
    padding: 40px 16px;
    padding: 2.5rem 1rem;
  }
  .campaign-tokyoreform .window .contents {
    padding: 16px;
    padding: 1rem;
    padding-top: 24px !important;
  }
  .campaign-tokyoreform .window-lead {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  .campaign-tokyoreform .window-lead img {
    width: auto;
  }
  .campaign-tokyoreform .window-construction {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  .campaign-tokyoreform .window-construction dt, .campaign-tokyoreform .window-construction dd {
    padding: 6px;
    padding: 0.375rem;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .campaign-tokyoreform .window-construction dt {
    width: 100%;
  }
  .campaign-tokyoreform .window-construction dd {
    display: block;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 9px;
    padding-bottom: 0.5625rem;
  }
  .campaign-tokyoreform .window-construction dd span {
    display: block;
    margin: 0;
    font-weight: normal;
  }
  .campaign-tokyoreform .window .item-section.-window {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .campaign-tokyoreform .window .item-section .img {
    max-width: 100%;
  }
  .campaign-tokyoreform .window .item-section .aside {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding-top: 20px;
    padding-top: 1.25rem;
    border-top: 1px solid #ccc;
  }
  .campaign-tokyoreform .window .item-table {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  .campaign-tokyoreform .window .item-table th, .campaign-tokyoreform .window .item-table td {
    padding: 8px 6px;
    padding: 0.5rem 0.375rem;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .campaign-tokyoreform .window .item-table th {
    padding: 8px 0px;
    padding: 0.5rem 0rem;
    width: 23%;
  }
  .campaign-tokyoreform .window .item-table th:nth-of-type(1) {
    width: 28%;
  }
  .campaign-tokyoreform .window .item-table th:nth-of-type(2) {
    width: 26%;
  }
  .campaign-tokyoreform .window .item-table th:nth-of-type(4) {
    width: 23%;
  }
  .campaign-tokyoreform .window .item-table td span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .campaign-tokyoreform .window-price > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    padding: 0.5rem;
  }
  .campaign-tokyoreform .window-price > div.total {
    padding: 8px;
    padding: 0.5rem;
  }
  .campaign-tokyoreform .window-price > div.total dd b {
    font-size: 32px;
    font-size: 2rem;
  }
  .campaign-tokyoreform .window-price dd {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .campaign-tokyoreform .window-price dd b {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .campaign-tokyoreform .window .reserve {
    margin-top: 0;
  }
  .campaign-tokyoreform .window .reserve__title span {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .campaign-tokyoreform .window .reserve .detail {
    padding: 16px 16px 24px;
    padding: 1rem 1rem 1.5rem;
  }
  .campaign-tokyoreform .window .reserve .detail .text {
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
    font-size: 16px;
    font-size: 1rem;
  }
  .campaign-tokyoreform .window .reserve .detail .text + .att {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  .campaign-tokyoreform .window .reserve .detail .btn-detail .btn, .campaign-tokyoreform .window .reserve .detail .btn-detail .btn-primary, .campaign-tokyoreform .window .reserve .detail .btn-detail .btn-secondary {
    margin-bottom: 0;
  }
  .campaign-tokyoreform .window .reserve .detail .img {
    margin-bottom: 0;
  }
  .campaign-tokyoreform .window .bnrs ul {
    display: block;
  }
  .campaign-tokyoreform .window .bnrs ul li {
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 16px;
    margin: 0rem 0rem 1rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .campaign-tokyoreform .window .bnrs ul li img {
    display: block;
    margin: 14px 0px 8px;
    margin: 0.875rem 0rem 0.5rem;
  }
  .campaign-tokyoreform .window .bnrs ul li span {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .campaign-tokyoreform .window .bnrs ul li:last-child {
    margin-bottom: 0;
  }
  .campaign-tokyoreform .case .column.-subgrid {
    display: grid;
  }
  .campaign-tokyoreform .case .column.-subgrid .item {
    display: grid;
  }
  .campaign-tokyoreform .case .column.-col3.-subgrid {
    grid-template-columns: repeat(2, calc(100% / 2 - 7.5px));
  }
  .campaign-tokyoreform .case .item {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
  .campaign-tokyoreform .case .item:nth-last-of-type(3) {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
  }
  .campaign-tokyoreform .case .item:nth-last-of-type(1), .campaign-tokyoreform .case .item:nth-last-of-type(2) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .campaign-tokyoreform .case .item .title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .campaign-tokyoreform .flow {
    margin: 0;
  }
  .campaign-tokyoreform .flow-list {
    position: relative;
    display: block;
    margin: 0;
  }
  .campaign-tokyoreform .flow-list:before {
    display: none;
  }
  .campaign-tokyoreform .flow-list-item {
    width: 100%;
    display: grid;
    grid-column: auto auto;
    grid-template-rows: auto auto 1fr;
    margin: 0px 0px 16px;
    margin: 0rem 0rem 1rem;
  }
  .campaign-tokyoreform .flow-list-item:before {
    position: absolute;
    top: 0;
    left: 58px;
    content: "";
    display: block;
    width: 2px;
    height: calc(100% + 16px);
    background: #eee;
  }
  .campaign-tokyoreform .flow-list-item:last-child:before {
    display: none;
  }
  .campaign-tokyoreform .flow-list-item .img {
    grid-column: 1;
    grid-row: 1 / 4;
    flex-shrink: 0;
    left: 8px;
    width: 100px;
    width: 6.25rem;
    height: 100px;
    height: 6.25rem;
    margin: 0;
    margin-right: 24px;
    margin-right: 1.5rem;
  }
  .campaign-tokyoreform .flow-list-item .img img {
    width: 52px;
    width: 3.25rem;
    margin: 8px 0px 0px 8px;
    margin: 0.5rem 0rem 0rem 0.5rem;
  }
  .campaign-tokyoreform .flow-list-item .step {
    left: -8px;
    left: -0.5rem;
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    font-size: 8px;
    font-size: 0.5rem;
  }
  .campaign-tokyoreform .flow-list-item .step span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .campaign-tokyoreform .flow-list-item .title {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left;
  }
  .campaign-tokyoreform .flow-list-item p {
    margin-bottom: 0;
  }
  .campaign-tokyoreform .order .section__title + p {
    text-indent: -1em;
    padding-left: 1em;
  }
  .campaign-tokyoreform .order .contents {
    margin-bottom: 0;
    padding: 40px 0 !important;
  }
  .campaign-tokyoreform .order .btn-detail {
    display: block;
    max-width: 800px;
    max-width: 50rem;
    margin: 0 auto;
  }
  .campaign-tokyoreform .order .btn-detail .btn, .campaign-tokyoreform .order .btn-detail .btn-primary, .campaign-tokyoreform .order .btn-detail .btn-secondary {
    width: 100%;
    margin: 0;
  }
  .campaign-tokyoreform .order .btn-detail .btn + .btn, .campaign-tokyoreform .order .btn-detail .btn-primary + .btn, .campaign-tokyoreform .order .btn-detail .btn-secondary + .btn, .campaign-tokyoreform .order .btn-detail .btn + .btn-primary, .campaign-tokyoreform .order .btn-detail .btn-primary + .btn-primary, .campaign-tokyoreform .order .btn-detail .btn-secondary + .btn-primary, .campaign-tokyoreform .order .btn-detail .btn + .btn-secondary, .campaign-tokyoreform .order .btn-detail .btn-primary + .btn-secondary, .campaign-tokyoreform .order .btn-detail .btn-secondary + .btn-secondary {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .campaign-tokyoreform .m_modal {
    z-index: 1000;
  }
  .campaign-tokyoreform .m_modal-window {
    position: relative;
    width: 93.33%;
  }
  .campaign-tokyoreform .m_modal-main {
    padding: 32px 16px 40px;
  }
  .campaign-tokyoreform .m_modal-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .campaign-tokyoreform .m_modal-table {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .campaign-tokyoreform .m_modal-table th, .campaign-tokyoreform .m_modal-table td {
    padding: 12px 16px;
    padding: 0.75rem 1rem;
  }
  .campaign-tokyoreform .m_modal-table th {
    white-space: nowrap;
  }
  .campaign-tokyoreform .m_modal-table td > span {
    padding: 4px 8px;
  }
  .campaign-tokyoreform .m_modal-table td strong {
    margin-left: 4px;
  }
}

/*# sourceMappingURL=styles.css.map */
