@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: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

/* !Layout
---------------------------------------------------------- */
html { 
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	color: #000;
	background: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	-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: block;
}
.sp {
	display: none;
}

.anchor{
	display: block;
	margin-top: -20px;
	padding-top: 20px;
}
.links{
	display: block;
}
.okinawa_lp_mainVisual,.okinawa_lp_mainVisual img{
	height: 100vh;
	object-fit: cover;
	width: 100%;
}
/* !okinawa_lp_wrapper
---------------------------------------------------------- */
#okinawa_lp_wrapper {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.inner{
	max-width: 1200px;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
}
/* !navi
---------------------------------------------------------- */
#okinawa_lp_navi {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 557px;
	height: 100vh;
	background: rgba(255, 255, 255, 0.95);
	padding:109px 62px;
	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;
	max-width: 1200px;
	padding: 0 10px;
	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 231px;
	position: relative;
}
.okinawa_lp_iframeWrap:before{
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    border-left: 100vw solid transparent;
    border-bottom: 200px solid #004779;
}
.okinawa_lp_iframeSub{
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	display: inline-block;
	color: #003F6B;
	font-size: 2.8rem;
	line-height: 1.42;
	background: url('../image/border_down_arrow.svg')no-repeat center center;
	background-size: 100% auto;
	padding: 24px 0 53px;
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
}
.okinawa_lp_iframeBox{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    height: 540px;
}
.okinawa_lp_iframeBox iframe{
	width: 100%;
	height: 100%;
}

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

.okinawa_lp_iframeMess{
	text-align: center;
	color: #003F6B;
	font-size: 2.8rem;
	line-height: 2;
	margin-bottom: 32px;
}
.okinawa_lp_iframe_box{
	max-width: 870px;
	margin: 0 auto;
	padding: 45px 0 0;
}
.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;
}
.okinawa_lp_iframe_box dl dt{
	width: 128px;
}
.okinawa_lp_iframe_box dl dd{
	padding-left: 12px;
    box-sizing: border-box;
}
.okinawa_lp_iframe_box ul{
	margin-left: -49px;
}
.okinawa_lp_iframe_box ul li{
	float: left;
	width: 33.33%;
	padding-left: 49px;
	box-sizing: border-box;
}
.okinawa_lp_iframe_box ul li a{
	display: block;
}
.okinawa_lp_iframe_box ul li a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}


.okinawa_lp_arenamap_Wrap{
	position: relative;
	background-color: #004779;
}
.okinawa_lp_arenamap_Wrap:before{
    position: absolute;
    top: -240px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
    content: '';
    width: 290px;
    height: 290px;
    background: url('../image/title_01.svg')no-repeat 0 0;
    background-size: 100% auto;
}
.okinawa_lp_arenamap_Area{
	padding: 97px 0 80px;
}
.okinawa_lp_arenamap_Sub{
	text-align: center;
	color: #FFF;
	font-size: 2.4rem;
	margin-bottom: 56px;
}
.okinawa_lp_arenamap_Img{
	text-align: center;
}
.okinawa_lp_arenamap_pic{
	display: inline-block;
	position: relative;
}
.okinawa_lp_arenamap_pic img{
	max-width: 787px;
}
.okinawa_lp_arenamap_first{
	position: absolute;
	left: -80px;
	top: 8px;
	z-index: 10;
}
.okinawa_lp_arenamap_white{
	display: inline-block;
	color: #004779;
	font-size: 2.4rem;
	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: 80px;
    content: '';
    width: 44px;
    height: 360px;
    background: url('../image/links_icon_01.svg')no-repeat 0 0;
    z-index: -1;
}
.okinawa_lp_arenamap_second{
	position: absolute;
	left: -68px;
	bottom: 21px;
	z-index: 10;
}
.okinawa_lp_arenamap_second .okinawa_lp_arenamap_white:before{
    top: unset;
    bottom: 20px;
	left: 139px;
	height: 190px;
    background: url('../image/links_icon_02.svg')no-repeat 0 0;
}
.okinawa_lp_arenamap_three{
	position: absolute;
	right: -165px;
	top: 0;
	z-index: 10;
}
.okinawa_lp_arenamap_three .okinawa_lp_arenamap_white:before{
    top: 35px;
	left: -77px;
	width: 235px;
	height: 155px;
    background: url('../image/links_icon_03.svg')no-repeat 0 0;
}
.okinawa_lp_arenamap_four{
	position: absolute;
	right: -65px;
	top: unset;
	bottom: 20px;
	z-index: 10;
}
.okinawa_lp_arenamap_four .okinawa_lp_arenamap_white:before{
    top: unset;
    bottom: 20px;
	left: 92px;
	width: 149px;
	height: 298px;
    background: url('../image/links_icon_04.svg')no-repeat 0 0;
}
.okinawa_lp_around_Area{
	overflow: hidden;
	background: #004779;
	padding-bottom: 64px;
}
.okinawa_lp_around_Item{
	position: relative;
	background: #004779;
}
.okinawa_lp_around_right{
	width: 50%;
	float: right;
	position: relative;
	overflow: hidden;
}
.okinawa_lp_around_right p{
	position: relative;
}
.okinawa_lp_around_right img{
	width: 100%;
	height: 480px;
	object-fit: cover;
}
.okinawa_lp_around_right p:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 480px solid transparent;
    border-left: 160px solid #004779;
    z-index: 10;
}
.okinawa_lp_around_left{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
}
.okinawa_lp_around_first p{
	color: #004779;
	font-size: 4.8rem;
	background-color: #CCB169;
	border-radius: 0 15px 15px 0;
	padding: 12px 195px 12px 0;
	box-sizing: border-box;
    position: relative;
    display: inline-block;
}
/* .okinawa_lp_around_first.tac{
    text-align: center;
} */
.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: inline-block;
	color: #004779;
	font-size: 2.4rem;
	font-weight: bold;
	margin-left: 16px;
}
.okinawa_lp_around_second p{
	margin: 24px 0 0;
	font-size: 4rem;
    padding-right: 37px;
}
.okinawa_lp_around_first.col01 p:after{
	position: absolute;
	right: 48px;
	bottom: -24px;
	content: '';
	width: 160px;
	height: 160px;
	background: url('../image/gordy_car.svg')no-repeat 0 0;
	z-index: 10;
}
.okinawa_lp_around_mess{
	margin: 32px 0 0;
	width: 50%;
	font-size: 1.8rem;
	color: #fff;
	padding: 0 15px;
	box-sizing: border-box;
}
.okinawa_lp_around_mess.blue{
	color: #003F6B;
}
.okinawa_lp_around_slider_hdl{
	text-align: center;
	padding: 40px 0 24px;
}
.okinawa_lp_around_slider_hdl span{
	display: inline-block;
	color: #003F6B;
	font-size: 2rem;
	background-color: #CCB169;
	border: 2px solid #B30017;
	border-radius: 10px;
	padding: 6px 40px;
}
.okinawa_lp_around_slider_Box{
	padding-left: 32px;
	box-sizing: border-box;
}
.okinawa_lp_around_slider_Box .slick-list {
    overflow: visible;
}
.okinawa_lp_around_slider_Box.slick-initialized .slick-slide {
    width: 294px!important;
    margin-right: 16px;
    border: 5px solid #CCB169;
	box-sizing: border-box;
	flex-shrink: 0;
}
.okinawa_lp_around_btn{
	text-align: center;
	padding: 32px 0 64px;
}
.okinawa_lp_around_btn a{
	display: inline-block;
}
.okinawa_lp_around_btn a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}

.okinawa_lp_around_Item02 .okinawa_lp_around_right {
    float: left;
}
.okinawa_lp_around_Item02 .okinawa_lp_around_right p:before {
    left: unset;
    right: 0;
    border-bottom: unset;
    border-left: unset;
    border-top: 480px solid transparent;
    border-right: 160px 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: 12px 0 12px 195px;
}
.okinawa_lp_around_Item02  .okinawa_lp_around_second p{
    padding-right: 0;
    padding-left: 37px;
}
.okinawa_lp_around_first.col02 p:after {
    position: absolute;
    left: 14px;
    bottom: -24px;
    content: '';
    width: 142px;
    height: 179px;
    background: url(../image/gordy_run.svg)no-repeat 0 0;
}
.okinawa_lp_around_Item02 .okinawa_lp_around_mess {
    float: right;
}
.okinawa_lp_around_first.col03 p:after {
    position: absolute;
    right: 21px;
    bottom: 0;
    content: '';
    width: 128px;
    height: 156px;
    background: url(../image/gordy_food.svg)no-repeat 0 0;
}
.mt64{
	margin-top: 64px;
}
.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;
    left: 10px;
    bottom: 6px;
    content: '';
    width: 140px;
    height: 125px;
    background: url(../image/gordy_love.svg)no-repeat 0 0;
}

.okinawa_lp_start_Area{
	background: #CCBE98;
	overflow: hidden;
	position: relative;
	padding-bottom: 64px;
}
.okinawa_lp_start_Area:after {
	position: absolute;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    content: '';
    width: 290px;
    height: 290px;
    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: 502px;
}
.okinawa_lp_start_img:before {
	position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-right: 100vw solid transparent;
    border-top: 200px 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: 200px solid #CCBE98;
}
.okinawa_lp_start_hdl{
	text-align: center;
	color: #003F6B;
	font-size: 2.4rem;
	padding: 91px 0 40px;
}
.okinawa_lp_start_hdl2{
	text-align: center;
	color: #ffffff;
	font-size: 2.4rem;
	padding: 91px 0 10px;
}
.okinawa_lp_start_Area .okinawa_lp_around_Item {
    background: #CCBE98;
}
.okinawa_lp_start_Area .okinawa_lp_around_right p:before {
    border-left: 160px solid #CCBE98;
}
.okinawa_lp_start_Area .okinawa_lp_around_Item02 .okinawa_lp_around_right p:before {
    border-right: 160px solid #CCBE98;
    border-left: 0;
}
.okinawa_lp_start_Area .okinawa_lp_around_first p {
    color: #fff;
    background-color: #003F6B;
    padding-left: 200px;
    padding-right: 390px;
}
.okinawa_lp_start_Area .okinawa_lp_around_Item02 .okinawa_lp_around_first p {
    padding-right: 200px;
    padding-left: 390px;
}
.okinawa_lp_start_Area .okinawa_lp_around_first p:before {
    background-color: #003F6B;
}
.okinawa_lp_start_Area .okinawa_lp_around_first.col01 p:after {
    right: 140px;
    bottom: -15px;
    width: 105px;
    height: 165px;
    background: url(../image/gordy_banzai_02.svg)no-repeat 0 0;
}
.okinawa_lp_around_slider_Box02{
	padding: 40px 0 0;
}
.okinawa_lp_around_slider_Box02 .slick-slide{
	padding: 0 12px;
	box-sizing: border-box;
}
.okinawa_lp_start_Area .okinawa_lp_around_first.col02 p:after {
    left: 120px;
    bottom: -20px;
    width: 152px;
    height: 160px;
    background: url(../image/gordy_drible_02.svg)no-repeat 0 0;
}
.okinawa_lp_start_Area .okinawa_lp_around_first.col03 p:after {
    right: 136px;
    bottom: -15px;
    width: 116px;
    height: 174px;
    background: url(../image/gordy_dance.svg)no-repeat 0 0;
}
.okinawa_lp_start_Area .okinawa_lp_around_first.col04 p:after {
    left: 107px;
    bottom: 0;
    width: 175px;
    height: 145px;
    background: url(../image/gordy_thankyou.svg)no-repeat 0 0;
}
.okinawa_lp_start_img02:before {
    border-top: 200px solid #CCBE98;
}
.okinawa_lp_start_img02:after {
    border-bottom: 200px solid #004779;
}
.okinawa_lp_vote_Area{
	position: relative;
}
.okinawa_lp_vote_Area:after {
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    content: '';
    width: 290px;
    height: 290px;
    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: 94px;
    bottom: 0;
    width: 125px;
    height: 125px;
    background: url(../image/gordy_lamp.svg)no-repeat 0 0;
}
.okinawa_lp_vote_Area .okinawa_lp_around_first p {
    padding-left: 56px;
    padding-right: 250px;
}
.okinawa_lp_vote_Area .okinawa_lp_around_Item02 .okinawa_lp_around_first p {
    padding-right: 0;
    padding-left: 210px;
}
.okinawa_lp_vote_Area .okinawa_lp_around_first.col02 p:after {
    left: 65px;
    bottom: 0;
    width: 121px;
    height: 125px;
    background: url(../image/gordy_question.svg)no-repeat 0 0;
}
.okinawa_lp_vota_btn{
	margin-top: 21px;
	float: right;
}
.okinawa_lp_vota_btn a{
	display: inline-block;
}
.okinawa_lp_vota_btn a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}


.okinawa_lp_ticket_wrap{
	padding: 126px 0 64px;
	background: #004779;
}
.okinawa_lp_ticket_Title{
	text-align: center;
	position: relative;
}
.okinawa_lp_ticket_Title:after {
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	content: '';
	width: 145px;
	height: 123px;
    background: url(../image/gordy_ok.svg)no-repeat 0 0;
}
.okinawa_lp_ticket_Title span{
	display: inline-block;
	border-radius: 15px;
	background: #CCB169;
	color: #004779;
	padding: 4px 36px;
	box-sizing: border-box;
	font-size: 4.8rem;
	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: -30px;
	margin: auto;
	content: '';
	border-left:23px solid transparent;
	border-right:23px solid transparent;
	border-top:46px solid #CCB169;
	z-index: -1;
}
.okinawa_lp_ticket_slider{
	padding: 60px 0 0;
	margin: 0 -20px;
}
.okinawa_lp_ticket_slider .slick-slide{
	padding: 0 20px;
	box-sizing: border-box;
}
.okinawa_lp_ticket_slider_list{
	padding-top: 38px;
}
.okinawa_lp_ticket_slider_list p{
	padding: 34px 10px 13px;
	border: 3px solid #CCB169;
	border-radius: 10px;
	box-sizing: border-box;
	min-height: 114px;
	color: #fff;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.7;
	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;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2;
	max-width: 1120px;
	margin: 32px auto 0;
}
.okinawa_lp_ticket_mess p + p{
	margin-top: 40px;
}
.okinawa_lp_ticket_btn{
	text-align: center;
	margin-top: 48px;
}
.okinawa_lp_ticket_btn a{
	display: inline-block;
}
.okinawa_lp_ticket_btn a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
.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: 135px 140px 48px;
	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: 24px;
}
.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 24px center #DED1AC;
	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 24px center #DED1AC;
}
.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: 20px;
}
.tabBox p a{
	display: inline-block;
	text-decoration: underline;
	color: #003F6B;
}


.okinawa_lp_picture{
	padding: 65px 0 37px;
}
.okinawa_lp_picture_area{
	margin: 0 auto;
	max-width: 800px;
}
.okinawa_lp_picture_item{
	margin-bottom: 60px;
}
.okinawa_lp_picture_hdl{
	font-size: 3.6rem;
	color: #003F6B;
	text-align: center;
}
.okinawa_lp_picture_img{
	text-align: center;
	margin: 58px 0 26px;
}
.okinawa_lp_picture_hdm{
	font-size: 2.4rem;
	color: #003F6B;
	text-align: center;
}
.okinawa_lp_picture_mess{
	font-size: 1.8rem;
	color: #003F6B;
	line-height: 2;
	margin-top: 24px;
}
.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;
}
.okinawa_lp_picture_item dl dd{
	padding-left: 32px;
    box-sizing: border-box;
}
.okinawa_lp_picture_item ul{
	margin-left: -25px;
}
.okinawa_lp_picture_item ul li{
	float: left;
	width: 33.33%;
	padding-left: 25px;
	box-sizing: border-box;
	margin-top: 25px;
}
.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: 42px 0 55px;
}
.okinawa_lp_footer_Item dl{
	display: table;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.okinawa_lp_footer_Item dl dt,.okinawa_lp_footer_Item dl dd{
	display: table-cell;
	vertical-align: middle;
}
.okinawa_lp_footer_Item dl dt{
	width: 250px;
}
.okinawa_lp_footer_Item dl dd{
	padding-left: 35px;
    box-sizing: border-box;
}
.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: 2.4rem;
	color: #fff;
	line-height: 1.33;
	font-weight: 400;
	margin-bottom: 12px;
}
.okinawa_lp_footer_List{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0 63px;
}
.okinawa_lp_footer_List a{
	display: inline-block;
	margin: 0 25px;
	text-align: center;
	color: #707071;
}
.okinawa_lp_footer_List span{
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: 6px;
	text-align: center;
	color: #707071;
}
.okinawa_lp_footer_Logo{
	background-color: #004779;
	padding: 60px 0 212px;
	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: 99px;
    top: 32px;
    width: 64px;
    height: 64px;
    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: 38px;
}
.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: absolute;
	width: 100%;
	height: 100vh;
	display: block;
}
#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;
}
.loadingIcon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	margin-left: 296px;
	animation:right-to-left 1.5s ease forwards;
	animation-delay:0;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes right-to-left {
100%{
	margin-left: 135px;
}
}
@keyframes right-to-left {
100%{
	margin-left: 135px;
}
}
.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: 100vw;
}
}
@keyframes top-to-bot {
100%{
	top: 100vw;
}
}
.line_cv{
	position: fixed;
	right: 91px;
	bottom: 31px;
	animation:line_cv 0.2s linear forwards;
	animation-delay:5s;
	opacity: 0;
	z-index: 102;
}
/* 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,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;
  }
}
.imgNomarl img {
	height: auto !important;
	object-fit: contain !important;
}
.imgNomarl:before {
	display: none;
}

.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: 40px;
	padding: 30px;
}

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