html {
  overflow: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow: hidden;
  min-width: 1100px;
}

@font-face {
  font-family: "IQOS";
  src: url("../fonts/IQOSW01-Bold.woff2") format("woff2"), url("../fonts/IQOSW01-Light.woff") format("woff"), url("../fonts/IQOSW01-Light.woff2") format("woff2"), url("../fonts/IQOSW01-Regular.woff") format("woff"), url("../fonts/IQOSW02-Bold.woff2") format("woff2"), url("../fonts/IQOSW02-Light.woff") format("woff"), url("../fonts/IQOSW02-Light.woff2") format("woff2"), url("../fonts/IQOSW02-Regular.woff") format("woff"), url("../fonts/IQOSW04-Light.woff2") format("woff2"), url("../fonts/IQOSW04-Regular.woff2") format("woff2"), url("../fonts/IQOSW05-Bold.woff") format("woff"), url("../fonts/IQOSW05-Bold.woff2") format("woff2"), url("../fonts/IQOSW05-Light.woff") format("woff"), url("../fonts/IQOSW05-Light.woff2") format("woff2"), url("../fonts/IQOSW05-Regular.woff2") format("woff2"), url("../fonts/IQOSW10-Bold.woff") format("woff"), url("../fonts/IQOSW10-Bold.woff2") format("woff2"), url("../fonts/IQOSW10-Light.woff") format("woff"), url("../fonts/IQOSW10-Light.woff2") format("woff2"), url("../fonts/IQOSW10-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.togetherx {
  color: #313131;
  font-family: "IQOS", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.togetherx * {
  box-sizing: border-box;
}

.togetherx sup {
  font-size: small;
  vertical-align: super;
  font-weight: 400;
}

.togetherx .inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.togetherx img {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  border: none;
  max-width: 100%;
}

.togetherx .cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.togetherx ol,
.togetherx ul {
  list-style-type: none;
}

.togetherx .link1 {
  text-decoration: underline !important;
}

.togetherx .link1:hover {
  text-decoration: none !important;
}

.togetherx table {
  border-collapse: collapse;
  border-spacing: 0;
}

.togetherx a {
  transition: ease-in 0.2s;
  text-decoration: none;
  color: #00d1d2;
}

.togetherx a.line {
  text-decoration: underline;
}

.togetherx a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

.togetherx a:hover.line {
  text-decoration: underline;
}

.togetherx .sp_block {
  display: none;
}

.togetherx .sp_none {
  display: block;
}

.togetherx .notes {
  font-size: 13px;
  font-weight: 300;
}

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

.togetherx .btn_slide a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.togetherx .btn_slide a::after {
  --bg-opacity: 1;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  background-color: #34303d;
  background-color: rgba(52, 48, 61, var(--bg-opacity));
  content: " ";
  height: 120%;
  left: -5%;
  opacity: 1;
  position: absolute;
  top: 0;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transform: translateX(-100%) skew(0deg);
  transition-duration: 0.6s;
  width: 120%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .togetherx .btn_slide a:hover {
    --text-opacity: 1;
    color: #34303d;
    color: rgba(52, 48, 61, var(--text-opacity));
  }

  .togetherx .btn_slide a:hover::after {
    --bg-opacity: 1;
    background-color: #00d1d2;
    background-color: rgba(0, 209, 210, var(--bg-opacity));
    transform: translateX(-5%) skew(-21deg);
  }
}

.togetherx .btn_slide.btn_black a::after {
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .togetherx .btn_slide.btn_black a:hover {
    color: #fff;
  }

  .togetherx .btn_slide.btn_black a:hover::after {
    background-color: #000;
  }
}

.togetherx .modal_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.togetherx .modal_area .modal_wrap .modal_inner {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  color: #34303d;
  text-align: center;
}

.togetherx .modal_area .modal_wrap .modal_inner .modal_top {
  background-color: #00d1d2;
  padding-top: 32px;
  padding-bottom: 32px;
  font-weight: 500;
}

.togetherx .modal_area .modal_wrap .modal_inner .modal_bottom {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #fff;
}

.togetherx .modal_area .modal_wrap .modal_inner .modal_bottom .text {
  font-weight: bold;
}

.togetherx .modal_area .modal_wrap .modal_inner .modal_bottom .notes {
  font-weight: 400;
  margin-top: 10px;
}

.togetherx .modal_area .modal_wrap .modal_inner .btn_area {
  margin-top: 28px;
}

.togetherx .modal_area .modal_wrap .modal_inner .btn_area .btn_more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 60px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 18px;
}

.togetherx .modal_area .modal_wrap .modal_inner .btn_area .btn_more.btn_yes {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 60px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 18px;
  background-color: #34303d;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
  cursor: pointer;
}

.togetherx .modal_area .modal_wrap .modal_inner .btn_area .btn_more.btn_yes::after {
  --bg-opacity: 1;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  background-color: #34303d;
  background-color: rgba(52, 48, 61, var(--bg-opacity));
  content: " ";
  height: 120%;
  left: -5%;
  opacity: 1;
  position: absolute;
  top: 0;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transform: translateX(-100%) skew(0deg);
  transition-duration: 0.6s;
  width: 120%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .togetherx .modal_area .modal_wrap .modal_inner .btn_area .btn_more.btn_yes:hover {
    --text-opacity: 1;
    color: #34303d;
    color: rgba(52, 48, 61, var(--text-opacity));
  }

  .togetherx .modal_area .modal_wrap .modal_inner .btn_area .btn_more.btn_yes:hover::after {
    --bg-opacity: 1;
    background-color: #00d1d2;
    background-color: rgba(0, 209, 210, var(--bg-opacity));
    transform: translateX(-5%) skew(-21deg);
  }
}

.togetherx .modal_area .modal_wrap .modal_inner .btn_area .btn_more.btn_no {
  margin-top: 20px;
}

.togetherx .modal_area .modal_wrap .modal_inner .btn_area .btn_more.btn_no a {
  background-color: #fff;
  color: #34303d;
  border: 1px solid #34303d;
}

.togetherx .floating {
  position: fixed;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  background-color: #c00202;
  padding-top: 4px;
  padding-bottom: 4px;
  z-index: 100;
  transition: 0.5s;
}

.togetherx .floating.fixed {
  transform: translateY(0);
}

.togetherx .floating .flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.togetherx .floating .flex_wrap .text_wrap .text {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1;
}

.togetherx .floating .flex_wrap .text_wrap .text .answer,
.togetherx .floating .flex_wrap .text_wrap .text .point {
  transform: translateY(-8px);
  display: inline-block;
}

.togetherx .floating .flex_wrap .text_wrap .text .point {
  display: inline-block;
  color: #c00202;
  padding: 7px 10px;
  background-color: #fff;
  border-radius: 4px;
  margin: 0 3px;
  font-weight: 900;
}

.togetherx .floating .flex_wrap .text_wrap .text .number {
  font-size: 52px;
  letter-spacing: -0.08em;
  font-weight: 900;
}

.togetherx .floating .flex_wrap .text_wrap .text .text01 {
  font-size: 34px;
}

.togetherx .floating .flex_wrap .text_wrap .text .text02 {
  font-size: 33px;
}

.togetherx .floating .flex_wrap .text_wrap .notes {
  font-size: 10px;
  margin-top: 5px;
  color: #fff;
}

.togetherx .floating .flex_wrap .text_wrap .notes a {
  color: #fff;
}

.togetherx .floating .flex_wrap .btn_more a {
  width: 264px;
  height: 48px;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 24px;
  position: relative;
}

.togetherx .floating .flex_wrap .btn_more a::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-top: 8px solid #c00202;
  border-right: 5px solid transparent;
}

@media screen and (min-width: 768px) {
  .togetherx .floating .flex_wrap .btn_more a:hover {
    color: #fff;
  }
}

.togetherx .mv {
  position: relative;
}

.togetherx .mv .mv_img {
  text-align: center;
  background-color: #000;
}

.togetherx .mv .mv_img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 845px;
}

.togetherx .mv .tit_wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 308px;
  max-width: 1424px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
}

.togetherx .mv .tit_left h1 {
  width: calc(358 / 1424 * 100%);
  min-width: 300px;
}

.togetherx .mv .tit_left .mv_text {
  font-size: 29px;
  color: #fff;
  font-weight: 600;
  margin-top: 50px;
}

.togetherx .mv .tit_left .mv_text span {
  color: #00d1d2;
}

.togetherx .mv .tit_left .mv_text span.fz_s {
  color: #fff;
  font-size: 22px;
}

.togetherx .mv .tit_left .notes {
  font-size: 19px;
  color: #fff;
}

.togetherx .mv .tit_right {
  text-align: right;
}

.togetherx .mv .tit_right .tit01 {
  width: calc(358 / 1424 * 100%);
  min-width: 300px;
  margin-left: auto;
  margin-right: 0;
}

.togetherx .mv .tit_right .tit02 {
  margin-top: 55px;
  width: calc(391 / 1424 * 100%);
  min-width: 300px;
  margin-left: auto;
  margin-right: 0;
}

.togetherx .mv .tit_right .notes {
  font-size: 19px;
  margin-top: 26px;
  color: #fff;
}

.togetherx .content_wrap {
  background-image: linear-gradient(#000000, #02a7a9 50%, #000000);
  padding-top: 73px;
  text-align: center;
  color: #fff;
}

.togetherx .content_wrap .lead_wrap .lead_tit {
  font-size: 34px;
  font-weight: 900;
  margin-top: 32px;
}

.togetherx .content_wrap .lead_wrap .lead_tit span {
  font-weight: 400;
}

.togetherx .content_wrap .lead_wrap .lead_text {
  font-size: 18px;
  margin-top: 30px;
}

.togetherx .content_wrap .lead_wrap .notes {
  margin-top: 16px;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.togetherx .content_wrap .content_tit {
  display: flex;
  align-items: center;
  gap: 50px;
  letter-spacing: -0.04em;
}

.togetherx .content_wrap .content_tit .sub {
  color: #fff;
  position: relative;
  line-height: 1.5;
  z-index: 1;
}

.togetherx .content_wrap .content_tit .sub::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  border: 0;
  background: url(../img/bg_content_tit_pc.png) no-repeat center top/contain;
  width: 240px;
  height: 50px;
  z-index: -1;
}

.togetherx .content_wrap .content_tit .tit {
  color: #fff;
}

.togetherx .content_wrap .content_tit span {
  display: block;
  font-size: 34px;
  font-weight: 900;
}

.togetherx .content_wrap .trip {
  margin-top: 80px;
}

.togetherx .content_wrap .trip .content_tit .sub::before {
  background: url(../img/bg_content_tit_pc02.png) no-repeat center top/contain;
  left: 51%;
  width: 260px;
}

.togetherx .content_wrap .trip .trip_text {
  margin-top: 45px;
}

.togetherx .content_wrap .trip .movie_wrap {
  margin-top: 25px;
}

.togetherx .content_wrap .trip .movie_wrap #kaltura_player_1779842839 {
  width: 100% !important;
  height: 540px !important;
}

.togetherx .content_wrap .trip .notes {
  margin-top: 12px;
}

.togetherx .content_wrap .item {
  margin-top: 120px;
}

.togetherx .content_wrap .item .content_tit {
  gap: 100px;
}

.togetherx .content_wrap .item .item_text {
  margin-top: 50px;
}

.togetherx .content_wrap .item .notes {
  margin-top: 23px;
}

.togetherx .content_wrap .item .notes .sp_none {
  display: inline;
}

.togetherx .content_wrap .item .item_wrap {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
  gap: 60px 0;
  position: relative;
  flex-wrap: wrap;
}

.togetherx .content_wrap .item .item_wrap .box p {
  margin-top: 10px;
  text-align: left;
  line-height: 1.4;
}

.togetherx .content_wrap .item .item_wrap .notes {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.togetherx .content_wrap .item .item_wrap .notes.position {
  left: auto;
  right: 0;
  transform: translate(0);
}

.togetherx .content_wrap .item .present {
  margin-top: 64px;
  background-color: #00d1d2;
  padding-top: 10px;
  padding-bottom: 10px;
}

.togetherx .content_wrap .item .present .flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.togetherx .content_wrap .item .present .flex_wrap .text {
  font-size: 34px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}

.togetherx .content_wrap .item .present .flex_wrap .btn_present a {
  background-color: #fff;
  font-size: 34px;
  font-weight: bold;
  width: 360px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  border-radius: 40px;
}

@media screen and (min-width: 768px) {
  .togetherx .content_wrap .item .present .flex_wrap .btn_present a:hover {
    color: #fff;
  }
}

.togetherx .content_wrap .item .bottom_text {
  margin-top: 54px;
  padding-bottom: 54px;
}

.togetherx .point_wrap {
  padding-top: 16px;
  padding-bottom: 100px;
  background-color: #c00202;
  text-align: center;
  color: #fff;
}

.togetherx .point_wrap .point_main img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 455px;
}

.togetherx .point_wrap .period_wrap {
  margin-top: -140px;
}

.togetherx .point_wrap .period_wrap .period_tit {
  font-size: 20px;
  font-weight: bold;
}

.togetherx .point_wrap .period_wrap .period {
  font-size: 26px;
  font-weight: bold;
}

.togetherx .point_wrap .period_wrap .notes {
  margin-top: 10px;
}

.togetherx .point_wrap .period_wrap .notes a {
  color: #fff;
}

.togetherx .point_wrap .list_wrap {
  margin-top: 60px;
  width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.togetherx .point_wrap .list_wrap ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
}

.togetherx .point_wrap .list_wrap ul li.list_tit {
  background-color: #fff;
  color: #000;
  padding: 2px 8px;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.togetherx .point_wrap .list_wrap ul li.list_tit.mt_s {
  margin-top: 25px;
}

.togetherx .point_wrap .list_wrap ul li.list_text {
  border-bottom: 2px solid #fff;
}

.togetherx .point_wrap .btn_point {
  margin-top: 50px;
}

.togetherx .point_wrap .btn_point a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 670px;
  height: 80px;
  background-color: #fff;
  border-radius: 40px;
  font-size: 34px;
  font-weight: 900;
  position: relative;
  color: #000;
  margin-left: auto;
  margin-right: auto;
}

.togetherx .point_wrap .btn_point a::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-left: 9px solid #000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .togetherx .point_wrap .btn_point a:hover::before {
    border-left: 9px solid #fff;
  }
}

.togetherx .summary {
  margin-top: 80px;
  padding-bottom: 100px;
}

.togetherx .summary .notes {
  text-align: center;
}

.togetherx .summary table {
  width: 100%;
  font-size: 15px;
  margin-top: 40px;
}

.togetherx .summary table .table_head {
  text-align: center;
  background: #e6f4f5;
  color: #313131;
  font-weight: bold;
  font-size: 16px;
  width: auto;
}

.togetherx .summary table th,
.togetherx .summary table td {
  padding: 13px;
  vertical-align: middle;
  text-align: left;
}

.togetherx .summary table th {
  font-weight: bold;
  background: #e6f4f5;
  border: 1px solid #B5B5B5;
  width: 240px;
}

.togetherx .summary table th.th2 {
  width: 120px;
}

.togetherx .summary table th.ptop {
  width: 120px;
}

.togetherx .summary table td {
  border: 1px solid #B5B5B5;
  background-color: #fff;
  width: 720px;
}

.togetherx .summary table td ul {
  padding-left: 0;
  margin: 5px 0;
}

.togetherx .summary table td ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.togetherx .summary table a,
.togetherx .summary table a:link,
.togetherx .summary table a:visited {
  color: #0783c2;
  border-bottom: 1px solid #0783c2;
}

.togetherx .summary table a:hover {
  border-bottom: 1px solid transparent;
}

@supports (-webkit-hyphens: none) {
  .togetherx .content_wrap .content_tit span {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }

  .togetherx {
    font-size: 4vw;
    line-height: 1.6;
  }

  .togetherx .inner {
    width: 91.4666666667vw;
  }

  .togetherx img {
    width: 100%;
  }

  .togetherx .sp_block {
    display: block;
  }

  .togetherx .sp_none {
    display: none;
  }

  .togetherx .notes {
    font-size: 2.9333333333vw;
  }

  .togetherx .modal_area .modal_wrap .modal_inner {
    width: 89.3333333333vw;
    font-size: 4vw;
  }

  .togetherx .modal_area .modal_wrap .modal_inner .modal_top {
    padding-top: 8vw;
    padding-bottom: 8vw;
    font-weight: 500;
  }

  .togetherx .modal_area .modal_wrap .modal_inner .modal_bottom {
    padding-top: 7.3333333333vw;
    padding-bottom: 22vw;
  }

  .togetherx .modal_area .modal_wrap .modal_inner .modal_bottom .text {
    font-weight: bold;
  }

  .togetherx .modal_area .modal_wrap .modal_inner .modal_bottom .notes {
    margin-top: 1.3333333333vw;
  }

  .togetherx .modal_area .modal_wrap .modal_inner .btn_area {
    margin-top: 6.6666666667vw;
  }

  .togetherx .modal_area .modal_wrap .modal_inner .btn_area .btn_more a {
    width: 82.6666666667vw;
    height: 13.3333333333vw;
    border-radius: 6.6666666667vw;
    font-size: 4vw;
  }

  .togetherx .modal_area .modal_wrap .modal_inner .btn_area .btn_more.btn_yes {
    width: 82.6666666667vw;
    height: 13.3333333333vw;
    border-radius: 6.6666666667vw;
    font-size: 4vw;
  }

  .togetherx .modal_area .modal_wrap .modal_inner .btn_area .btn_more.btn_no {
    margin-top: 3.7333333333vw;
  }

  .togetherx .floating {
    padding-top: 3.3333333333vw;
    padding-bottom: 3.3333333333vw;
  }

  .togetherx .floating .flex_wrap {
    display: block;
    width: 93.3333333333vw;
  }

  .togetherx .floating .flex_wrap .text_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .togetherx .floating .flex_wrap .text_wrap .text {
    font-size: 4vw;
    letter-spacing: -0.03em;
    line-height: 1;
  }

  .togetherx .floating .flex_wrap .text_wrap .text .point {
    color: #fff;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0;
  }

  .togetherx .floating .flex_wrap .text_wrap .text .point i {
    color: #c00202;
    padding: 1.3333333333vw 1.3333333333vw;
    background-color: #fff;
    border-radius: 0.6666666667vw;
    margin-top: 0.4vw;
    display: block;
    text-align: center;
    margin-top: 1.3333333333vw;
  }

  .togetherx .floating .flex_wrap .text_wrap .text .number {
    font-size: 13.3333333333vw;
  }

  .togetherx .floating .flex_wrap .text_wrap .text .text01 {
    font-size: 7.0666666667vw;
    letter-spacing: -0.08em;
  }

  .togetherx .floating .flex_wrap .text_wrap .text .text02 {
    font-size: 5.8666666667vw;
    letter-spacing: -0.08em;
  }

  .togetherx .floating .flex_wrap .text_wrap .notes {
    font-size: 2.6666666667vw;
    margin-top: 2vw;
    letter-spacing: -0.03em;
  }

  .togetherx .floating .flex_wrap .text_wrap .notes a {
    color: #fff;
  }

  .togetherx .floating .flex_wrap .btn_more a {
    width: 69.3333333333vw;
    height: 9.3333333333vw;
    background-color: #fff;
    font-size: 3.7333333333vw;
    border-radius: 4.6666666667vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vw;
  }

  .togetherx .floating .flex_wrap .btn_more a::before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    right: 2.6666666667vw;
    transform: translateY(-50%);
    border-left: 1.3333333333vw solid transparent;
    border-top: 1.6vw solid #c00202;
    border-right: 1.3333333333vw solid transparent;
  }

  .togetherx .mv {
    position: relative;
  }

  .togetherx .mv .mv_img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 173.3333333333vw;
  }

  .togetherx .mv .tit_wrap {
    position: absolute;
    left: 0;
    transform: translateX(0);
    top: 0;
    max-width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .togetherx .mv .tit_left h1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .togetherx .mv .tit_right {
    position: absolute;
    left: 50%;
    bottom: 2vw;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }

  .togetherx .mv .tit_right .tit01 {
    width: 75.8666666667vw;
    margin-left: auto;
    margin-right: auto;
    min-width: auto;
  }

  .togetherx .mv .tit_right .notes {
    font-size: 2.6666666667vw;
    margin-top: 2vw;
    color: #fff;
  }

  .togetherx .content_wrap {
    padding-top: 9.3333333333vw;
  }

  .togetherx .content_wrap .logo {
    width: 51.6vw;
    margin-left: auto;
    margin-right: auto;
  }

  .togetherx .content_wrap .lead_wrap .lead_tit {
    font-size: 6.4vw;
    font-weight: 900;
    margin-top: 6.9333333333vw;
  }

  .togetherx .content_wrap .lead_wrap .lead_tit span {
    font-weight: 400;
    display: block;
    letter-spacing: -0.08em;
  }

  .togetherx .content_wrap .lead_wrap .lead_text {
    font-size: 4vw;
    margin-top: 5.3333333333vw;
    text-align: left;
  }

  .togetherx .content_wrap .lead_wrap .notes {
    margin-top: 3.7333333333vw;
    margin-left: 0;
  }

  .togetherx .content_wrap .content_tit {
    display: block;
    letter-spacing: -0.04em;
  }

  .togetherx .content_wrap .content_tit .sub {
    background-color: transparent;
    padding-left: 0;
    z-index: 1;
  }

  .togetherx .content_wrap .content_tit .sub::before {
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    border: 0;
    background: url(../img/bg_content_tit.png) no-repeat center top/contain;
    width: 49.6vw;
    height: 9.4666666667vw;
    z-index: -1;
  }

  .togetherx .content_wrap .content_tit .tit {
    color: #fff;
    margin-top: 2.6666666667vw;
    line-height: 1.4;
  }

  .togetherx .content_wrap .content_tit span {
    font-size: 6.1333333333vw;
  }

  .togetherx .content_wrap .trip {
    margin-top: 16vw;
  }

  .togetherx .content_wrap .trip .content_tit .sub::before {
    background: url(../img/bg_content_tit.png) no-repeat center top/contain;
    left: 50%;
    width: 49.6vw;
  }

  .togetherx .content_wrap .trip .trip_text {
    margin-top: 6.6666666667vw;
  }

  .togetherx .content_wrap .trip .movie_wrap {
    margin-top: 3.3333333333vw;
  }

  .togetherx .content_wrap .trip .movie_wrap #kaltura_player_1779842839 {
    height: 51.3333333333vw !important;
  }

  .togetherx .content_wrap .trip .notes {
    margin-top: 2vw;
  }

  .togetherx .content_wrap .item {
    margin-top: 19.3333333333vw;
  }

  .togetherx .content_wrap .item .item_text {
    margin-top: 6vw;
  }

  .togetherx .content_wrap .item .notes .sp_none {
    display: none;
  }

  .togetherx .content_wrap .item .notes {
    margin-top: 4.6666666667vw;
  }

  .togetherx .content_wrap .item .item_wrap {
    margin-top: 7.2vw;
    padding-bottom: 8vw;
    gap: 8vw 6.1333333333vw;
    justify-content: center;
  }

  .togetherx .content_wrap .item .item_wrap .box {
    width: 42.6666666667vw;
  }

  .togetherx .content_wrap .item .item_wrap .box p {
    margin-top: 1.0666666667vw;
    text-align: center;
    line-height: 1.4;
  }

  .togetherx .content_wrap .item .item_wrap .box p .l_spacing {
    letter-spacing: -0.02em;
  }

  .togetherx .content_wrap .item .item_wrap .notes {
    position: relative;
    left: auto;
    bottom: auto;
    transform: translateX(0);
    margin-top: 5.3333333333vw;
    font-size: 2.9333333333vw;
    text-align: center;
  }

  .togetherx .content_wrap .item .item_wrap .notes.position {
    left: auto;
    right: auto;
    transform: translate(0);
    margin-top: 1.3333333333vw;
  }

  .togetherx .content_wrap .item .present {
    margin-top: 0;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .togetherx .content_wrap .item .present .flex_wrap {
    display: block;
  }

  .togetherx .content_wrap .item .present .flex_wrap .text {
    font-size: 4vw;
    line-height: 1.4;
    text-align: center;
  }

  .togetherx .content_wrap .item .present .flex_wrap .btn_present {
    margin-top: 6vw;
  }

  .togetherx .content_wrap .item .present .flex_wrap .btn_present a {
    font-size: 6.4vw;
    font-weight: bold;
    width: 91.4666666667vw;
    height: 13.3333333333vw;
    color: #00d1d2;
    border-radius: 6.6666666667vw;
    font-weight: 900;
  }

  .togetherx .content_wrap .item .bottom_text {
    margin-top: 7.2vw;
    padding-bottom: 7.2vw;
    font-size: 2.9333333333vw;
  }

  .togetherx .point_wrap {
    padding-top: 2.6666666667vw;
    padding-bottom: 13.3333333333vw;
    background-color: #c00202;
    text-align: center;
    color: #fff;
  }

  .togetherx .point_wrap .point_main img {
    height: 105.3333333333vw;
  }

  .togetherx .point_wrap .period_wrap {
    margin-top: -46.6666666667vw;
  }

  .togetherx .point_wrap .period_wrap .period_tit {
    font-size: 4vw;
    font-weight: bold;
  }

  .togetherx .point_wrap .period_wrap .period {
    font-size: 4vw;
    font-weight: bold;
    margin-top: 1.3333333333vw;
  }

  .togetherx .point_wrap .period_wrap .notes {
    margin-top: 7.2vw;
    font-size: 2.9333333333vw;
  }

  .togetherx .point_wrap .period_wrap .notes a {
    color: #fff;
  }

  .togetherx .point_wrap .list_wrap {
    margin-top: 9.3333333333vw;
    width: 91.4666666667vw;
    margin-left: auto;
    margin-right: auto;
  }

  .togetherx .point_wrap .list_wrap ul li {
    padding-top: 4vw;
    padding-bottom: 4vw;
    border-bottom: 1px solid #fff;
  }

  .togetherx .point_wrap .list_wrap ul li.list_tit {
    padding: calc(3 / 750 * 100vw);
    width: calc(380 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }

  .togetherx .point_wrap .list_wrap ul li.list_tit.mt_s {
    margin-top: 5vw;
  }

  .togetherx .point_wrap .list_wrap ul li.list_text {
    border-bottom: calc(2 / 750 * 100vw) solid #fff;
  }

  .togetherx .point_wrap .list_wrap ul li span {
    padding: 0px 0.6666666667vw;
    margin-right: 2.4vw;
  }

  .togetherx .point_wrap .btn_point {
    margin-top: 12vw;
  }

  .togetherx .point_wrap .btn_point a {
    width: 91.4666666667vw;
    height: 14.5333333333vw;
    border-radius: 7.3333333333vw;
    font-size: 4vw;
  }

  .togetherx .point_wrap .btn_point a::before {
    right: 3.7333333333vw;
    border-left: 2.1333333333vw solid #000;
    border-top: 1.6vw solid transparent;
    border-bottom: 1.6vw solid transparent;
  }

  .togetherx .summary {
    padding-top: 0;
    margin-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }

  .togetherx .summary table {
    font-size: 3.4666666667vw;
  }

  .togetherx .summary table .table_head {
    font-size: 3.7333333333vw;
  }

  .togetherx .summary table th,
  .togetherx .summary table td {
    padding: 2.6666666667vw;
    display: block;
    width: 100%;
    border: 1px solid #B5B5B5;
  }

  .togetherx .summary table th.ptop {
    width: 100%;
  }

  .togetherx .summary table th.th2 {
    width: 100%;
  }

  .togetherx .summary table td ul {
    margin: 1.3333333333vw 0;
  }

  .togetherx .summary table td ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
}

@supports (-webkit-hyphens: none) {
  .togetherx .content_wrap .lead_wrap .lead_tit {
    font-size: 6vw;
  }
}

/*# sourceMappingURL=togetherx.css.map */