@charset "utf-8";

@font-face {
  font-family: "fc-tokyo";
  src: url("../fonts/FCTOKYO Condensed.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "fc-tokyo-expanded";
  src: url("../fonts/FCTOKYO Expanded.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

input[type="radio"]::-ms-check,
input[type="checkbox"]::-ms-check {
  display: none;
}

select,
input[type="radio"],
input[type="checkbox"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="reset"],
input[type="button"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
}
input[type="text"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="number"]::-ms-clear {
  display: none;
}
input[type="reset"],
input[type="button"],
input[type="submit"] {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaa;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}

/*common*/
a,
.op {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

.op:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

.hide {
  display: none;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.sansFont {
  font-family: "Noto Sans JP", sans-serif;
}

.minchoFont {
  font-family: "Noto Serif JP", serif;
}

.enFont {
  font-family: "fc-tokyo";
}
.enFont_02 {
  font-family: "fc-tokyo-expanded";
}
.pc {
  display: block;
}

.pt {
  display: block;
}

.ts {
  display: none;
}

.sp {
  display: none;
}

/*** タブレット 745px ~ 959px***/
@media screen and (max-width: 959px) {
  .pc {
    display: none;
  }

  .pt {
    display: block;
  }

  .ts {
    display: block;
  }

  .sp {
    display: none;
  }
}

/*** スマホ 320px ~ 744px***/
@media screen and (max-width: 744px) {
  .pc {
    display: none;
  }

  .pt {
    display: none;
  }

  .ts {
    display: block;
  }

  .sp {
    display: block;
  }
}

/* !tokyo_lp_wrapper
---------------------------------------------------------- */
#tokyo_lp_wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 64px;
}

#tokyo_lp_wrapper:before {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: url(../image/img_bg.jpg) center center no-repeat;
  background-size: cover;
  content: "";
}

.tokyo_lp_inner {
  width: 100%;
  max-width: 1294px;
  padding: 0 48px;
  margin: 0 auto;
}

.tokyo_lp_anchor_area {
  position: relative;
}

.tokyo_lp_anchor_area .tokyo_lp_anchor {
  position: absolute;
  top: -64px;
  z-index: -1;
}

.tokyo_lp_hdL {
  margin-bottom: 30px;
  padding-top: 80px;
  background: url(../image/img_4line_s.png) center top no-repeat;
  background-size: auto 56px;
  font-size: 48px;
  line-height: 1.16;
  font-weight: 700;
  text-align: center;
  color: rgb(0, 10, 110);
}

a.tel {
  pointer-events: none;
}

@media screen and (max-width: 1120px) {
  #tokyo_lp_wrapper {
    padding-top: 48px;
  }
}

/*** タブレット 745px ~ 959px***/
@media screen and (max-width: 959px) {
  .tokyo_lp_inner {
    padding: 0 36px;
  }

  .tokyo_lp_anchor_area .tokyo_lp_anchor {
    top: -48px;
  }

  a.tel {
    pointer-events: inherit;
  }
}

/*** スマホ 320px ~ 744px***/
@media screen and (max-width: 744px) {
  .tokyo_lp_inner {
    padding: 0 16px;
  }

  .tokyo_lp_hdL {
    margin-bottom: 24px;
    padding-top: 56px;
    font-size: 32px;
    line-height: 1.1875;
  }
}

/* !popup
---------------------------------------------------------- */
#auto-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#auto-popup-overlay.show {
  opacity: 1;
}

/* ポップアップコンテンツ */
#auto-popup-content {
  position: relative;
  background-color: rgb(0, 10, 110);
  border-radius: 8px;
  padding: 20px;
  max-width: 1000px;
  height: 50vh;
  max-height: 90vh;
  width: 90%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transform: scale(0.8);
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

#auto-popup-overlay.show #auto-popup-content {
  transform: scale(1);
}

/* 閉じるボタン */
#auto-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-color: rgb(255, 0, 0);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 1;
}

#auto-popup-close:hover {
  background-color: #555;
}

/* ポップアップ内の画像リンク */
.auto-popup-link {
  display: block;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s ease;
}
.auto-popup-link:hover {
  opacity: 0.8;
}
.auto-popup-link img {
  aspect-ratio: 640/400;
  width: 600px;
  height: auto;
}

/* レスポンシブ対応 */
@media (max-width: 750px) {
  #auto-popup-content {
    width: 95%;
    padding: 15px;
  }

  #auto-popup-close {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}

/* !header
---------------------------------------------------------- */
#tokyo_lp_header {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 64px;
  left: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

#tokyo_lp_logo {
  position: absolute;
  left: 30px;
  top: 5px;
  z-index: 2;
  width: 227px;
}

#tokyo_lp_logo img {
  width: 100%;
}

.tokyo_lp_header_button {
  margin-left: 16px;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.tokyo_lp_btn_menu {
  display: none;
}

.cv-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f1c163;
  color: rgb(0, 10, 110);
  font-weight: bold;
  text-decoration: none;
  padding: 0.8rem;
  border-radius: 8px;
  border: 2px solid rgb(0, 10, 110);
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 1.2rem;
  line-height: 1.3;
  width: 100%;
  white-space: nowrap;
}

.arrow-icon {
  font-size: 20px;
  font-weight: normal;
  margin-left: 0.2rem;
  color: #fff;
}

/* レスポンシブ対応 */
@media (max-width: 1200px) {
  .cv-button {
    font-size: 1.2rem;
    padding: 12px 15px;
    margin: 0 auto;
    justify-content: center;
    gap: 1rem;
  }
}

@media screen and (max-width: 1120px) {
  #tokyo_lp_header {
    height: 48px;
    padding: 0 12px;
  }

  #tokyo_lp_logo {
    left: 24px;
    top: 4px;
    width: 171px;
  }

  .tokyo_lp_header_button {
    display: none;
  }

  .tokyo_lp_btn_menu {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../image/icon/icon_menu.svg) center center no-repeat;
    background-size: 24px auto;
    cursor: pointer;
    position: relative;
    z-index: 1000;
  }

  .tokyo_lp_btn_menu.active {
    background: url(../image/icon/icon_close.svg) center center no-repeat;
    background-size: 24px auto;
  }
}

/*** タブレット 745px ~ 959px***/
@media screen and (max-width: 959px) {
  /* #tokyo_lp_header {
    height: 48px;
    padding: 0 12px;
  }

  #tokyo_lp_logo {
    left: 24px;
    top: 4px;
    width: 171px;
  }

  .tokyo_lp_header_button {
    display: none;
  }

  .tokyo_lp_btn_menu {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../image/icon/icon_menu.svg) center center no-repeat;
    background-size: 24px auto;
    cursor: pointer;
    position: relative;
    z-index: 1000;
  }

  .tokyo_lp_btn_menu.active {
    background: url(../image/icon/icon_close.svg) center center no-repeat;
    background-size: 24px auto;
  } */
}

/*** スマホ 320px ~ 744px***/
@media screen and (max-width: 744px) {
  #tokyo_lp_header {
    padding: 0;
  }

  #tokyo_lp_logo {
    left: 8px;
    top: 6px;
  }
}

/* !navi
---------------------------------------------------------- */
#tokyo_lp_navi ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

#tokyo_lp_navi ul li {
  padding: 0 12px;
}

#tokyo_lp_navi ul li a {
  font-size: 12px;
  line-height: 1.33;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(0, 10, 110);
  text-align: center;
  display: block;
  text-decoration: none;
  padding-bottom: 8px;
  background: url(../image/icon/icon_arrow_down_red.svg) center bottom no-repeat;
  background-size: 8px auto;
}

/*** タブレット 745px ~ 959px***/
@media screen and (max-width: 1120px) {
  #tokyo_lp_navi {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
  }

  #tokyo_lp_navi.open {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s;
  }

  #tokyo_lp_navi:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/teamlogo/logo_emblem.svg) center center no-repeat;
    background-size: 226px auto;
    content: "";
    opacity: 0.05;
    z-index: 1;
  }

  #tokyo_lp_navi ul {
    position: relative;
    z-index: 2;
    display: block;
    padding: 48px 0;
  }

  #tokyo_lp_navi ul li {
    padding: 0;
  }

  #tokyo_lp_navi ul li + li {
    margin-top: 40px;
  }

  #tokyo_lp_navi ul li a {
    font-size: 16px;
    padding-bottom: 20px;
  }

  #tokyo_lp_navi ul li a br {
    display: none;
  }
}

/*** スマホ 320px ~ 744px***/
@media screen and (max-width: 744px) {
}

/* !mainVisual
---------------------------------------------------------- */
.tokyo_lp_mainVisual {
  width: 100%;
  position: relative;
}
.tokyo_lp_mainVisual img {
  width: 100%;
}
.tokyo_lp_mainVisual_box {
  max-width: 740px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}

.tokyo_lp_mainVisual_box h2 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 16px;
}

.tokyo_lp_mainVisual_box h2 span {
  font-size: 32px;
}

.tokyo_lp_mainVisual_box ul {
  display: flex;
  margin-top: 40px;
}

.tokyo_lp_mainVisual_box ul li {
  margin-right: 16px;
}

/*** タブレット 745px ~ 959px***/
@media screen and (max-width: 959px) {
  .tokyo_lp_mainVisual_box {
    max-width: 100%;
    left: 0;
    transform: translate(0, -50%);
    padding: 0 30px;
  }
}

/*** スマホ 320px ~ 744px***/
@media screen and (max-width: 744px) {
  .tokyo_lp_mainVisual_box {
    padding: 0 32px;
    font-size: 12px;
  }

  .tokyo_lp_mainVisual_box h2 {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .tokyo_lp_mainVisual_box h2 span {
    font-size: 24px;
  }

  .tokyo_lp_mainVisual_box ul {
    margin: 24px -16px 0;
  }

  .tokyo_lp_mainVisual_box ul li {
    margin-right: 0;
    width: 100%;
  }

  .tokyo_lp_mainVisual_box ul li + li {
    margin-left: 7px;
  }
}

/* tokyo_lp_footer
-----------------------------------------------------------*/

.tokyo_lp_fixed_button {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999;
  display: none;
}

.tokyo_lp_footer {
  width: 100%;
  background: rgb(0, 10, 110);
  padding: 80px 0;
}

.tokyo_lp_footer_sns h2 {
  color: #fff;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 35px;
  text-align: center;
}

.tokyo_lp_footer_sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tokyo_lp_footer_sns ul li {
  margin: 0 28px;
}

.tokyo_lp_footer_links {
  max-width: 306px;
  margin: 0 auto;
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tokyo_lp_footer_links ul {
  width: 155px;
}

.tokyo_lp_footer_links ul li + li {
  margin-top: 10px;
}

.tokyo_lp_footer_links ul li a {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  padding-right: 10px;
  position: relative;
}

.tokyo_lp_footer_links ul li a:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: url(../image/icon/icon_arrow_white.svg) right center no-repeat;
  background-size: 6px auto;
  opacity: 0.5;
  content: "";
  z-index: 2;
}

.tokyo_lp_footer_links ul li a:hover {
  text-decoration: underline;
}

.tokyo_lp_footer_logo {
  width: 103px;
}

.tokyo_lp_footer_logo img {
  width: 100%;
}

.tokyo_lp_footer_info {
  text-align: center;
  color: #fff;
  margin-top: 40px;
  font-size: 14px;
  line-height: 24px;
}

.tokyo_lp_footer_info a {
  color: #fff;
  text-decoration: none;
}

.tokyo_lp_footer_info span {
  font-size: 12px;
}

.tokyo_lp_footer_copyright {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: #c6c5c5;
  margin-top: 24px;
}

@media screen and (max-width: 1200px) {
  .tokyo_lp_fixed_button .pc {
    display: none;
  }
  .tokyo_lp_fixed_button .ts {
    display: block;
  }
  .tokyo_lp_fixed_button {
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 6px 0;
  }

  .tokyo_lp_fixed_button ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.6rem;
    gap: 0.4rem;
  }

  .tokyo_lp_fixed_button ul li {
    width: 100%;
  }
}

/*** タブレット 745px ~ 959px***/
@media screen and (max-width: 959px) {
}

/*** スマホ 320px ~ 744px***/
@media screen and (max-width: 744px) {
  .tokyo_lp_footer {
    padding: 64px 0 100px;
  }

  .tokyo_lp_footer_sns h2 {
    margin-bottom: 33px;
  }

  .tokyo_lp_footer_sns ul {
    flex-wrap: wrap;
    max-width: 240px;
    margin: 0 auto;
  }

  .tokyo_lp_footer_sns ul li {
    margin: 0 8px;
  }

  .tokyo_lp_footer_sns ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
  }

  .tokyo_lp_footer_links {
    max-width: 230px;
    margin: 0 auto;
    margin-top: 36px;
    flex-direction: column-reverse;
  }

  .tokyo_lp_footer_links ul {
    width: 100%;
  }

  .tokyo_lp_footer_links ul li + li {
    margin-top: 0;
  }

  .tokyo_lp_footer_links ul li a {
    padding: 12px 10px 12px 0;
  }

  .tokyo_lp_footer_logo {
    width: 100px;
    margin-top: 28px;
  }

  .tokyo_lp_footer_info span {
    line-height: 16px;
  }

  .tokyo_lp_footer_copyright {
    font-size: 10px;
    margin-top: 32px;
  }
}

#tokyo_lp_sponsorship {
  position: relative;
  background: linear-gradient(180deg, #f9f9f9 0%, rgba(249, 249, 249, 0.9) 46.37%);
  padding-top: 57px;
}

.tokyo_lp_sponsorship_inner {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.tokyo_lp_sponsorship_heading {
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.tokyo_lp_sponsorship_heading:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  font-size: 120px;
  height: 110px;
  overflow: hidden;
  color: #eaeff6;
  font-family: "fc-tokyo";
  content: "PARTNERSHIP";
  line-height: 1;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
}

.tokyo_lp_sponsorship_heading h2 {
  font-size: 24px;
  line-height: 1.43;
  font-weight: 700;
  color: rgb(0, 10, 110);
  width: 100%;
  position: relative;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
}

.tokyo_lp_sponsorship_heading h2:before,
.tokyo_lp_sponsorship_heading h2:after {
  width: calc((100% - 394px) / 2);
  height: 1px;
  background: rgb(0, 10, 110);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  content: "";
}

.tokyo_lp_sponsorship_heading h2:before {
  left: 0;
}

.tokyo_lp_sponsorship_heading h2:after {
  right: 0;
}

.tokyo_lp_sponsorship_top {
  position: relative;
  z-index: 2;
}

.tokyo_lp_sponsorship_top:before {
  position: absolute;
  width: 63px;
  height: 34px;
  background: url(../image/img_concept_arrow.svg) center center no-repeat;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
  bottom: -17px;
  z-index: 2;
  content: "";
}

.tokyo_lp_sponsorship_top p img {
  width: 100%;
}

.tokyo_lp_sponsorship_middle {
  text-align: center;
  padding: 33px 0 56px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: rgb(0, 10, 110);
  position: relative;
}

.tokyo_lp_sponsorship_middle span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}

.tokyo_lp_sponsorship_middle:before {
  position: absolute;
  width: 63px;
  height: 34px;
  background: url(../image/img_concept_arrow.svg) center center no-repeat;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 2;
  content: "";
}

.tokyo_lp_sponsorship_bottom {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  color: rgb(0, 10, 110);
  padding-bottom: 58px;
}

.tokyo_lp_sponsorship_bottom h3 {
  font-size: 36px;
  font-weight: 700;
  color: rgb(190, 150, 100);
  width: 100%;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(190, 150, 100);
  margin-bottom: 24px;
  background: #fff;
  position: relative;
}

.tokyo_lp_sponsorship_bottom h3:before,
.tokyo_lp_sponsorship_bottom h3:after {
  position: absolute;
  background: url(../image/img_concept_title_arrow.svg) center center no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  content: "";
}

.tokyo_lp_sponsorship_bottom h3:before {
  left: 0;
  top: 0;
}

.tokyo_lp_sponsorship_bottom h3:after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

.tokyo_lp_sponsorship_loop {
  width: 100%;
  overflow: hidden;
}

.tokyo_lp_sponsorship_loop .loop_wrap {
  display: flex;
  justify-items: center;
  align-items: center;
  width: 4044px;
}

.tokyo_lp_sponsorship_loop .loop_item {
  display: flex;
  align-items: center;
  vertical-align: middle;
  animation: loop 40s linear infinite;
  width: 2022px;
}

@keyframes loop {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}
.tokyo_lp_sponsorship_loop .loop_item img {
  width: 337px;
  display: inline-block;
}

/*** タブレット 745px ~ 959px***/
@media screen and (max-width: 959px) {
  #tokyo_lp_sponsorship {
    padding-top: 63px;
  }

  .tokyo_lp_sponsorship_heading {
    height: 71px;
    margin-bottom: 27px;
  }

  .tokyo_lp_sponsorship_heading:before {
    font-size: 100px;
    height: 110px;
  }

  .tokyo_lp_sponsorship_heading h2:before,
  .tokyo_lp_sponsorship_heading h2:after {
    width: 144px;
  }

  .tokyo_lp_sponsorship_heading h2:before {
    left: 50%;
    margin-left: -296px;
  }

  .tokyo_lp_sponsorship_heading h2:after {
    right: 50%;
    margin-right: -296px;
  }

  .tokyo_lp_sponsorship_top:before {
    bottom: -32px;
  }

  .tokyo_lp_sponsorship_middle {
    padding: 48px 0 62px;
  }

  .tokyo_lp_sponsorship_middle:before {
    bottom: 16px;
  }

  .tokyo_lp_sponsorship_bottom {
    padding-bottom: 68px;
  }

  .tokyo_lp_sponsorship_bottom h3 {
    height: 94px;
    margin-bottom: 30px;
  }

  .tokyo_lp_sponsorship_bottom h3:before,
  .tokyo_lp_sponsorship_bottom h3:after {
    width: 35px;
    height: 35px;
  }

  .tokyo_lp_sponsorship_loop {
    width: 100%;
    overflow: hidden;
  }

  .tokyo_lp_sponsorship_loop .loop_wrap {
    width: 2880px;
  }

  .tokyo_lp_sponsorship_loop .loop_item {
    width: 1440px;
  }

  .tokyo_lp_sponsorship_loop .loop_item img {
    width: 240px;
  }
}

/*** スマホ 320px ~ 744px***/
@media screen and (max-width: 744px) {
  #tokyo_lp_sponsorship {
    padding-top: 48px;
  }

  .tokyo_lp_sponsorship_heading {
    height: auto;
    margin-bottom: 26px;
  }

  .tokyo_lp_sponsorship_heading:before {
    font-size: 48px;
    height: 50px;
  }

  .tokyo_lp_sponsorship_heading h2 {
    line-height: 1.1;
  }

  .tokyo_lp_sponsorship_heading h2:before,
  .tokyo_lp_sponsorship_heading h2:after {
    width: 48px;
  }

  .tokyo_lp_sponsorship_heading h2:before {
    margin-left: -156px;
  }

  .tokyo_lp_sponsorship_heading h2:after {
    margin-right: -156px;
  }

  .tokyo_lp_sponsorship_top {
    margin: 0 -16px;
  }

  .tokyo_lp_sponsorship_top:before {
    bottom: -26px;
  }

  .tokyo_lp_sponsorship_middle {
    padding: 33px 0 49px;
    font-size: 24px;
    line-height: 1.33;
  }

  .tokyo_lp_sponsorship_middle:before {
    bottom: 8px;
  }

  .tokyo_lp_sponsorship_middle span {
    font-size: 14px;
    line-height: 1.714;
  }

  .tokyo_lp_sponsorship_bottom {
    font-size: 16px;
    line-height: 2;
    padding: 0 16px 55px;
    text-align: left;
  }

  .tokyo_lp_sponsorship_bottom h3 {
    width: calc(100% + 32px);
    height: 107px;
    margin: 0 -16px 24px;
    font-size: 32px;
    line-height: 1.171875;
    text-align: center;
  }

  .tokyo_lp_sponsorship_bottom h3:before,
  .tokyo_lp_sponsorship_bottom h3:after {
    width: 18px;
    height: 18px;
  }

  .tokyo_lp_sponsorship_loop {
    width: 100%;
    overflow: hidden;
  }

  .tokyo_lp_sponsorship_loop .loop_wrap {
    width: 1704px;
  }

  .tokyo_lp_sponsorship_loop .loop_item {
    width: 852px;
  }

  .tokyo_lp_sponsorship_loop .loop_item img {
    width: 142px;
  }
}

#tokyo_lp_strength {
  background: linear-gradient(142.86deg, rgb(0, 10, 110) 21.55%, #010336 100%);
  width: 100%;
  position: relative;
  z-index: 2;
  padding-bottom: 122px;
}

#tokyo_lp_strength:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: 1262px auto;
  content: "";
  left: 0;
  top: 0;
  opacity: 0.03;
}

.tokyo_lp_strength_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#tokyo_lp_strength .tokyo_lp_hdL {
  color: #fff;
  position: relative;
  z-index: 2;
}

.tokyo_lp_strength_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.tokyo_lp_strength_list .tokyo_lp_strength_item {
  width: 48%;
}

.tokyo_lp_strength_list .tokyo_lp_strength_item01,
.tokyo_lp_strength_list .tokyo_lp_strength_item02 {
  width: 100%;
  padding-top: 56.67%;
  position: relative;
}

.tokyo_lp_strength_list .tokyo_lp_strength_item01 {
  background: url(../image/img_strength_01.png) center center no-repeat;
  background-size: cover;
}

.tokyo_lp_strength_list .tokyo_lp_strength_item02 {
  background: url(../image/img_strength_02.png) center center no-repeat;
  background-size: cover;
}

.tokyo_lp_strength_list .tokyo_lp_strength_item .item_title {
  position: absolute;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  left: 16px;
  top: 10px;
  z-index: 2;
}

.tokyo_lp_strength_list .tokyo_lp_strength_item .item_image {
  width: 55.83%;
  position: absolute;
  left: 50%;
  top: 17.64%;
  transform: translate(-50%, 0);
  z-index: 2;
}

.tokyo_lp_strength_list .tokyo_lp_strength_item .item_time {
  position: absolute;
  font-size: 14px;
  line-height: 1;
  color: #6d88cd;
  right: 16px;
  bottom: 16px;
  z-index: 2;
}

.tokyo_lp_strength_sns_title {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 14px;
}

.tokyo_lp_strength_sns_list {
  display: flex;
}

.tokyo_lp_strength_sns_list li {
  flex: 1;
}

.tokyo_lp_strength_sns_list li img {
  width: 100%;
}

.tokyo_lp_strength_time {
  text-align: right;
  margin-top: 13px;
  font-size: 14px;
  line-height: 1;
  color: #6d88cd;
}

/*** タブレット 745px ~ 959px***/
@media screen and (max-width: 959px) {
  #tokyo_lp_strength {
    padding-bottom: 64px;
  }

  #tokyo_lp_strength:before {
    background-size: 742px auto;
  }

  .tokyo_lp_strength_list .tokyo_lp_strength_item {
    width: 48.8%;
  }

  .tokyo_lp_strength_list .tokyo_lp_strength_item01,
  .tokyo_lp_strength_list .tokyo_lp_strength_item02 {
    padding-top: 64.13%;
  }

  .tokyo_lp_strength_list .tokyo_lp_strength_item .item_title {
    font-size: 16px;
    line-height: 1.6875;
    top: 4px;
  }

  .tokyo_lp_strength_list .tokyo_lp_strength_item .item_image {
    width: 78.13%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .tokyo_lp_strength_list .tokyo_lp_strength_item .item_time {
    font-size: 12px;
    bottom: 12px;
  }

  .tokyo_lp_strength_sns_title {
    margin-bottom: 16px;
  }

  .tokyo_lp_strength_time {
    margin-top: 16px;
    font-size: 12px;
  }
}

/*** スマホ 320px ~ 744px***/
@media screen and (max-width: 744px) {
  #tokyo_lp_strength {
    padding-bottom: 100px;
  }

  #tokyo_lp_strength:before {
    background-size: 100% auto;
  }

  #tokyo_lp_strength:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(../image/img_bg_fctokyo.svg) center bottom no-repeat;
    background-size: 100% auto;
    content: "";
    left: 0;
    bottom: 0;
    opacity: 0.03;
  }

  .tokyo_lp_strength_list {
    display: block;
    margin-bottom: 0;
  }

  .tokyo_lp_strength_list .tokyo_lp_strength_item {
    width: 100%;
    margin-bottom: 24px;
  }

  .tokyo_lp_strength_list .tokyo_lp_strength_item .item_title {
    font-size: 14px;
  }

  .tokyo_lp_strength_sns_list {
    display: flex;
    flex-wrap: wrap;
  }

  .tokyo_lp_strength_sns_list li {
    width: 33.33%;
    flex: none;
  }
}

#tokyo_lp_right {
  background: #fff;
  padding-bottom: 80px;
}

.tokyo_lp_right_inner {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.tokyo_lp_right_notes {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: rgb(0, 10, 110);
  margin-bottom: 24px;
}

.tokyo_lp_right_notes span {
  display: block;
  font-size: 12px;
}

.tokyo_lp_right_dl dl {
  display: flex;
}

.tokyo_lp_right_dl dl dt {
  width: 180px;
  margin-right: 35px;
  border-bottom: 1px solid rgba(11, 49, 144, 0.3);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(0, 10, 110);
  display: flex;
  align-items: center;
}

.tokyo_lp_right_dl dl dd {
  width: calc(100% - 215px);
  border-bottom: 1px solid rgba(11, 49, 144, 0.3);
  font-size: 14px;
  line-height: 1.5;
  padding: 13px 0;
}

.tokyo_lp_right_dl dl:first-child dt,
.tokyo_lp_right_dl dl:first-child dd {
  border-top: 1px solid rgba(11, 49, 144, 0.3);
}

.tokyo_lp_right_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-left: -20px;
}

.tokyo_lp_right_list li {
  padding-left: 20px;
  width: 33.33%;
  margin-top: 24px;
}

.tokyo_lp_right_list li:nth-child(1),
.tokyo_lp_right_list li:nth-child(2),
.tokyo_lp_right_list li:nth-child(3) {
  margin-top: 0;
}

.tokyo_lp_right_item {
  font-size: 14px;
  line-height: 1.5;
  color: rgb(0, 10, 110);
  font-weight: 700;
}

.tokyo_lp_right_item figure {
  padding: 0;
  margin: 0;
  border: 1px solid #d9d9d9;
  width: 100%;
  padding-top: 43.07%;
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.tokyo_lp_right_item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.tokyo_lp_right_item figure figcaption {
  display: block;
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 2;
  background: rgba(0, 10, 110, 0.7);
  border: 1px solid #ffffff;
  border-radius: 40px;
  font-size: 12px;
  line-height: 2;
  font-weight: 700;
  color: #fff;
  padding: 0 16px;
}

/*** タブレット 745px ~ 959px***/
@media screen and (max-width: 959px) {
  #tokyo_lp_right {
    padding-bottom: 64px;
  }

  .tokyo_lp_right_dl dl dt {
    width: 120px;
    margin-right: 24px;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 0;
    align-items: flex-start;
  }

  .tokyo_lp_right_dl dl dd {
    width: calc(100% - 144px);
    padding: 12px 0;
  }

  .tokyo_lp_right_list li {
    width: 50%;
    margin-top: 16px;
  }

  .tokyo_lp_right_list li:nth-child(3) {
    margin-top: 16px;
  }
}

/*** スマホ 320px ~ 744px***/
@media screen and (max-width: 744px) {
  .tokyo_lp_right_notes {
    text-align: left;
    margin-bottom: 0;
  }

  .tokyo_lp_right_dl dl {
    padding-top: 32px;
    display: block;
  }

  .tokyo_lp_right_dl dl dt {
    width: 100%;
    margin-right: 0;
    font-size: 20px;
    line-height: 1.2;
    padding: 0 0 18px;
    display: block;
    margin-bottom: 16px;
  }

  .tokyo_lp_right_dl dl dd {
    width: 100%;
    padding: 0;
    border: 0;
    font-size: 12px;
    line-height: 1.5;
  }

  .tokyo_lp_right_dl dl:first-child dt,
  .tokyo_lp_right_dl dl:first-child dd {
    border-top: 0;
  }

  .tokyo_lp_right_list {
    display: block;
    padding: 0 9px;
    margin: 0;
  }

  .tokyo_lp_right_list li {
    width: 100%;
    margin-top: 16px !important;
    padding: 0;
  }
}

.tokyo_lp_contact {
  background: linear-gradient(142.86deg, rgb(0, 10, 110) 21.55%, #010336 100%);
  width: 100%;
  position: relative;
  padding: 94px 0 80px;
}

.tokyo_lp_contact:before {
  background: url(../image/img_bg_white.png) center center repeat;
  background-size: 78px auto;
  opacity: 0.05;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  content: "";
}

.tokyo_lp_contact:after {
  background: url(../image/img_4line_l.png) center top no-repeat;
  background-size: 480px auto;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  content: "";
}

.tokyo_lp_contact_inner {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 984px;
  margin: 0 auto;
}

.tokyo_lp_contact_list {
  display: flex;
  margin-left: -48px;
}

.tokyo_lp_contact_list li {
  padding-left: 48px;
  width: 33.33%;
}

.tokyo_lp_contact_item {
  font-size: 14px;
  line-height: 1.714;
  color: #fff;
}

.tokyo_lp_contact_item .tokyo_lp_contact_text {
  padding: 0 14px;
  margin-bottom: 24px;
}

.tokyo_lp_contact_item a {
  width: 100%;
  display: flex;
  width: 100%;
  height: 96px;
  border: 1px solid rgb(190, 150, 100);
  border-radius: 4px;
  font-size: 18px;
  line-height: 2.33;
  font-weight: 700;
  color: rgb(0, 10, 110);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: url(../image/icon/icon_arrow_blue.svg) right 8% center no-repeat #fff;
  background-size: 8px auto;
  position: relative;
}

.tokyo_lp_contact_item a.icon_download:before,
.tokyo_lp_contact_item a.icon_form:before,
.tokyo_lp_contact_item a.icon_tour:before {
  width: 32px;
  height: 100%;
  position: absolute;
  left: 8%;
  top: 0;
  z-index: 2;
  content: "";
}

.tokyo_lp_contact_item a.icon_download:before {
  background: url(../image/icon/icon_cv_download.svg) center center no-repeat;
  background-size: 100%;
}

.tokyo_lp_contact_item a.icon_form:before {
  background: url(../image/icon/icon_cv_form.svg) center center no-repeat;
  background-size: 100%;
}

.tokyo_lp_contact_item a.icon_tour:before {
  background: url(../image/icon/icon_cv_tour.svg) center center no-repeat;
  background-size: 100%;
}

.tokyo_lp_contact_item a span {
  display: block;
  position: relative;
}

.tokyo_lp_contact_item a span:after {
  width: 100%;
  height: 1px;
  background: rgb(0, 10, 110);
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 2;
  content: "";
}

.tokyo_lp_contact_notes {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

/*** タブレット 745px ~ 959px***/
@media screen and (max-width: 959px) {
  .tokyo_lp_contact {
    padding: 65px 0;
  }

  .tokyo_lp_contact:before {
    background-size: 52px auto;
  }

  .tokyo_lp_contact_list {
    display: block;
    width: 100%;
    max-width: 296px;
    margin: 0 auto;
  }

  .tokyo_lp_contact_list li {
    padding-left: 0;
    width: 100%;
  }

  .tokyo_lp_contact_list li + li {
    margin-top: 32px;
  }

  .tokyo_lp_contact_item .tokyo_lp_contact_text {
    padding: 0 28px;
  }

  .tokyo_lp_contact_item a {
    background: url(../image/icon/icon_arrow_blue.svg) right 24px center no-repeat #fff;
    background-size: 8px auto;
  }

  .tokyo_lp_contact_item a.icon_download:before,
  .tokyo_lp_contact_item a.icon_form:before,
  .tokyo_lp_contact_item a.icon_tour:before {
    left: 24px;
  }

  .tokyo_lp_contact_notes {
    margin-top: 24px;
  }
}

/*** スマホ 320px ~ 744px***/
@media screen and (max-width: 744px) {
  .tokyo_lp_contact {
    padding: 72px 0;
  }

  .tokyo_lp_contact:before {
    background-size: 39px auto;
  }

  .tokyo_lp_contact:after {
    background-size: 311px auto;
  }

  .tokyo_lp_contact_list {
    max-width: 100%;
    padding: 0 26px;
  }

  .tokyo_lp_contact_list li + li {
    margin-top: 48px;
  }

  .tokyo_lp_contact_item .tokyo_lp_contact_text {
    padding: 0;
  }

  .tokyo_lp_contact_item a {
    height: 64px;
  }

  .tokyo_lp_contact_bg {
    background: url(../image/img_4line_l.png) center top no-repeat;
    background-size: 311px auto;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    transform: rotate(180deg);
    opacity: 0.2;
  }
}

#tokyo_lp_activation {
  width: 100%;
  background: linear-gradient(142.86deg, rgba(0, 10, 110, 0.9) 21.55%, rgba(1, 3, 54, 0.9) 100%);
  padding-bottom: 80px;
}

#tokyo_lp_activation .tokyo_lp_hdL {
  color: #fff;
}

.tokyo_lp_activation_notes {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 32px;
}

.tokyo_lp_activation_list {
  display: flex;
  margin-left: -24px;
  flex-wrap: wrap;
}

.tokyo_lp_activation_list li {
  width: 33.33%;
  padding-left: 24px;
  margin-top: 24px;
}

.tokyo_lp_activation_list li:nth-child(1),
.tokyo_lp_activation_list li:nth-child(2),
.tokyo_lp_activation_list li:nth-child(3) {
  margin-top: 0;
}

.tokyo_lp_activation_item {
  display: block;
  color: #fff;
  position: relative;
  text-decoration: none;
}

.tokyo_lp_activation_item figure {
  padding: 0;
  margin: 0;
  width: 100%;
  padding-top: 56.62%;
  position: relative;
  display: block;
}

.tokyo_lp_activation_item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.tokyo_lp_activation_item figure figcaption {
  display: block;
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  background: #fff;
  border: 1px solid rgb(0, 10, 110);
  border-radius: 40px;
  font-size: 12px;
  line-height: 2;
  font-weight: 700;
  color: rgb(0, 10, 110);
  padding: 0 16px;
}

.tokyo_lp_activation_logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 44px;
  background: #fff;
  z-index: 3;
}

.tokyo_lp_activation_client {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  margin-top: 13px;
}

.tokyo_lp_activation_title {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 10px;
  padding-right: 80px;
  background: url(../image/icon/icon_more.svg) right 4px no-repeat;
  background-size: 61px auto;
}

.fancybox-inner {
  max-width: 654px;
  left: 50%;
  bottom: unset;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.fancybox-infobar,
.fancybox-toolbar {
  display: none;
}

.fancybox-stage {
  position: relative;
  height: calc(100vh - 40px);
  max-height: 600px;
}

.fancybox-slide--html {
  padding: 0;
}

.tokyo_lp_activation_popup {
  width: 100%;
  background: none;
  padding: 0 65px;
  margin: 0 !important;
}

.tokyo_lp_activation_area {
  width: 100%;
  background: #fff;
  height: calc(100vh - 40px);
  max-height: 600px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.tokyo_lp_activation_popup figure {
  padding: 0;
  margin: 0;
  width: 100%;
  padding-top: 56.62%;
  position: relative;
  display: block;
}

.tokyo_lp_activation_popup figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.tokyo_lp_activation_popup figure figcaption {
  display: block;
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  background: #fff;
  border: 1px solid rgb(0, 10, 110);
  border-radius: 40px;
  font-size: 12px;
  line-height: 2;
  font-weight: 700;
  color: rgb(0, 10, 110);
  padding: 0 16px;
}

.tokyo_lp_activation_popup .tokyo_lp_activation_box {
  padding: 16px 24px 75px;
}

.tokyo_lp_activation_popup .tokyo_lp_activation_client {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.tokyo_lp_activation_popup .tokyo_lp_client_logo {
  width: 92px;
  margin-right: 28px;
}

.tokyo_lp_activation_popup .tokyo_lp_client_logo img {
  width: 100%;
}

.tokyo_lp_activation_popup .tokyo_lp_client_name {
  width: clac(100% - 120px);
}

.tokyo_lp_activation_popup .tokyo_lp_activation_title {
  padding: 0;
  margin-top: 10px;
  background: none;
  font-size: 16px;
  line-height: 1.5;
  color: rgb(0, 10, 110);
  font-weight: 700;
}

.tokyo_lp_activation_popup .tokyo_lp_activation_text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.fancybox-close-small {
  padding: 0;
  width: 24px;
  height: 24px;
  background: url(../image/icon/icon_close_white.svg) center center no-repeat;
  background-size: cover;
  right: 0;
}

.fancybox-close-small svg {
  display: none;
}

.fancybox-navigation .fancybox-button {
  width: 48px;
  height: 48px;
  padding: 0;
  visibility: visible;
  opacity: 1;
}

.fancybox-navigation .fancybox-button svg {
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_left {
  background: url(../image/icon/icon_arrow_left_w.svg) center center no-repeat;
  background-size: cover;
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  background: url(../image/icon/icon_arrow_right_w.svg) center center no-repeat;
  background-size: cover;
  right: 0;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button.disabled,
.fancybox-navigation .fancybox-button.disabled {
  opacity: 0.5;
}

/*** タブレット 745px ~ 959px***/
@media screen and (max-width: 959px) {
  #tokyo_lp_activation {
    padding-bottom: 65px;
  }

  .tokyo_lp_activation_notes {
    margin-bottom: 24px;
  }

  .tokyo_lp_activation_list {
    margin-left: -35px;
  }

  .tokyo_lp_activation_list li {
    width: 50%;
    padding-left: 35px;
    margin-top: 35px;
  }

  .tokyo_lp_activation_list li:nth-child(3) {
    margin-top: 35px;
  }

  .tokyo_lp_activation_item {
    display: block;
    color: #fff;
    position: relative;
    text-decoration: none;
  }

  .tokyo_lp_activation_item figure {
    padding-top: 58%;
  }

  .tokyo_lp_activation_item figure figcaption {
    left: 8px;
    bottom: 20px;
    padding: 0 8px;
  }

  .tokyo_lp_activation_logo {
    width: 94px;
  }

  .tokyo_lp_activation_client {
    margin-top: 10px;
  }

  .tokyo_lp_activation_title {
    margin-top: 10px;
    padding-right: 65px;
    background: url(../image/icon/icon_more.svg) right 5px no-repeat;
    background-size: 48px auto;
  }
}

/*** スマホ 320px ~ 744px***/
@media screen and (max-width: 744px) {
  .tokyo_lp_activation_notes {
    text-align: left;
    line-height: 1.5;
  }

  .tokyo_lp_activation_list {
    margin-left: 0;
  }

  .tokyo_lp_activation_list li {
    width: 100%;
    padding: 0 22px;
    margin-top: 30px;
  }

  .tokyo_lp_activation_list li:nth-child(2),
  .tokyo_lp_activation_list li:nth-child(3) {
    margin-top: 30px;
  }

  .tokyo_lp_activation_item figure figcaption {
    bottom: 8px;
  }

  .tokyo_lp_activation_logo {
    width: 88px;
    height: 40px;
  }

  .tokyo_lp_activation_client {
    margin-top: 7px;
  }

  .tokyo_lp_activation_title {
    margin-top: 5px;
    padding-right: 60px;
    background: url(../image/icon/icon_more.svg) right 5px no-repeat;
    background-size: 45px auto;
  }

  .fancybox-inner {
    max-width: 304px;
  }

  .tokyo_lp_activation_popup {
    max-width: 304px;
    padding: 0;
  }

  .tokyo_lp_activation_popup figure {
    padding-top: 56.25%;
  }

  .tokyo_lp_activation_popup figure figcaption {
    bottom: 12px;
    padding: 0 8px;
  }

  .tokyo_lp_activation_popup .tokyo_lp_activation_box {
    padding: 8px 16px 64px;
  }

  .tokyo_lp_activation_popup .tokyo_lp_activation_client {
    font-size: 14px;
  }

  .tokyo_lp_activation_popup .tokyo_lp_client_logo {
    width: 80px;
    margin-right: 8px;
  }

  .tokyo_lp_activation_popup .tokyo_lp_client_name {
    width: clac(100% - 88px);
  }

  .fancybox-close-small {
    width: 40px;
    height: 40px;
    background-size: 20px auto;
  }

  .fancybox-navigation {
    position: absolute;
    width: 100%;
    max-width: 304px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 64px;
    z-index: 99995;
  }

  .fancybox-navigation .fancybox-button {
    width: 32px;
    height: 32px;
    top: 16px;
  }

  .fancybox-navigation .fancybox-button--arrow_left {
    background: url(../image/icon/icon_arrow_left.svg) center center no-repeat;
    background-size: cover;
    left: 16px;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    background: url(../image/icon/icon_arrow_right.svg) center center no-repeat;
    background-size: cover;
    right: 16px;
  }
}

#tokyo_lp_menu {
  width: 100%;
  padding-bottom: 80px;
  background: rgba(255, 255, 255, 0.95);
}

.tokyo_lp_menu_inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.tokyo_lp_menu_notes {
  text-align: center;
  color: rgb(0, 10, 110);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.tokyo_lp_menu_list {
  display: flex;
  margin-left: -24px;
  flex-wrap: wrap;
}

.tokyo_lp_menu_list li {
  width: 25%;
  padding-left: 24px;
  margin-top: 24px;
}

.tokyo_lp_menu_list li:nth-child(1),
.tokyo_lp_menu_list li:nth-child(2),
.tokyo_lp_menu_list li:nth-child(3),
.tokyo_lp_menu_list li:nth-child(4) {
  margin-top: 0;
}

.tokyo_lp_menu_item figure {
  padding: 0;
  margin: 0;
  width: 100%;
  padding-top: 56.11%;
  position: relative;
  display: block;
  border: 1px solid #d9d9d9;
}

.tokyo_lp_menu_item figure:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  z-index: 2;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(52, 52, 52, 0) 75.86%);
  content: "";
}

.tokyo_lp_menu_item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.tokyo_lp_menu_item figure figcaption {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 7px;
  z-index: 3;
  font-size: 16px;
  line-height: 1.17;
  font-weight: 700;
  color: #fff;
}

.tokyo_lp_menu_item figure figcaption span {
  font-size: 12px;
}

.tokyo_lp_menu_title {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.5;
}

.tokyo_lp_menu_box .tokyo_lp_menu_button {
  display: none;
}

/*** タブレット 745px ~ 959px***/
@media screen and (max-width: 959px) {
  #tokyo_lp_menu {
    padding-bottom: 64px;
  }

  .tokyo_lp_menu_inner {
    max-width: 498px;
  }

  .tokyo_lp_menu_list li {
    width: 50%;
  }

  .tokyo_lp_menu_list li:nth-child(3),
  .tokyo_lp_menu_list li:nth-child(4) {
    margin-top: 24px;
  }
}

/*** スマホ 320px ~ 744px***/
@media screen and (max-width: 744px) {
  #tokyo_lp_menu {
    padding-bottom: 0;
  }

  .tokyo_lp_menu_inner {
    max-width: 100%;
  }

  .tokyo_lp_menu_notes {
    line-height: 1.5;
  }

  .tokyo_lp_menu_list {
    margin-left: -16px;
    padding-bottom: 64px;
  }

  .tokyo_lp_menu_list li {
    width: 50%;
    padding-left: 16px;
  }

  .tokyo_lp_menu_item figure {
    padding-top: 56.44%;
  }

  .tokyo_lp_menu_item figure figcaption {
    left: 4px;
    bottom: 4px;
    font-size: 14px;
  }

  .tokyo_lp_menu_box {
    height: 750px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    transition: height 0.5s;
  }

  .tokyo_lp_menu_box:after {
    position: absolute;
    width: 100%;
    height: 135px;
    left: 0;
    bottom: 0;
    z-index: 100;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    opacity: 1;
    transition: opacity 0.5s;
  }

  .tokyo_lp_menu_box.height-auto {
    height: auto;
    transition: height 0.5s;
  }

  .tokyo_lp_menu_box.height-auto:after {
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s;
  }

  .tokyo_lp_menu_box .tokyo_lp_menu_button {
    display: block;
    position: absolute;
    left: 0;
    bottom: 48px;
    width: 100%;
    z-index: 101;
    text-align: center;
  }

  .tokyo_lp_menu_box .tokyo_lp_menu_button a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: rgb(0, 10, 110);
    width: 240px;
    height: 40px;
    background: #ffffff;
    border: 1px solid rgb(0, 10, 110);
    border-radius: 40px;
    text-decoration: none;
    position: relative;
  }

  .tokyo_lp_menu_box .tokyo_lp_menu_button a:after {
    position: absolute;
    width: 7px;
    height: 13px;
    background: url(../image/icon/icon_arrow_blue.svg) center center no-repeat;
    background-size: 100% auto;
    right: 18px;
    top: 50%;
    margin-top: -6px;
    transform: rotate(90deg);
    content: "";
    z-index: 2;
  }
}

#tokyo_lp_links {
  width: 100%;
  background: linear-gradient(142.86deg, #072a82 21.55%, #010336 100%);
  position: relative;
}

#tokyo_lp_links:before {
  background: url(../image/img_4line_l.png) center top no-repeat;
  background-size: 315px auto;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  content: "";
}

.tokyo_lp_links_inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 64px 0 56px;
}

.tokyo_lp_links_inner .tokyo_lp_links_text {
  width: calc(100% - 320px);
  font-size: 16px;
  line-height: 2.25;
  color: #fff;
}

.tokyo_lp_links_inner .tokyo_lp_links_button {
  width: 295px;
  margin-left: 25px;
}

.tokyo_lp_links_inner .tokyo_lp_links_button a {
  width: 100%;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  color: rgb(0, 10, 110);
  font-weight: 700;
  background: url(../image/icon/icon_arrow_gold.svg) right 15px center no-repeat #fff;
  background-size: 8px auto;
  border: 1px solid rgb(190, 150, 100);
  border-radius: 40px;
  text-decoration: none;
}

.tokyo_lp_links_image img {
  width: 100%;
}

/*** タブレット 745px ~ 959px***/
@media screen and (max-width: 959px) {
  .tokyo_lp_links_inner {
    max-width: 510px;
    padding: 42px 0 64px;
    display: block;
  }

  .tokyo_lp_links_inner .tokyo_lp_links_text {
    width: 100%;
  }

  .tokyo_lp_links_inner .tokyo_lp_links_button {
    width: 100%;
    max-width: 295px;
    margin: 24px auto 0;
  }

  .tokyo_lp_links_image img {
    height: 240px;
    object-fit: cover;
  }
}

/*** スマホ 320px ~ 744px***/
@media screen and (max-width: 744px) {
  .tokyo_lp_links_inner {
    max-width: 100%;
    padding: 64px 16px;
  }

  .tokyo_lp_links_inner .tokyo_lp_links_text {
    width: 100%;
  }

  .tokyo_lp_links_inner .tokyo_lp_links_button {
    max-width: 100%;
    padding: 0 9px;
    margin: 32px auto 0;
  }

  .tokyo_lp_links_image img {
    height: 160px;
  }
}

#tokyo_lp_club {
  width: 100%;
  background: #fff;
  padding-bottom: 80px;
}

.tokyo_lp_club_inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.tokyo_lp_club_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: 24px;
}

.tokyo_lp_club_list li {
  width: 100%;
}

.tokyo_lp_club_list li:nth-child(1),
.tokyo_lp_club_list li:nth-child(2),
.tokyo_lp_club_list li:nth-child(3) {
  margin-top: 0;
}

.tokyo_lp_club_list li img {
  width: 100%;
}

.tokyo_lp_club_button {
  text-align: center;
  margin-top: 40px;
}

.tokyo_lp_club_button a {
  width: 100%;
  max-width: 320px;
  height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  color: rgb(0, 10, 110);
  background: url(../image/icon/icon_arrow_red.svg) right 25px center no-repeat #fff;
  background-size: 7px auto;
  border: 1px solid rgb(0, 10, 110);
  border-radius: 40px;
  text-decoration: none;
}

/*** タブレット 745px ~ 959px***/
@media screen and (max-width: 959px) {
  #tokyo_lp_club {
    padding-bottom: 64px;
  }
  .tokyo_lp_club_button {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .tokyo_lp_club_list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    column-gap: 0;
  }
  .tokyo_lp_club_list li {
    width: 60%;
    margin: 0 auto;
  }
}

/*** スマホ 320px ~ 744px***/
@media screen and (max-width: 500px) {
  #tokyo_lp_club {
    padding-bottom: 57px;
  }

  .tokyo_lp_club_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .tokyo_lp_club_lis li {
    width: 100%;
  }
  .tokyo_lp_club_button {
    margin-top: 40px;
    padding: 0 25px;
  }
}

/*** form.html ***/
#form #tokyo_lp_wrapper {
  padding-top: 0;
  background: #f9f9f9;
}

#form #tokyo_lp_wrapper:before {
  display: none;
}

#form #tokyo_lp_header {
  background: none;
  height: auto;
  position: absolute;
  box-shadow: none;
}

#form #tokyo_lp_logo {
  left: 40px;
  top: 40px;
}

.tokyo_lp_form {
  padding: 56px 0 80px;
}

.tokyo_lp_form_inner {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}

.tokyo_lp_form_head {
  padding: 0 40px;
  margin-bottom: 32px;
  font-size: 12px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

.tokyo_lp_form_head h2 {
  font-size: 16px;
  line-height: 1.5;
}

.tokyo_lp_form_body {
  width: 100%;
  padding: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.tokyo_lp_form_body .rows {
  display: flex;
  margin-top: 16px;
}

.tokyo_lp_form_body .rows:first-child {
  margin-top: 0;
}

.tokyo_lp_form_body .rows .item {
  width: 100%;
}

.tokyo_lp_form_body .rows .item + .item {
  margin-left: 24px;
}

.tokyo_lp_form_body .rows dl {
  width: 100%;
}

.tokyo_lp_form_body .rows dl dt {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
}

.tokyo_lp_form_body .rows dl dt span {
  display: flex;
  margin-left: 8px;
  border-radius: 4px;
  height: 19px;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  font-size: 12px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

.tokyo_lp_form_body .rows dl dt span.required {
  color: #e6002d;
  border: 1px solid #e6002d;
}

.tokyo_lp_form_body .rows dl dt span.any {
  color: #1955ea;
  border: 1px solid #1955ea;
}

.tokyo_lp_form_body .rows dl dd {
  margin-top: 6px;
}

.tokyo_lp_form_body .rows label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 32px;
}

.tokyo_lp_form_body .rows label + label {
  margin-top: 5px;
}

.tokyo_lp_form_body .rows label input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.tokyo_lp_form_body .rows label .radio_label {
  display: block;
  padding-left: 28px;
  background: url(../image/icon/icon_radio.svg) left center no-repeat;
  background-size: 20px auto;
}

.tokyo_lp_form_body .rows label input[type="radio"]:checked + .radio_label {
  background: url(../image/icon/icon_radio_checked.svg) left center no-repeat;
  background-size: 20px auto;
  color: rgb(0, 10, 110);
  font-weight: 700;
}

.tokyo_lp_form_body .rows input[type="text"],
.tokyo_lp_form_body .rows input[type="email"],
.tokyo_lp_form_body .rows input[type="tel"],
.tokyo_lp_form_body .rows input[type="number"],
.tokyo_lp_form_body .rows textarea {
  width: 100%;
  height: 48px;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 0 14px;
  font-size: 14px;
  line-height: 2;
}

.tokyo_lp_form_body .rows textarea {
  height: 140px;
  padding: 10px 14px;
  resize: none;
}

.tokyo_lp_form_body .rows.error input[type="text"],
.tokyo_lp_form_body .rows.error input[type="email"],
.tokyo_lp_form_body .rows.error input[type="tel"],
.tokyo_lp_form_body .rows.error input[type="number"],
.tokyo_lp_form_body .rows.error textarea {
  border: 1px solid #e6002d;
}
.tokyo_lp_form_body .rows .item .regular {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-left: 0;
}

.error_message {
  font-size: 14px;
  line-height: 2;
  color: #e6002d;
  margin-top: 6px;
}

.tokyo_lp_form_agree {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 24px;
}

.tokyo_lp_form_agree a {
  color: rgb(0, 10, 110);
}

.tokyo_lp_form_button {
  margin-top: 16px;
  text-align: center;
}

.tokyo_lp_form_button button[type="submit"] {
  width: 100%;
  height: 64px;
  border: 0;
  background: url(../image/icon/icon_arrow_white.svg) right 25px center no-repeat rgb(0, 10, 110);
  background-size: 7px auto;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.tokyo_lp_form_button button[type="submit"]:disabled {
  background-color: #c6c5c5;
  pointer-events: none;
}

.tokyo_lp_form_text {
  color: rgb(0, 10, 110);
  font-size: 16px;
  line-height: 1.5;
}

.has-contact .is-download,
.has-contact .is-tour,
.has-download .is-contact,
.has-download .is-tour,
.has-tour .is-download,
.has-tour .is-contact {
  display: none;
}

.has-contact .is-contact,
.has-download .is-download,
.has-tour .is-tour {
  display: flex;
}

/* 確認画面用のスタイル追加 */
.confirm-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.confirm-table th,
.confirm-table td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  line-height: 1.6;
}
.confirm-table th {
  width: 30%;
  font-weight: bold;
  color: #333;
  background-color: #f8f8f8;
}
.btn-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.btn-back {
  background-color: #888;
  color: white;
  border: none;
  padding: 0 2rem;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
  flex-shrink: 0;
  margin-top: 16px;
  border-radius: 8px;
  width: 100%;
  height: 64px;
}
.btn-back:hover {
  background-color: #666;
}
.confirm-heading {
  text-align: center;
  margin: 30px 0;
  font-weight: bold;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .confirm-table th,
  .confirm-table td {
    display: block;
    width: 100%;
  }
  .confirm-table th {
    padding-bottom: 5px;
    border-bottom: none;
  }
  .confirm-table td {
    padding-top: 5px;
  }
  .btn-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}

/*** タブレット 745px ~ 1200px***/
@media screen and (max-width: 1200px) {
  #form #tokyo_lp_header {
    background: none;
    height: auto;
    position: relative;
    display: block;
    text-align: center;
    padding-top: 40px;
  }

  #form #tokyo_lp_logo {
    left: 0;
    top: 0;
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
}

.tokyo_lp_form_body .rows label .radio_label {
  display: block;
  padding-left: 28px;
  background: url(../image/icon/icon_check.svg) left 4px center no-repeat;
  background-size: 15px auto;
}

.tokyo_lp_form_body .rows label input[type="checkbox"]:checked + .radio_label {
  background: url(../image/icon/icon_check_checked.svg) left 4px center no-repeat;
  background-size: 15px auto;
  color: rgb(0, 10, 110);
  font-weight: 700;
}

.actibook-container {
  position: relative;
  width: 100%;
  /* padding-top: 80%; */
  aspect-ratio: 16/9;
  margin: 60px 0 40px;
}
.actibook-container iframe {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* レスポンシブ対応 */
/* @media (min-width: 768px) {
  .actibook-container {
    padding-top: 56.25%;
  }
}

@media (max-width: 767px) {
  .actibook-container {
    padding-top: 140%;
  }
} */

/*** タブレット 745px ~ 959px***/
@media screen and (max-width: 959px) {
  #form #tokyo_lp_logo {
    width: 227px;
  }
}

/*** スマホ 320px ~ 744px***/
@media screen and (max-width: 744px) {
  #form #tokyo_lp_header {
    padding-top: 16px;
  }

  #form #tokyo_lp_logo {
    width: 209px;
  }

  .tokyo_lp_form {
    padding: 24px 0 64px;
  }

  .tokyo_lp_form_inner {
    max-width: 100%;
  }

  .tokyo_lp_form_head {
    padding: 0;
  }

  .tokyo_lp_form_body {
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 32px;
  }

  .tokyo_lp_form_body .rows {
    display: block;
  }

  .tokyo_lp_form_body .rows .item + .item {
    margin-left: 0;
    margin-top: 16px;
  }

  .tokyo_lp_form_body .rows label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 32px;
  }

  .tokyo_lp_form_body .rows label + label {
    margin-top: 16px;
  }

  .tokyo_lp_form_body .rows label .radio_label {
    display: flex;
    align-items: center;
    word-break: keep-all;
  }

  .tokyo_lp_form_body .rows label font {
    font-size: 14px;
  }

  .tokyo_lp_form_agree {
    margin-top: 16px;
    text-align: left;
  }

  .tokyo_lp_form_button {
    margin-top: 24px;
  }

  .tokyo_lp_form_button button[type="submit"] {
    width: 100%;
    /* height: 86px; */
    background: url(../image/icon/icon_arrow_white.svg) right 16px center no-repeat rgb(0, 10, 110);
    background-size: 7px auto;
  }

  .has-contact .is-download,
  .has-contact .is-tour,
  .has-download .is-contact,
  .has-download .is-tour,
  .has-tour .is-download,
  .has-tour .is-contact {
    display: none;
  }

  .has-contact .is-contact,
  .has-download .is-download,
  .has-tour .is-tour {
    display: block;
  }
}

/*** thanks.html ***/
#thanks #tokyo_lp_wrapper {
  background: #f9f9f9;
}

#thanks #tokyo_lp_wrapper:before {
  display: none;
}

.tokyo_lp_thanks {
  padding: 70px 0 120px;
}

.tokyo_lp_thanks_inner {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

.tokyo_lp_thanks_body {
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 64px;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

.tokyo_lp_thanks_body h2 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 36px;
}

.tokyo_lp_thanks_button {
  margin-top: 40px;
  text-align: center;
}

.tokyo_lp_thanks_button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 296px;
  height: 64px;
  border: 0;
  background: url(../image/icon/icon_arrow_white.svg) right 25px center no-repeat rgb(0, 10, 110);
  background-size: 7px auto;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}

.tokyo_lp_thanks_button a.icon_download {
  background: url(../image/icon/icon_download.svg) right 24px center no-repeat rgb(0, 10, 110);
  background-size: 24px auto;
}

/*** スマホ 320px ~ 744px***/
@media screen and (max-width: 744px) {
  .tokyo_lp_thanks {
    padding: 48px 0 64px;
  }

  .tokyo_lp_thanks_body {
    padding: 56px 17px;
  }

  .tokyo_lp_thanks_body h2 {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .tokyo_lp_thanks_button {
    margin-top: 48px;
  }

  .tokyo_lp_thanks_button a {
    width: 100%;
    background: url(../image/icon/icon_arrow_white.svg) right 16px center no-repeat rgb(0, 10, 110);
    background-size: 7px auto;
  }

  .tokyo_lp_thanks_button a.icon_download {
    background: url(../image/icon/icon_download.svg) right 15px center no-repeat rgb(0, 10, 110);
    background-size: 24px auto;
  }
}

.tokyo_lp_form_notes {
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.3125;
  margin-top: 16px;
  color: rgb(0, 10, 110);
}

/*** スマホ 320px ~ 744px***/
@media screen and (max-width: 744px) {
  .tokyo_lp_form_notes {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }
}
