@charset "utf-8";

/* !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;
}

/* !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 {
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #000;
  background: #fff;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-MediumItalic.eot");
  src: url("../fonts/Futura-MediumItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Futura-MediumItalic.woff2") format("woff2"),
    url("../fonts/Futura-MediumItalic.woff") format("woff"),
    url("../fonts/Futura-MediumItalic.ttf") format("truetype"),
    url("../fonts/Futura-MediumItalic.svg#Futura-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-Medium.eot");
  src: url("../fonts/Futura-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Futura-Medium.woff2") format("woff2"),
    url("../fonts/Futura-Medium.woff") format("woff"),
    url("../fonts/Futura-Medium.ttf") format("truetype"),
    url("../fonts/Futura-Medium.svg#Futura-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.Futura {
  font-family: "Futura";
  font-weight: normal;
  font-style: normal;
}
.FuturaItalic {
  font-family: "Futura";
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "AbolitionW00";
  src: url("../fonts/AbolitionW00-Regular.eot");
  src: url("../fonts/AbolitionW00-Regular?#iefix") format("embedded-opentype"),
    url("../fonts/AbolitionW00-Regular.woff2") format("woff2"),
    url("../fonts/AbolitionW00-Regular.woff") format("woff"),
    url("../fonts/AbolitionW00-Regular.ttf") format("truetype"),
    url("../fonts/AbolitionW00-Regular.svg") format("svg");
  font-style: normal;
}
.AbolitionW00 {
  font-family: "AbolitionW00";
  font-weight: normal;
  font-style: normal;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* !sdgs_lp_wrapper
---------------------------------------------------------- */
#sdgs_lp_wrapper {
  width: 100%;
  min-width: 1240px;
  overflow: hidden;
  padding-top: 70px;
  box-sizing: border-box;
}
.inner {
  max-width: 1220px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
.inner_m {
  max-width: 920px;
}
/* !header
---------------------------------------------------------- */
#sdgs_lp_header {
  background-color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  min-width: 1220px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
.sdgs_lp_headerBox {
  position: relative;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sdgs_lp_btn_menu {
  display: none;
}

/* .sdgs_lp_btn_menu {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1002;
}
.sdgs_lp_btn_menu.active {
  right: -7px;
}
.sdgs_lp_btn_menu .menuClose,
.sdgs_lp_btn_menu.active .menuOpen {
  display: none;
}
.sdgs_lp_btn_menu.active .menuClose {
  display: block;
} */

#sdgs_lp_logo {
  /* position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); */
}
#sdgs_lp_logo a {
  display: inline-block;
}
#sdgs_lp_logo a:hover {
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
#sdgs_lp_font {
  text-align: center;
  padding: 6px 0;
}
#sdgs_lp_font p {
  font-weight: bold;
  font-size: 1.4rem;
}
#sdgs_lp_font h2 {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 2.5rem;
}
#sdgs_lp_font h2 span.red {
  color: #e60021;
}
#sdgs_lp_txt {
  display: none;
}

/* !navi
---------------------------------------------------------- */
#sdgs_lp_navi {
  /* position: fixed; */
  /* width: 320px; */
  /* height: 100vh; */
  /* right: 0;
  top: 0; */
  z-index: 1001;
  /* display: none; */
  background-color: #fff;
  /* padding: 58px 30px 50px; */
  box-sizing: border-box;
}

#sdgs_lp_navi ul {
  display: flex;
  gap: 24px;
  align-items: center;
}

#sdgs_lp_navi ul li {
  box-sizing: border-box;
}
#sdgs_lp_navi ul li a {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  /* padding: 15px 0; */
  box-sizing: border-box;
  display: inline-block;
}

#sdgs_lp_navi ul li a.active {
  color: #e60021;
  position: relative;
}
#sdgs_lp_navi ul li a.active::after {
  content: url("../image/arrow_bottom.svg");
  width: 14px;
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
}

/* #sdgs_lp_navi ul li a span {
  display: block;
  font-style: italic;
  color: #e60021;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
} */
#sdgs_lp_navi ul li a:hover {
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}

/* !mainVisual
---------------------------------------------------------- */
.sdgs_lp_mainVisual img {
  width: 100%;
}

.sdgs_lp_match_detail {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 87px 0 0;
  background: url(../image/bg-stripe.svg) center center repeat;
  background-size: 21px 21px;
  overflow: hidden;
}

.sdgs_lp_match_mess {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.sdgs_lp_match_mess span {
  display: inline-block;
  font-weight: 500;
  font-size: 2.4rem;
}
.sdgs_lp_match_messTop {
  margin-top: 64px;
}

.carbon_offset {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-top: 32px;
  color: #000;
}

.carbonneutralaction {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: space-between;
}

.carbonneutralactionImg {
  width: 35%;
}
.carbonneutralactionText {
  width: 60%;
  color: #000;
}

.sdgs_lp_match_info {
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
.sdgs_lp_match_info span {
  display: inline-block;
  font-size: 1.6rem;
}

.sdgs_lp_match_sub {
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.33;
  margin-top: 89px;
  margin-bottom: 5px;
}
.sdgs_lp_match_sub span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: normal;
}
.margintop30 {
  margin-top: 30px;
}
.sdgs_lp_match_Btn {
  text-align: center;
  margin-top: 95px;
}
.sdgs_lp_match_Btn a {
  display: inline-block;
}

.sdgs_lp_buyWrap {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 84px 0 124px;
  background: rgba(27, 151, 58, 0.05);
  overflow: hidden;
  background-size: cover;
}

.sdgs_lp_buyItem {
  padding: 38px 50px;
  border: 3px solid #3e3a3a;
  box-shadow: 0 10px 0 rgba(62, 58, 58, 1);
  background-color: #fff;
  margin-top: 58px;
}
.sdgs_lp_buyItem p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.sdgs_lp_buyItem p + p {
  margin-top: 35px;
}

.sdgs_lp_blgWrap {
  box-sizing: border-box;
  padding: 87px 0 120px;
  background: url(../image/bg-stripe.svg) center center repeat;
  background-size: 21px 21px;
}
.sdgs_lp_buyImg {
  text-align: center;
  margin-top: 95px;
}

.sdgs_lp_seatWrap {
  background-color: #fff;
  padding: 84px 0 60px;
}
.sdgs_lp_seatList {
  padding: 65px 50px;
  box-sizing: border-box;
}
.sdgs_lp_seatList dl {
  display: table;
  width: 100%;
}
.sdgs_lp_seatList dl dt,
.sdgs_lp_seatList dl dd {
  display: table-cell;
  vertical-align: top;
}
.sdgs_lp_seatList dl dt {
  width: 280px;
  font-weight: bold;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
}
.sdgs_lp_seatList dl dt span {
  color: #e60021;
  font-weight: bold;
}
.sdgs_lp_seatList dl dd span {
  display: inline-block;
  margin-left: 9px;
  margin-bottom: 7px;
}
.sdgs_lp_seatMess p {
  margin-top: 25px;
  font-size: 1.4rem;
  line-height: 2;
}
.sdgs_lp_seatMess p span {
  color: #e60021;
}

.sdgs_lp_seatList02 {
  background-color: #f2f2f2;
}
.sdgs_lp_seatList02 .sdgs_lp_seatMess {
  margin-top: 20px;
}
.sdgs_lp_seatList02 .sdgs_lp_seatMess p {
  line-height: 2.7;
  margin-top: 0;
}

.sdgs_lp_sellWrap {
  padding: 84px 0 120px;
  background: rgba(102, 102, 102, 0.05);
}
.sdgs_lp_note {
  text-align: right;
  display: block;
}

.sdgs_lp_seasonWrap {
  padding: 84px 0 105px;
  background: rgba(197, 14, 40, 0.05);
}
.sdgs_lp_seasonItem {
}

.sdgs_lp_scheduleItem ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -30px;
  padding: 70px 0 50px;
}
.sdgs_lp_scheduleItem > ul > li {
  position: relative;
}
.sdgs_lp_scheduleItem ul li {
  width: calc((100% / 4) - 16px);
  background-color: #f7f7f7 !important;
}
.sdgs_lp_scheduleItem ul li a {
  display: block;
  position: relative;
  height: 100%;
}
.sdgs_lp_scheduleItem ul li a:hover {
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
.sdgs_lp_scheduleItem ul.cat_list {
  position: absolute;
  top: -83px;
  right: 0;
  z-index: 99999;
}
.sdgs_lp_scheduleItem ul.cat_list > li {
  width: 41px;
  height: 26px;
  margin-left: 2px;
  padding: 4px 10px;
  background: black;
  color: white;
  font-size: 14px;
  text-align: center;
}
.sdgs_lp_scheduleImg {
  text-align: center;
  width: 100%;
  min-height: 187px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(40px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 40px);
  background: #000;
}
.sdgs_lp_scheduleList {
  background-color: #fff;
  padding: 25px 20px;
  box-sizing: border-box;
}
.sdgs_lp_scheduleList h3 {
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.sdgs_lp_scheduleList .div {
  color: #000;
  font-size: 1.2rem;
}
.sdgs_lp_scheduleList .div .time {
  color: #a2a2a2;
  font-size: 1.7rem;
}
.sdgs_lp_scheduleList .div .icon {
  display: flex;
  align-items: center;
}
.sdgs_lp_scheduleList .div .icon span {
  display: inline-block;
  margin-left: 12px;
}

.sdgs_lp_scheduleBtn {
  text-align: center;
}
.sdgs_lp_scheduleBtn a {
  display: inline-block;
}

.sdgs_lp_seasonItem ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-left: -30px;
  padding: 70px 0 50px;
}
.sdgs_lp_seasonItem > ul > li {
  position: relative;
}
.sdgs_lp_seasonItem ul li {
  padding-left: 30px;
  width: 280px;
  min-height: 100%;
}
.sdgs_lp_seasonItem ul li a {
  display: block;
  position: relative;
  height: 100%;
}
.sdgs_lp_seasonItem ul li a:hover {
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
.sdgs_lp_seasonItem ul.cat_list {
  position: absolute;
  top: -83px;
  right: 0;
  z-index: 99999;
}
.sdgs_lp_seasonItem ul.cat_list > li {
  /* width: 41px; */
  width: fit-content;
  height: 26px;
  margin-left: 2px;
  padding: 4px 10px;
  background: black;
  color: white;
  font-size: 14px;
  text-align: center;
}

.bg_gray {
  background-color: #f7f7f7 !important;
}

/* .sdgs_lp_seasonItem ul li a:before{
	position: absolute;
	right: 0;
	top: -13px;
	content: '';
	width: 41px;
	height: 26px;
	background: url('../image/label_team.svg')no-repeat 0 0;
} */
/* .sdgs_lp_seasonItem ul li a:after{
	position: absolute;
	right: 43px;
	top: -13px;
	content: '';
	width: 41px;
	height: 26px;
	background: url('../image/label_new.svg')no-repeat 0 0;
} */
.sdgs_lp_seasonImg {
  text-align: center;
  width: 100%;
  min-height: 187px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(40px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 40px);
  background: #000;
}
.sdgs_lp_seasonImg img {
  aspect-ratio: 280/280;
  object-fit: contain;
}
.sdgs_lp_seasonList {
  background-color: #fff;
  padding: 25px 20px;
  box-sizing: border-box;
  height: 35%;
}
.sdgs_lp_seasonList h3 {
  color: #898989;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}

.sdgs_lp_seasonList .div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sdgs_lp_seasonList .div .time {
  color: #a2a2a2;
  font-size: 1.7rem;
}
.sdgs_lp_seasonList .div .icon {
  display: flex;
  align-items: center;
}
.sdgs_lp_seasonList .div .icon span {
  display: inline-block;
  margin-left: 12px;
}

.sdgs_lp_seasonBtn {
  text-align: center;
}
.sdgs_lp_seasonBtn a {
  display: inline-block;
}

.sdgs_lp_seat_content {
  display: none;
}
.show {
  display: block;
}
#accessWrap {
  background: url(../image/bg-stripe.svg) center center repeat;
  background-size: 21px 21px;
  padding: 87px 0 120px;
}
.tabWrap {
  padding: 56px 0 0;
}
.tabCtrl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.tabCtrl li {
  flex: 0 0 33.33%;
  text-align: center;
  padding: 0 3px;
  box-sizing: border-box;
}
.tabCtrl li a {
  display: block;
  background: #fdeaed;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 11px 5px;
  color: #3e3a3a;
  box-sizing: border-box;
  position: relative;
}
.tabCtrl li a.btnAcv {
  color: #fff;
  background-color: #e60021;
}
.tabCtrl li a.btnAcv:before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 0;
  height: 0;
  content: "";
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 20px solid #e60021;
}

.sdgs_lp_access_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  text-align: center;
  margin-top: 30px;
}
.sdgs_lp_access_btn a {
  display: inline-block;
}
/* 2024/02/06追記 */
.sdgs_lp_access_btn a:first-of-type {
  /* margin-right: 20px; */
}
/* 2024/02/06追記ここまで */
.sdgs_lp_pracLeft {
  float: left;
  width: 50%;
  border: solid 1px #ccc;
}

.sdgs_lp_pracOvh {
  overflow: hidden;
  padding-left: 20px;
  box-sizing: border-box;
}
.sdgs_lp_pracOvh .txt {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.sdgs_lp_pracOvh .info {
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 20px 0;
}
.sdgs_lp_pracOvh .icon {
  display: flex;
  align-items: center;
}
.sdgs_lp_pracOvh .icon span {
  width: calc((100% / 5) - 14px);
  display: inline-block;
}
.sdgs_lp_pracOvh .icon span + span {
  padding-left: 14px;
}
.sdgs_lp_pracOvh .icon span img {
  width: 100%;
}
.sdgs_lp_pracBox ul {
  margin-left: -30px;
  margin-top: 30px;
}
.sdgs_lp_pracBox ul li {
  float: left;
  width: 33.33%;
  padding-left: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.sdgs_lp_pracBox ul li a {
  display: block;
  border: 2px solid #3e3a3a;
  box-sizing: border-box;
  background: #fff;
}
.sdgs_lp_pracBox ul li a:hover {
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
.sdgs_lp_pracBox ul li a:not([href]):hover {
  opacity: 1;
}
.sdgs_lp_pracBox_tab {
  border-top: 4px solid #e60021;
  padding: 20px;
  box-sizing: border-box;
}
.sdgs_lp_pracBox_tab h2 {
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.sdgs_lp_pracBox_tab p.note {
  color: #000;
  font-weight: normal;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.sdgs_lp_pracBox_Fix {
}
.sdgs_lp_pracBox_Fix dl {
  display: table;
  width: 100%;
}
.sdgs_lp_pracBox_Fix dl dt,
.sdgs_lp_pracBox_Fix dl dd {
  display: table-cell;
}
.sdgs_lp_pracBox_Fix dl dt {
  width: 90px;
  color: #a2a2a2;
  font-size: 1.7rem;
}
.sdgs_lp_pracBox_Fix dl dd {
  text-align: right;
}
.sdgs_lp_pracBox_Fix dl dd span {
  display: inline-block;
  margin-left: 7px;
}
.sdgs_lp_pracBox_Fix dl dd span img {
  width: 22px;
}

.sdgs_lp_pracItem a {
  color: #000;
}

.mgb_practical {
  margin-bottom: 48px;
}

.sdgs_lp_videoWrap {
  padding: 87px 0 120px;
  background-color: rgba(245, 162, 11, 0.05);
}
.sdgs_lp_videoItem {
  padding: 75px 50px 43px;
  box-sizing: border-box;
}
.sdgs_lp_videoItem h3 {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 3.2rem;
  margin-bottom: 20px;
}
.sdgs_lp_videoItem h3 span {
  display: inline-block;
  margin-right: 26px;
}
.sdgs_lp_videoItem p {
  font-weight: normal;
  font-size: 1.6rem;
}

.sdgs_lp_movie_slider .slick-list {
  overflow: visible;
}
.sdgs_lp_movie_slider .slick-slide {
  width: 646px !important;
  box-sizing: border-box;
  padding: 0 23px;
}
.sdgs_lp_movie_slider .sdgs_lp_movie_slist {
  box-sizing: border-box;
  transform: scale(0.8);
  transition: transform 0.5s;
}
.sdgs_lp_movie_slider .sdgs_lp_movie_slist.slick-center {
  transform: scale(1);
}
.sdgs_lp_movie_slider .sdgs_lp_movie_iframe iframe {
  display: block;
  width: 100%;
  height: 337px;
}
.sdgs_lp_movie_slider .sdgs_lp_movie_text {
  font-size: 1.6rem;
  margin-top: 40px;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.5s;
  color: #000;
  text-align: center;
}
.sdgs_lp_movie_slider .slick-center .sdgs_lp_movie_text {
  opacity: 1;
}
.sdgs_lp_movie_iframe {
  border: 3px solid #d32d2e;
  box-shadow: 0 10px 0 #d32d2e;
  box-sizing: border-box;
}

.sdgs_lp_movie_slider .slick-arrow {
  top: 50%;
  width: 22px;
  height: 36px;
  transform: translateY(-50%);
}
.sdgs_lp_movie_slider .slick-arrow.slick-prev {
  background: url("../image/icon_left.svg") center center no-repeat;
  background-size: 100%;
  left: 84px;
}
.sdgs_lp_movie_slider .slick-arrow.slick-next {
  background: url("../image/icon_right.svg") center center no-repeat;
  background-size: 100%;
  right: 84px;
}

.sdgs_lp_movie_slider .slick-dots {
  bottom: -40px;
}
.sdgs_lp_movie_slider .slick-dots li {
  margin: 0 8px;
  border: 0;
  background: #666;
}
.sdgs_lp_movie_slider .slick-dots li.slick-active {
  background: #e60021;
}
.sdgs_lp_movie_btn {
  text-align: center;
  margin-top: 90px;
}
.sdgs_lp_movie_btn a {
  display: inline-block;
}
#sdgs_lp_videoWrap01 {
  padding-top: 0;
}
#sdgs_lp_videoWrap01 .sdgs_lp_videoItem {
  padding: 0 50px 43px;
}
.sdgs_lp_movie_title {
  text-align: center;
  padding-bottom: 20px;
}
.sdgs_lp_movie_title span {
  display: inline-block;
  background-color: #e60021;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  width: 298px;
  height: 34px;
  line-height: 34px;
  margin: 0 auto;
  position: relative;
}
.sdgs_lp_movie_title span:before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 0;
  height: 0;
  content: "";
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 20px solid #e60021;
}

.sdgs_lp_movie_title02 {
  margin-top: 110px;
}
.sdgs_lp_movie_banner {
  text-align: center;
  padding: 132px 0 0;
}
.sdgs_lp_movie_banner a {
  display: inline-block;
}
#sdgs_lp_videoWrap02 {
  padding-top: 0;
}
#sdgs_lp_videoWrap02 .sdgs_lp_videoItem {
  padding: 0 180px 43px 50px;
  position: relative;
}
#sdgs_lp_videoWrap02 .sdgs_lp_videoItem:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 155px;
  height: 217px;
  content: "";
  background: url("../image/ruke.png") no-repeat 0 0;
  background-size: 100% auto;
}
#sdgs_lp_videoWrap03 {
  padding-top: 0;
}
#sdgs_lp_videoWrap03 .sdgs_lp_videoItem {
  padding: 0 280px 60px 50px;
  position: relative;
}
#sdgs_lp_videoWrap03 .sdgs_lp_videoItem:before {
  position: absolute;
  right: 0;
  margin-top: -25px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 272px;
  height: 191px;
  content: "";
  background: url("../image/cheer.png") no-repeat 0 0;
  background-size: 100% auto;
}

.sdgs_lp_bannerWrap {
  background: rgba(102, 102, 102, 0.05);
  padding: 84px 0 116px;
}
.sdgs_lp_bannerBox {
  background-color: #fff;
  border: 3px solid #3e3a3a;
  box-shadow: 0 10px 0 #3e3a3a;
  border-radius: 20px;
  margin: 40px 0 80px;
  padding: 40px 50px;
  box-sizing: border-box;
  text-align: center;
}

.sdgs_lp_bannerItem {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.sdgs_lp_bannerInner {
  max-width: 920px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
.sdgs_lp_bannerItem ul {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
/* .sdgs_lp_bannerItem ul li {
  display: inline-block;
  flex: 0 0 25%;
  margin-bottom: 25px;
}
.sdgs_lp_bannerItem ul li p {
  display: flex;
  align-items: center;
  justify-content: center;
} */
.sdgs_lp_bannerFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdgs_lp_bannerItem ul li {
  width: 240px;
  padding: 0 4px;
  margin: 0 0 8px;
}
.sdgs_lp_bannerItem ul li.is-small {
  width: 168px;
}

.sdgs_lp_bannerBtn {
  text-align: center;
  padding-top: 55px;
}
.sdgs_lp_bannerBtn a {
  display: inline-block;
}

.anchor {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
}

/* sdgs_lp_footer
-----------------------------------------------------------*/
.sdgs_lp_footer {
  padding: 64px 0 175px;
  background: #e60021;
}
.pageTop {
  text-align: center;
  background-color: #3e3a3a;
}
.pageTop a {
  display: block;
  padding: 18px 0;
}
.sdgs_lp_footer_second .title {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 45px;
}
.sdgs_lp_footer_second ul {
  text-align: center;
}
.sdgs_lp_footer_second ul li {
  display: inline-block;
  padding: 0 25px;
  box-sizing: border-box;
}
.sdgs_lp_footer_second ul li img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.sdgs_lp_footer_second ul li a {
  display: block;
}
.sdgs_lp_footer_second ul li a:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
.sdgs_lp_footer_second ul li span {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 11px;
  text-align: center;
}
.sdgs_lp_footer_three {
  text-align: center;
}
.sdgs_lp_footer_three .logo {
  margin: 100px 0 80px;
}
.sdgs_lp_footer_three .logo a {
  display: inline-block;
}
.sdgs_lp_footer_three .logo a img {
  width: 220px;
}
.sdgs_lp_footer_three .txt a {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
}
.sdgs_lp_footer_three .copyRight {
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  line-height: 2;
}

.button_ticket {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
}
.button_ticket a {
  display: inline-block;
}
.button_ticket a img {
  max-width: 158px;
}
.button_ticket a:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
.sdgs_lp_hdL {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}
.sdgs_lp_hdL span {
  display: block;
  color: #000;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-style: italic;
}
.sdgs_lp_hdL span i {
  display: inline-block;
  font-style: italic;
  color: #e60021;
  margin-left: 10px;
}
.sdgs_lp_hdL small {
  font-size: 2.4rem;
  font-weight: bold;
}
.sdgs_lp_hdL font {
  display: inline-block;
  color: #e60021;
  font-size: 3.6rem;
  font-weight: bold;
}
.sdgs_lp_hdL em {
  display: block;
  color: #000;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.sdgs_lp_hdL:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 680px;
  height: 5px;
  background: url("../image/ttl_band.svg") no-repeat 0 0;
  content: "";
}
.sdgs_lp_hdL span.yellow {
  color: #f7be32;
}
.sdgs_lp_hdL span.blue {
  color: #004b9e;
}
.sdgs_lp_hdL em.white {
  color: #fff;
}

.accordion_btn {
  margin-top: 50px;
  width: 100%;
  height: 60px;
  background: #fff;
  border: 3px solid #3e3a3a;
  box-shadow: 0 10px 0 #3e3a3a;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.accordion_btn img {
  width: 20px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.accordion_btn.active img {
  transform: translateY(-50%) rotate(180deg);
}

.accordion_detail {
  margin-top: 40px;
  display: none;
}

.accordion_detail .sdgs_lp_buyItem {
  margin-top: 0;
}

.accordion_detail.active {
  margin-top: 40px;
  display: block;
}

/* 2024/02/06追加 */
.toyota_arena_tokyo {
  max-width: 920px;
  margin: 0 auto 48px;
  padding-top: 80px;
}
.toyota_arena_tokyo > p {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 3px solid #e60721;
  margin-bottom: 40px;
  padding-bottom: 30px;
  font-family: source-han-sans-japanese, sans-serif;
}
.toyota_arena_tokyo_warapper {
  width: 80%;
  margin: 0 auto;
}
.toyota_arena_tokyo_warapper p {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-top: 32px;
  color: #000;
}

/* 2023/11/29追加 */
.partner_recruitment {
  max-width: 920px;
  margin: 0 auto;
  padding-top: 80px;
}
.partner_recruitment p {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 3px solid #e60721;
  margin-bottom: 40px;
  padding-bottom: 30px;
  font-family: source-han-sans-japanese, sans-serif;
}
.partner_recruitment_warapper {
  width: 80%;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.what {
  margin-top: 8rem;
  background: url(../image/bg-stripe.svg) center center repeat;
}

.wrap {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 3.2rem;
  align-items: center;
  margin-top: 6.4rem;
}

.what_btn {
  margin-top: 4.8rem;
  text-align: center;
}

.intro {
  position: relative;
  overflow: hidden;
}

.intro_bg {
  width: 100vw;
  display: block;
  margin-left: calc(50% - 50vw);
}

.intro .inner {
  position: relative;
}

.intro_content {
  position: absolute;
  max-width: 590px;
  right: 0;
  color: #fff;
  top: 9.3rem;
  z-index: 1;
}

.intro_text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
}

.intro_bigText {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 4rem;
}
