@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 {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
  text-decoration: none;
}
.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: 'Roboto', sans-serif;
  font-size: 1.2rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}
@font-face {
  font-family: 'Letter Gothic Std';
  src: url('../font/LetterGothicStd.eot');
  src: url('../font/LetterGothicStd.eot?#iefix') format('embedded-opentype'),
    url('../font/LetterGothicStd.woff2') format('woff2'),
    url('../font/LetterGothicStd.woff') format('woff'),
    url('../font/LetterGothicStd.ttf') format('truetype'),
    url('../font/LetterGothicStd.svg#LetterGothicStd') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.LetterGothicStd {
  font-family: 'Letter Gothic Std';
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'RoGSanSrfStd-Bd';
  src:  url('../font/RoGSanSrfStd-Bd.otf'); 
  font-weight: normal;
  font-style: normal;
}
.RoGSanSrfStd {
  font-family: 'RoGSanSrfStd-Bd';
}
.pc {
  display: none;
}
.sp {
  display: block;
}

/* !okinawa_lp_wrapper
---------------------------------------------------------- */
#okinawa_lp_wrapper {
  width: 100%;
  overflow: hidden;
}
.inner {
  padding: 0 16px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
.okinawa_lp_mainVisual,
.okinawa_lp_mainVisual img {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.anchor {
  display: block;
  margin-top: -20px;
  padding-top: 20px;
}
.links {
  display: block;
}
/* !navi
---------------------------------------------------------- */
#okinawa_lp_navi {
  position: fixed;
  top: 0;
  right: -200vw;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  padding: 56px 35px 160px;
  box-sizing: border-box;
  z-index: 101;
}
#okinawa_lp_navi.active {
  right: 0;
  transition: all 0.5s;
}
#okinawa_lp_navi ul li {
  padding-bottom: 26px;
}
#okinawa_lp_navi ul li a {
  display: inline-block;
}
#okinawa_lp_navi ul li a h3 {
  color: #003f6b;
  font-size: 1.8rem;
  font-weight: bold;
  padding-right: 24px;
  background: url('../image/navi_arrow.svg') no-repeat right center;
  box-sizing: border-box;
  display: inline-block;
}
#okinawa_lp_navi ul li a .okinawa_lp_navi_note {
  color: #ccb169;
  font-size: 1.4rem;
  font-weight: 400;
}
.okinawa_lp_navi_item {
}
.okinawa_lp_navi_item a {
  display: inline-block;
  color: #003f6b;
  font-size: 1.4rem;
  font-weight: 400;
  padding-right: 24px;
  padding-left: 24px;
  background: url('../image/navi_arrow.svg') no-repeat right center;
  box-sizing: border-box;
  position: relative;
  margin-top: 10px;
}
.okinawa_lp_navi_item a:before {
  position: absolute;
  left: 0;
  top: 5px;
  background: #003f6b;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.okinawa_lp_copyWrap {
  position: relative;
  overflow: hidden;
}
.loop_wrap {
  display: flex;
  width: 100vw;
  height: 400px;
  overflow: hidden;
}
.loop_wrap img {
  max-width: none;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap img:nth-child(2) {
  animation: loop2 50s linear infinite;
}
.loop_wrap img:nth-child(3) {
  animation: loop2 50s linear infinite;
}
.loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
}
.okinawa_lp_copyFont {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 16px;
  width: 100%;
  box-sizing: border-box;
}

.okinawa_lp_iframeWrap {
  background: url('../image/panorama_bg.webp') no-repeat center center;
  background-size: cover;
  padding: 72px 0 153px;
  position: relative;
}
.okinawa_lp_iframeWrap:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-left: 100vw solid transparent;
  border-bottom: 70px solid #004779;
}
.okinawa_lp_iframeWrap .annotation_text {
  font-size: 1.3rem;
}
.okinawa_lp_iframeSub {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: inline-block;
  color: #003f6b;
  font-size: 1.8rem;
  line-height: 1.55;
  background: url('../image/border_down_arrow.svg') no-repeat center center;
  background-size: 100% auto;
  padding: 16px 0 35px;
  width: 100%;
  max-width: 343px;
  margin: 0 auto;
}
.okinawa_lp_iframeBox {
  width: 100%;
  margin: 0 auto;
  height: 189px;
}
.okinawa_lp_iframeBox iframe {
  width: 100%;
  height: 100%;
}

.annotation_text{
    margin: 0 auto;
    text-align: right;
    padding: 10px 0px 0px;
    font-size: 1.4rem;
}
.annotation_text_02{
    color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0px 0px;
    font-size: 1.4rem;
}

.okinawa_lp_iframeMess {
  text-align: left;
  color: #003f6b;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 42px;
  margin-top: 48px;
}
.okinawa_lp_iframe_box {
  margin: 0 auto;
}
.okinawa_lp_iframe_box dl {
  display: table;
  width: 100%;
}
.okinawa_lp_iframe_box dl dt,
.okinawa_lp_iframe_box dl dd {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.okinawa_lp_iframe_box dl dt img {
  width: 100%;
}
.okinawa_lp_iframe_box dl dd {
  padding-left: 5px;
  box-sizing: border-box;
}
.okinawa_lp_iframe_box ul li {
  width: 100%;
  margin-bottom: 12px;
}
.okinawa_lp_iframe_box ul li a {
  display: block;
}

.okinawa_lp_arenamap_Wrap {
  position: relative;
  background-color: #004779;
}
.okinawa_lp_arenamap_Wrap:before {
  position: absolute;
  top: -105px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  content: '';
  width: 150px;
  height: 150px;
  background: url('../image/title_01.svg') no-repeat 0 0;
  background-size: 100% auto;
}
.okinawa_lp_arenamap_Area {
  padding: 60px 0 130px;
}
.okinawa_lp_arenamap_Sub {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 80px;
}
.okinawa_lp_arenamap_Img {
  text-align: center;
}
.okinawa_lp_arenamap_pic {
  display: inline-block;
  position: relative;
}
.okinawa_lp_arenamap_first {
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 10;
}
.okinawa_lp_arenamap_white {
  display: inline-block;
  color: #004779;
  font-size: 1.6rem;
  font-weight: 400;
  border: 2px solid #b30017;
  border-radius: 28px;
  background-color: #fff;
  padding: 0 12px;
  box-sizing: border-box;
  position: relative;
}
.okinawa_lp_arenamap_white:before {
  position: absolute;
  top: 20px;
  left: 0;
  content: '';
  width: 68px;
  height: 150px;
  background: url('../image/links_icon_01_sp.svg') no-repeat 0 0;
  background-size: 100% auto;
  z-index: -1;
}
.okinawa_lp_arenamap_second {
  position: absolute;
  left: 0;
  bottom: -32px;
  z-index: 15;
}
.okinawa_lp_arenamap_second .okinawa_lp_arenamap_white:before {
  top: unset;
  bottom: 0;
  left: 43px;
  width: 35px;
  height: 91px;
  background: url('../image/links_icon_02_sp.svg') no-repeat 0 0;
  background-size: 100% auto;
}
.okinawa_lp_arenamap_three {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 10;
}
.okinawa_lp_arenamap_three .okinawa_lp_arenamap_white:before {
  top: 25px;
  left: 109px;
  width: 24px;
  height: 95px;
  background: url('../image/links_icon_03_sp.svg') no-repeat 0 0;
  background-size: 100% auto;
}
.okinawa_lp_arenamap_four {
  position: absolute;
  right: 0;
  top: unset;
  bottom: -74px;
  z-index: 10;
}
.okinawa_lp_arenamap_four .okinawa_lp_arenamap_white:before {
  top: unset;
  bottom: 20px;
  left: 94px;
  width: 94px;
  height: 212px;
  background: url('../image/links_icon_04_sp.svg') no-repeat 0 0;
  background-size: 100% auto;
}

.okinawa_lp_around_Area {
  overflow: hidden;
  background: #004779;
  padding-bottom: 64px;
}
.okinawa_lp_around_Item {
  position: relative;
  background: #004779;
}
.okinawa_lp_around_right {
  position: absolute;
  right: 0;
  width: 76.533%;
  top: 0;
  z-index: 5;
}
.okinawa_lp_around_right p {
  position: relative;
}
.okinawa_lp_around_right img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.okinawa_lp_around_right p:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 250px solid transparent;
  border-left: 70px solid #004779;
  z-index: 10;
}
.okinawa_lp_around_left {
  position: relative;
  z-index: 10;
  padding-top: 130px;
}
.okinawa_lp_around_first p {
  color: #004779;
  font-size: 1.8rem;
  background-color: #ccb169;
  border-radius: 0 15px 15px 0;
  padding: 7px 33px 7px 0;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.okinawa_lp_around_first p:before {
  position: absolute;
  right: 100%;
  top: 0;
  content: '';
  width: 1000px;
  height: 100%;
  background-color: #ccb169;
}
.okinawa_lp_around_first em {
  display: block;
  color: #004779;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 3px;
}
.okinawa_lp_around_second p {
  margin: 8px 0 0;
  font-size: 1.8rem;
}
.okinawa_lp_around_first.col01 p:after {
  position: absolute;
  left: 0;
  top: -86px;
  content: '';
  width: 86px;
  height: 86px;
  background: url('../image/gordy_car.svg') no-repeat 0 0;
  background-size: 100% auto;
  z-index: 10;
}
.okinawa_lp_around_mess {
  margin: 56px 0 0;
  font-size: 1.4rem;
  color: #fff;
  box-sizing: border-box;
  line-height: 2;
}
.okinawa_lp_around_mess.blue {
  color: #003f6b;
}
.okinawa_lp_around_slider_hdl {
  text-align: center;
  padding: 30px 0 24px;
}
.okinawa_lp_around_slider_hdl span {
  display: inline-block;
  color: #003f6b;
  font-size: 1.6rem;
  background-color: #ccb169;
  border: 2px solid #b30017;
  border-radius: 10px;
  padding: 9px 29px;
}
.okinawa_lp_around_slider_Box {
  box-sizing: border-box;
  position: relative;
}
.relative {
  position: relative;
}
.relative:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  content: '';
  background: url('../image/mouse.svg') no-repeat 0 0;
  width: 72px;
  height: 72px;
  z-index: 10;
}
.okinawa_lp_around_slider_Box .slick-list {
  overflow: visible;
}
.okinawa_lp_around_slider_Box.slick-initialized .slick-slide {
  width: 294px !important;
  margin: 0 8px;
  border: 5px solid #ccb169;
  box-sizing: border-box;
  flex-shrink: 0;
}
.okinawa_lp_around_btn {
  text-align: center;
  padding: 73px 32px 48px;
  box-sizing: border-box;
}
.okinawa_lp_around_btn a {
  display: inline-block;
}

.okinawa_lp_around_Item02 .okinawa_lp_around_right {
  left: 0;
}
.okinawa_lp_around_Item02 .okinawa_lp_around_right p:before {
  left: unset;
  right: 0;
  border-bottom: unset;
  border-left: unset;
  border-top: 250px solid transparent;
  border-right: 70px solid #004779;
}
.okinawa_lp_around_Item02 .okinawa_lp_around_left {
  right: 0;
  left: unset;
}
.okinawa_lp_around_Item02 .okinawa_lp_around_first {
  text-align: right;
}
.okinawa_lp_around_Item02 .okinawa_lp_around_first p:before {
  right: unset;
  left: 100%;
}
.okinawa_lp_around_Item02 .okinawa_lp_around_first p {
  border-radius: 15px 0 0 15px;
  padding: 8px 0 9px 15px;
}
.okinawa_lp_around_Item02 .okinawa_lp_around_second p {
  padding-right: 0;
  padding-left: 19px;
}
.okinawa_lp_around_first.col02 p:after {
  position: absolute;
  right: 6px;
  bottom: 65px;
  content: '';
  width: 70px;
  height: 88px;
  background: url(../image/gordy_run.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.okinawa_lp_around_first.col03 p:after {
  position: absolute;
  left: 26px;
  bottom: 62px;
  content: '';
  width: 60px;
  height: 72px;
  background: url(../image/gordy_food.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.mt64 {
  margin-top: 40px;
}
.relative.second:before {
  background: url(../image/mouse_02.svg) no-repeat 0 0;
}

.okinawa_lp_around_slider_list {
  background-color: #ccb169;
  padding: 16px;
  box-sizing: border-box;
}
.okinawa_lp_around_slider_title {
  text-align: left;
  color: #003f6b;
  font-weight: bold;
  font-size: 1.6rem;
}
.okinawa_lp_around_slider_price {
  text-align: right;
  margin-top: 14px;
  color: #003f6b;
  font-weight: bold;
  font-size: 1.6rem;
}
.okinawa_lp_around_first.col04 p:after {
  position: absolute;
  right: 0;
  bottom: 65px;
  content: '';
  width: 91px;
  height: 81px;
  background: url(../image/gordy_love.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.okinawa_lp_start_Area {
  background: #ccbe98;
  overflow: hidden;
  position: relative;
  padding-bottom: 64px;
}
.okinawa_lp_start_Area:after {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  content: '';
  width: 150px;
  height: 150px;
  background: url(../image/title_02.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.okinawa_lp_start_img {
  position: relative;
  text-align: center;
}
.okinawa_lp_start_img img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
.okinawa_lp_start_img:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-right: 100vw solid transparent;
  border-top: 70px solid #004779;
}
.okinawa_lp_start_img:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-left: 100vw solid transparent;
  border-bottom: 70px solid #ccbe98;
}
.okinawa_lp_start_hdl {
  text-align: center;
  color: #003f6b;
  font-size: 1.8rem;
  padding: 68px 0 26px;
}
.okinawa_lp_start_hdl2 {
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
  padding: 68px 0 2px;
}
.okinawa_lp_start_Area .okinawa_lp_around_Item {
  background: #ccbe98;
}
.okinawa_lp_start_Area .okinawa_lp_around_right p:before {
  border-left: 70px solid #ccbe98;
}
.okinawa_lp_start_Area
  .okinawa_lp_around_Item02
  .okinawa_lp_around_right
  p:before {
  border-right: 70px solid #ccbe98;
  border-left: 0;
}
.okinawa_lp_around_mess.blue {
  margin-top: 97px;
}
.okinawa_lp_start_Area .okinawa_lp_around_first p {
  color: #fff;
  background-color: #003f6b;
  padding-left: 24px;
  padding-right: 39px;
}
.okinawa_lp_start_Area .okinawa_lp_around_Item02 .okinawa_lp_around_first p {
  padding-right: 24px;
  padding-left: 39px;
}
.okinawa_lp_start_Area .okinawa_lp_around_first p:before {
  background-color: #003f6b;
}
.okinawa_lp_start_Area .okinawa_lp_around_first.col01 p:after {
  left: 36px;
  top: unset;
  bottom: 40px;
  width: 60px;
  height: 95px;
  background: url(../image/gordy_banzai_02.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.okinawa_lp_around_slider_Box02 {
  padding: 30px 0 0;
}
.okinawa_lp_around_slider_Box02 .slick-slide {
  padding: 0 12px;
  box-sizing: border-box;
  width: 224px !important;
}
.okinawa_lp_start_Area .okinawa_lp_around_first.col02 p:after {
  left: unset;
  right: 0;
  bottom: 43px;
  width: 90px;
  height: 95px;
  background: url(../image/gordy_drible_02.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.okinawa_lp_start_Area .okinawa_lp_around_first.col03 p:after {
  left: 16px;
  right: unset;
  bottom: 43px;
  width: 68px;
  height: 102px;
  background: url(../image/gordy_dance.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.okinawa_lp_start_Area .okinawa_lp_around_first.col04 p:after {
  left: unset;
  right: 0;
  bottom: 43px;
  width: 99px;
  height: 81px;
  background: url(../image/gordy_thankyou.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.okinawa_lp_start_img02:before {
  border-top: 70px solid #ccbe98;
}
.okinawa_lp_start_img02:after {
  border-bottom: 70px solid #004779;
}
.okinawa_lp_vote_Area {
  position: relative;
}
.okinawa_lp_vote_Area:after {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  content: '';
  width: 150px;
  height: 150px;
  background: url(../image/title_03.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.okinawa_lp_vote_Area .okinawa_lp_around_first.col01 p:after {
  right: unset;
  left: 0;
  bottom: unset;
  top: 70px;
  width: 93px;
  height: 93px;
  background: url(../image/gordy_lamp.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.okinawa_lp_around_left02 {
  padding-top: 30px;
}
.okinawa_lp_start_info {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2;
  margin: 68px 0 45px;
}
.okinawa_lp_around_left02 .okinawa_lp_around_mess {
  margin: 150px 0 0;
}
.okinawa_lp_around_right02 {
  width: 66.66%;
}
.okinawa_lp_around_right02 img {
  height: 190px;
}

.okinawa_lp_vote_Area .okinawa_lp_around_first p {
  padding-left: 10px;
  padding-right: 0;
}
.okinawa_lp_vote_Area .okinawa_lp_around_Item02 .okinawa_lp_around_first p {
  padding-right: 0;
  padding-left: 19px;
}
.okinawa_lp_vote_Area .okinawa_lp_around_first.col02 p:after {
  left: unset;
  right: 0;
  bottom: 70px;
  width: 80px;
  height: 83px;
  background: url(../image/gordy_question.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.okinawa_lp_around_left03 {
  padding-top: 158px;
}
.okinawa_lp_around_right03 {
  width: 81%;
}
.okinawa_lp_vota_btn {
  margin-top: 63px;
}
.okinawa_lp_vota_btn a {
  display: inline-block;
}
.okinawa_lp_ticket_slider {
  position: relative;
}
.okinawa_lp_ticket_slider:before {
  position: absolute;
  bottom: 240px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  content: '';
  background: url(../image/mouse.svg) no-repeat 0 0;
  width: 72px;
  height: 72px;
  z-index: 10;
}

.okinawa_lp_ticket_wrap {
  padding: 56px 0 64px;
  background: #004779;
}
.okinawa_lp_ticket_Title {
  text-align: center;
  position: relative;
}
.okinawa_lp_ticket_Title:after {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  content: '';
  width: 83px;
  height: 78px;
  background: url(../image/gordy_ok.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.okinawa_lp_ticket_Title span {
  display: inline-block;
  border-radius: 15px;
  background: #ccb169;
  color: #004779;
  padding: 4px 30px;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 400;
  position: relative;
  z-index: 10;
}
.okinawa_lp_ticket_Title span:after {
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  bottom: -20px;
  margin: auto;
  content: '';
  z-index: -1;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 40px solid #ccb169;
}
.okinawa_lp_ticket_wrap .inner {
  padding: 0;
}
.okinawa_lp_ticket_slider {
  padding-top: 38px;
  box-sizing: border-box;
}
.okinawa_lp_ticket_slider .slick-initialized .slick-slide {
  width: 235px !important;
}
.okinawa_lp_ticket_slider_list {
  padding: 40px 22px 0;
  box-sizing: border-box;
}
/* .okinawa_lp_ticket_slider .slick-list{
	padding-left: 50px!important;
    box-sizing: border-box;
} */

.okinawa_lp_ticket_slider .slick-dots {
  bottom: 178px;
}
.okinawa_lp_ticket_slider .slick-dots li {
  width: 8px;
  height: 8px;
  border: 0;
  background: #b4b4b4;
}
.okinawa_lp_ticket_slider .slick-dots li button {
  width: 8px;
  height: 8px;
}
.okinawa_lp_ticket_slider .slick-dots li.slick-active {
  background: #ccb169;
}

.okinawa_lp_ticket_slider_list p {
  padding: 35px 13px 13px;
  border: 3px solid #ccb169;
  border-radius: 10px;
  box-sizing: border-box;
  min-height: 114px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.okinawa_lp_ticket_slider_list p span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -22px;
  width: 44px;
  height: 44px;
  background-color: #ccb169;
  font-size: 3.1rem;
  color: #003f6b;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 30px;
}
.okinawa_lp_ticket_mess {
  border: 1px solid #fff;
  padding: 20px 16px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2;
  margin: 32px 16px 0;
}
.okinawa_lp_ticket_mess p + p {
  margin-top: 20px;
}
.okinawa_lp_ticket_btn {
  text-align: center;
  margin-top: 40px;
  padding: 0 16px;
  box-sizing: border-box;
}
.okinawa_lp_ticket_btn a {
  display: inline-block;
}

.okinawa_lp_faq_wrap {
  position: relative;
  overflow: hidden;
  background: #e4e4e4;
}
.okinawa_lp_faq_wrap .okinawa_lp_start_img:after {
  display: none;
}

.okinawa_lp_faq_area {
  padding: 104px 0 32px;
  box-sizing: border-box;
}
.okinawa_lp_faq_title {
  text-align: center;
  color: #fff;
  background: #003f6b;
  border-radius: 13px;
  padding: 2px 0;
  font-size: 2.4rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 28px;
}
.okinawa_lp_faq_title:after {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  content: '';
  width: 71px;
  height: 70px;
  background: url(../image/gordy_question_02.svg) no-repeat 0 0;
}
.tabArea {
  margin-bottom: 16px;
}
.tabBtn {
  background: url('../image/tabbtn_close.svg') no-repeat right 18px center
    #ded1ac;
  background-size: 16px auto;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 25px 40px 24px 71px;
  position: relative;
}
.tabBtn.active {
  background: url('../image/tabbtn_open.svg') no-repeat right 18px center
    #ded1ac;
  background-size: 16px auto;
}
.tabBtn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background-color: #003f6b;
  width: 40px;
  height: 40px;
  font-size: 2.6rem;
  overflow: hidden;
  line-height: 1;
  box-sizing: border-box;
  padding-top: 5px;
}
.tabBox {
  background-color: #fff;
  padding: 16px 16px 16px 71px;
  box-sizing: border-box;
  position: relative;
  display: none;
}
.tabBox span.tabBtnQ {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 15px;
  top: 15px;
  color: #fff;
  background-color: #b30017;
  width: 40px;
  height: 40px;
  font-size: 2.6rem;
  overflow: hidden;
  line-height: 1;
  box-sizing: border-box;
  padding-top: 5px;
}
.tabBox p {
  font-size: 1.4rem;
  color: #003f6b;
  line-height: 1.7;
}
.tabBox p + p {
  margin-top: 15px;
}
.tabBox p a {
  display: inline-block;
  text-decoration: underline;
  color: #003f6b;
}

.okinawa_lp_picture {
  padding: 42px 0 4px;
}
.okinawa_lp_picture_item {
  margin-bottom: 60px;
}
.okinawa_lp_picture_hdl {
  font-size: 2.4rem;
  color: #003f6b;
  text-align: center;
}
.okinawa_lp_picture_img {
  text-align: center;
  margin: 44px 0 20px;
}
.okinawa_lp_picture_hdm {
  font-size: 1.8rem;
  color: #003f6b;
  text-align: center;
}
.okinawa_lp_picture_mess {
  font-size: 1.4rem;
  color: #003f6b;
  line-height: 2;
  margin-top: 21px;
}
.okinawa_lp_picture_item dl {
  display: table;
  width: 100%;
}
.okinawa_lp_picture_item dl dt,
.okinawa_lp_picture_item dl dd {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.okinawa_lp_picture_item dl dt .okinawa_lp_picture_hdm {
  text-align: left;
  padding-top: 20px;
}
.okinawa_lp_picture_item dl dd {
  padding-left: 20px;
  box-sizing: border-box;
}
.okinawa_lp_picture_item dl dd p {
  margin-right: -16px;
}
.okinawa_lp_picture_slider {
  padding: 44px 0 0;
}
.okinawa_lp_picture_slider .slick-slide {
  width: 200px !important;
  margin-right: 24px;
}
.okinawa_lp_picture_slider .slick-list {
  overflow: visible;
}

.okinawa_lp_footer_hdl {
  text-align: center;
  font-size: 2rem;
  color: #003f6b;
  padding: 9px 0;
  background-color: #ccb169;
}
.okinawa_lp_footer_Item {
  background: #00b900;
  padding: 34px 0 45px;
}
.okinawa_lp_footer_Item dl {
  width: 100%;
}
.okinawa_lp_footer_Item dl dt {
  text-align: center;
}
.okinawa_lp_footer_Item dl dd {
  padding-top: 25px;
  text-align: center;
}
.okinawa_lp_footer_Item dl dd a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url('../image/footer_arrow.svg') no-repeat left 21px center #fff;
  height: 69px;
  color: #00b900;
  font-size: 2.2rem;
  border-radius: 35px;
  font-weight: 400;
  padding-left: 48px;
  box-sizing: border-box;
  padding-right: 21px;
}
.okinawa_lp_footer_mess {
  font-size: 1.9rem;
  color: #fff;
  margin-bottom: 21px;
}
.okinawa_lp_footer_List {
  display: block;
  align-items: center;
  justify-content: center;
  padding: 32px 0 43px;
  text-align: center;
}
.okinawa_lp_footer_List p {
  display: inline-block;
  margin-bottom: 20px;
}
.okinawa_lp_footer_List a {
  display: inline-block;
  margin: 0 18px;
  text-align: center;
  color: #707071;
}
.okinawa_lp_footer_List span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 3px;
  text-align: center;
  color: #707071;
}
.okinawa_lp_footer_Logo {
  background-color: #004779;
  padding: 60px 0 225px;
  text-align: center;
}
.okinawa_lp_footer_Logo h2 {
  max-width: 168px;
  margin: 0 auto;
}
.okinawa_lp_footer_Logo p {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 28px;
  line-height: 2;
  color: #fff;
}

.okinawa_lp_btn_menu {
  position: fixed;
  right: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  animation: line_cv 0.2s linear forwards;
  animation-delay: 5s;
  opacity: 0;
  background: rgba(255, 255, 255, 0.95);
}
.okinawa_lp_btn_menu img {
  width: 24px;
}
.okinawa_lp_btn_menu .menuClose,
.okinawa_lp_btn_menu.active .menuOpen {
  display: none;
}
.okinawa_lp_btn_menu.active .menuClose {
  display: block;
}
.okinawa_lp_btn_menu.active {
  background: rgba(255, 255, 255, 0.1);
}
.overflow {
  overflow: hidden;
}
.loadingBox {
  position: fixed;
  position: absolute;
  width: 100%;
  height: 100vh;
  display: block;
  z-index: 99;
}
#loading {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
}
.loadingLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 120px;
}
.loadingIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-left: 140px;
  animation: right-to-left 1.5s ease forwards;
  animation-delay: 0;
}
.loadingIcon img {
  width: 51px;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes right-to-left {
  100% {
    margin-left: 85px;
  }
}
@keyframes right-to-left {
  100% {
    margin-left: 85px;
  }
}
.loadingPicture {
  position: absolute;
  top: -200vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  animation: top-to-bot 1s linear;
  animation-delay: 2.5s;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes top-to-bot {
  100% {
    top: 300vw;
  }
}
@keyframes top-to-bot {
  100% {
    top: 300vw;
  }
}
.line_cv {
  position: fixed;
  right: 16px;
  bottom: 25px;
  animation: line_cv 0.2s linear forwards;
  animation-delay: 5s;
  opacity: 0;
  z-index: 102;
}
.line_cv img {
  width: 120px;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes line_cv {
  100% {
    opacity: 1;
  }
}
@keyframes line_cv {
  100% {
    opacity: 1;
  }
}
.loadingIkou {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-100%);
  text-align: center;
  animation: one 0.5s linear forwards, two 0.8s linear forwards;
  animation-delay: 3.5s, 4s;
}
@-webkit-keyframes one {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(10%);
  }
}
@-webkit-keyframes two {
  0% {
    -webkit-transform: translateY(-10%);
  }
  20% {
    -webkit-transform: translateY(0%);
  }
  40% {
    -webkit-transform: translateY(-6%);
  }
  60% {
    -webkit-transform: translateY(0%);
  }
  80% {
    -webkit-transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

.loadingIkou img {
  width: 270px;
}
/* Webkit, Chrome and Safari */

.the-shelf{
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;  
	position: relative;
	width: 100vw;
}
.the-shelf::-webkit-scrollbar {
	display: none;
}
.the-shelf .okinawa_lp_around_slider_Box{
	width: 100%; 
    position: relative;
	display: flex;
	gap: 16px;
	padding: 30px;
}

.gotop {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	left: 16px;
  bottom: 25px;
	display: grid;
	place-items: center;
	font-size: 22px;
	color: #B30017;
	z-index: 200;
}