@charset "UTF-8";
@font-face {
  font-display: swap;
	font-family: "Lato-BlackItalic";
	src: url("/fonts/Lato-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
	font-family: "Lato-Italic";
	src: url("/fonts/Lato-Italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
	font-family: "Roboto-Bold";
	src: url("/fonts/Roboto-Bold.ttf") format("truetype");
}

/* img to text */
html {
  font-size: 100%;
}
.point-head {
	color: #0382d0;
  font-size: 34px;
	font-family: 'Noto Sans JP';
	letter-spacing: 0.02em;
	line-height: 1.1;
	margin: 0 auto -0.3em;
}
.point-head .is-en {
	font-family: "Roboto-Bold";
  font-size: 58px;
	position: relative;
	text-shadow: 0 0 0 #0382d0, 0 0 0 #0382d0;
	top: 2px;
}
.com-head {
  margin: 0 auto 26px;
}
.com-head .is-en {
	display: block;
	font-family: "Lato-BlackItalic";
	font-size: 32px;
	letter-spacing: 0.16em;
	line-height: 1.0;
	margin: 0 auto 8px;
	text-shadow: 0 0 0 #0e0e0e, 0 0 0 #0e0e0e;
	transform: scale(1.0, 0.95);
}
#qa .com-head .is-en .is-small_text {
  font-size: 32px;
}
.com-head .is-en .is-small_text {
	font-size: 38px;
}

#campaign .com-section-head .is-en {
  display: none;
}
@media screen and (max-width: 479px) {
  .point-head {
    font-size: calc(1.375rem + ((1vw - 3.2px) * 7.5472)); /* 34px to 22px */
    line-height: 1.0;
    margin: 0 auto -0.1em;
  }
  .point-head .is-en {
    font-size: calc(2.5rem + ((1vw - 3.2px) * 11.3208)); /* 58px to 40px */
  }
  .com-head .is-en,
  #qa .com-head .is-en .is-small_text {
    font-size: calc(1.75rem + ((1vw - 3.2px) * 2.5157)); /* 32px to 28px */
  }
}



/*-----------------------------------------------------------------------
* top sp read top
*-----------------------------------------------------------------------*/
main .btn{
}
main article#mv .btn,
main #info .btn{
  min-width: auto;
  margin: 0;
}
main article#mainBanner {
  padding-top: 0;
  position: relative;
  z-index: 0;
}
.swiper-container {
  overflow: initial;
}


#mainBanner .swiper-slide-new:before {
	content:"";
	background: url(/img/common/new_bnr.png) no-repeat;
	position: absolute;
	left:0;
	top:0;
	width:90px;
	height:90px;
	background-size: cover;
	z-index: 999;
}

@media screen and (max-width: 767px) {
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: -7px;
}
#mainBanner .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: -17px;
}

.btn.small {
    font-size: 13px;
}
.btn {
  padding: 12px 38px 12px;
}
p.point_font {
  font-size: 11pt;	
}
.mb1{margin-bottom: 1rem !important;}
.mb2{margin-bottom: 2rem !important;}
.mb3{margin-bottom: 3rem !important;}
.mb4{margin-bottom: 4rem !important;}
.mb5{margin-bottom: 5rem !important;}
.mb6{margin-bottom: 6rem !important;}
}
main article#mv{
  background-image: url(/img/top/mv-bg-sp.jpg);
  overflow: hidden;
  position: relative;
  text-align: left;
  background-size: cover;
}
main article#mv section:first-child {
  padding: 0;
  position: relative;
  max-width: 425px;
  height: 260px;
  margin: 0 auto;
}
main article#mainBanner {
  padding-bottom: 17px;
}
main article#mainBanner .topApplication {
  background-image: url(/img/banner/sp_top_main.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 0;
}
main #mainBanner #mv-airplane,
main #mainBanner #mv-imoto,
main #mainBanner #mv-catch,
main #mainBanner #mv-logo{
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top:50%;
  left:50%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
main #mainBanner #bannerBg{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main #mainBanner #mv-airplane{
  z-index: 1;
  width: 200px;
  height: 70px;
  top: 20px;
  left: 10%;
  background-image: url(/img/top/mv-airplane-sp.png);
  -webkit-animation: mvairplane 0.5s ease-out 2s 1 alternate forwards running;
  -moz-animation: mvairplane 0.5s ease-out 2s 1 alternate forwards running;
  animation: mvairplane 0.5s ease-out 2s 1 alternate forwards running;
  background-size: contain;
}
/* JAL Staff ---------------------------------------------------------------------- */
main #mainBanner #mv-airplane.airplaneJal {
  background-image: url(/img/top/mv_airplane_jal_sp.png);
}
main #mainBanner #top-character{
  width: 50%;
  height: 210px;
  margin-top: 16px;
  margin-left: 5%;
  background-image: url(/img/top/top-character-sp.png);
  background-size: contain;
  opacity: 100%;
}
main #mainBanner h2 {
  margin-bottom: 0;
  padding: 0;
}
main #mainBanner #mv-catch{
  z-index: 3;
  width: 300px;
  max-width: none;
  left: -20px;
  top: 24px;
  -webkit-animation: mvcatch 0.5s ease-in 0s infinite alternate forwards running;
  -moz-animation: mvcatch 0.5s ease-in 0s infinite alternate forwards running;
  animation: mvcatch 0.5s ease-in 0s infinite alternate forwards running;
}
main #mainBanner #mv-logo{
  z-index: 4;
  width: 252px;
  max-width: none;
  top: 76px;
  left: 0;
  -webkit-animation: mvlogo 1s ease-in 1s 1 alternate forwards running;
  -moz-animation: mvlogo 1s ease-in 1s 1 alternate forwards running;
  animation: mvlogo 1s ease-in 1s 1 alternate forwards running;
}
main #mainBanner #plaintext{
  width: 150%;
  height: 35%;
  margin-top: 152px;
  margin-left: 15%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-size: 11px;
  color:#fff;
  text-align: left;
}
main #mainBanner #plaintext p {
  margin: 0 0 20px;
}
main #mainBanner .top_wrapper {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 5%;
}
main #mainBanner .topVisual {
  width: 50%; 
  z-index: 5;
  position: relative;
}
main #mainBanner #form {
  height: auto;
  border-radius: 24px;
  background: #E8F4F7;
  padding: 1.5rem 1.0rem;
  overflow: auto;
}
main #mainBanner i {
  position: absolute;
  top: 1.75rem;
  left: 0.9rem;
  z-index: 100;
}
main #mainBanner .icon-form-group{
  position: relative;
  padding: 0;
}
main #mainBanner section {
  padding: 0;
  margin-bottom: 1.0rem;
}
main #mainBanner section .small.arrow-d::after{
  right: 1.0rem;
  border-top-color: #425972;
  border-right-color: #425972;
}
main #mainBanner select ,input {
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 8px;
  padding-left: 2.75rem;
  background-color: #fff;
  font-weight: bold;
  color: #425972;
  box-shadow: 4px 4px 8px rgb(66 89 114 / 10%);
  font-size: 0.85rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 0;
}
main #mainBanner #section-country-inputs{
  margin-bottom: 0;
}
main #mainBanner .select-country {
  margin-bottom: 1.0rem;
}
main #mainBanner #section-countries button {
  left: 96.5% !important;
  /* z-index: 1; */
}
main #mainBanner #section-countries .close-circle {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 2px;
  left: 0;
  background: #425972;
}
main #mainBanner #section-countries .select2-selection__rendered{
  padding: 0;
  background-color: #fff !important;
  font-weight: bold !important;
  color: #425972 !important;
  font-size: 0.85rem !important;
}
main #mainBanner .add_country {
  font-weight: bold;
  padding-left: 0.5rem;
  font-size: 1.0rem;
}
main #mainBanner .japan_wifi {
  text-decoration: none;
  font-weight: bold;
  color: #425972;
  margin-left: auto;
  padding-right: 1.5rem;
  position: relative;
  font-size: 1.0rem;
}
main #mainBanner .japan_wifi i {
  top: 4px;
  left: 128px;
}
main #mainBanner #rental-start-date ,#rental-end-date {
  border-radius: 8px;
}
main #mainBanner #rental-start-date::placeholder ,#rental-end-date::placeholder {
  color: #425972 !important;
}
main #mainBanner #section-date,
.select-wrap,
.link-group {
  display: flex;
  justify-content: space-between;
}
main #mainBanner #section-menu {
  margin-bottom: 0;
}
main #mainBanner #select-menu {
  margin-bottom: 1.0rem;
}
main #mainBanner #select-menu-additional {
  margin-bottom: 1.0rem;
}
main #mainBanner .rental-date {
  width: 49%;
}
main #mainBanner .select-machine {
  width: 75%;
}
main #mainBanner .select-machine .fa-list-radio {
  font-size: 1.5em;
  top: 1.2rem;
  left: 0.725rem;
}
main #mainBanner .select-wrap .fa-wifi {
  font-size: 1.3em;
  top: 1.225rem;
  left: 0.8rem;
}
main #mainBanner .select-wrap .fa-mobile-retro {
  font-size: 1.5em;
  top: 1.125rem;
  left: 1.1rem;
}
main #mainBanner .additional-menu-block .fa-wifi {
  font-size: 1.3em;
  top: 1.7rem;
  left: 0.8rem;
}
main #mainBanner .additional-menu-block .fa-mobile-retro {
  font-size: 1.5em;
  top: 1.725rem;
  left: 1.1rem;
}
main #mainBanner .fa-hand-holding-box{
  font-size: 1.4em;
  top: 1.2rem;
  left: 0.8rem;
}
main #mainBanner .fa-truck{
  font-size: 1.2em;
  top: 1.3rem;
  left: 0.8rem;
}
main #mainBanner .fa-plane-up{
  font-size: 1.4em;
  top: 1.2rem;
  left: 0.8rem;
}
main #mainBanner .fa-house-user{
	top: 1.2rem;
	left: 0.725rem;
	font-size: 1.3em;
}
main #mainBanner .fa-clock{
	top: 1.2rem;
	left: 0.8rem;
	font-size: 1.4em;
}
main #mainBanner .select-quantity {
  width: 23%;
}
main #mainBanner #show-additional-menu-link {
  display: block;
  font-weight: bold;
  padding-left: 0.5rem;
  margin-bottom: 1.0rem;
  font-size: 1.0rem;
  text-align: left;
}
main #mainBanner #section-menu button {
  left: 94.5% !important;
  z-index: 1;
}
main #mainBanner #section-menu .close-circle {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 2px;
  left: 0;
  background: #425972;
}
main #mainBanner #rental-start-date, #rental-end-date, #select-menu, #select-menu-additional, .input-postcode {
  background-color: #fff !important;
  opacity: 1.0 !important;
}
main #mainBanner .input-postcode{
  margin-bottom: 1.0rem;
  border-radius: 8px;
}
main #mainBanner .input-postcode::placeholder{
  color: #425972;
}
main #mainBanner .btn-apply {
  margin: 0.5rem 0 0 0;
  padding: 1.0rem 3.0rem;
  border: 2px solid #425972;
  background-color: #FFFF00;
  color: #425972;
  border-radius: 40px;
  box-shadow: 4px 4px 8px rgb(66 89 114 / 10%);
  position: relative;
  font-size: 1.0rem;
}
@media (max-width: 375px) {
  main #mainBanner select ,input {
    padding-left: 2.5rem;
     font-size: 0.7rem;
  }
  main #mainBanner .add_country {
    font-size: 0.8rem;
  }
  main #mainBanner .japan_wifi {
    font-size: 0.8rem;
  }
  main #mainBanner .japan_wifi i {
    left: 108px;
  }
  main #mainBanner #show-additional-menu-link {
    font-size: 0.8rem;
  }
}
main #mainBanner .btn-apply i {
  top: 18px;
  left: 208px;
}
main #mainBanner .borderBtnBox {
  position: absolute;
  bottom: 22px;
  left: 2%;
  width: 34%;
  z-index: 100;
}
main #mainBanner .appealBox {
  width: 60%;
  position: absolute;
  bottom: 20px;
  right: 6px;
  z-index: 100;
}
main #mainBanner .appealBox .appealIcon {
  display: inline-block;
    vertical-align: middle;
  width: 31%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
main #mainBanner p.source {
  position: absolute;
  bottom: 0;
  right: 2%;
  margin: 0;
  font-size: 10px;
  color: #fff;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  main #mainBanner .borderBtnBox .btn.small.arrow-r {
    padding-right: 24px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 370px) {
  main #mainBanner .borderBtnBox {
    bottom: 40px;
  }
  main #mainBanner .appealBox {
    bottom: 30px;
  }
}
@media screen and (max-width: 321px) {
  main #mainBanner .borderBtnBox .btn.small.arrow-r {
    padding-right: 26px;
    padding-left: 6px;
    font-size: 10px;
  }
  main #mainBanner .borderBtnBox {
    bottom: 30px;
  }
  main #mainBanner .appealBox {
    bottom: 20px;
  }
}
.btn.clear.yellow {
  color: #0e0e0e;
  border: 2px solid #fcff00;
  background: #fcff00;
}
.clear.yellow.arrow-r::before,
.clear.yellow.arrow-l::before {
  background: #0e0e0e;
}
.clear.yellow.arrow-r::after,
.clear.yellow.arrow-l::after,
.clear.yellow.arrow-u::after,
.clear.yellow.arrow-d::after {
  border-top-color: #0e0e0e;
  border-right-color: #0e0e0e;
}
/*
main article#mv #mv-airplane,
main article#mv #mv-imoto,
main article#mv #mv-catch,
main article#mv #mv-logo,
main article#mv #plaintext{
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top:50%;
  left:50%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
main article#mv #mv-airplane{
  z-index: 1;
  width: 240px;
  height: 70px;
  top: 24px;
  left: 10%;
  background-image: url(/img/top/mv-airplane-sp.png);
  -webkit-animation: mvairplane 0.5s ease-out 3.5s 1 alternate forwards running;
  -moz-animation: mvairplane 0.5s ease-out 3.5s 1 alternate forwards running;
  animation: mvairplane 0.5s ease-out 3.5s 1 alternate forwards running;
  background-size: contain;
}
main article#mv #mv-imoto{
  z-index: 2;
  width: 180px;
  height: 240px;
  top: auto;
  bottom: 0;
  margin-left: 20px;
  background-image: url(/img/top/mv-imoto.png);
  -webkit-animation: mvimoto 0.5s ease-out 2s 1 alternate forwards running;
  -moz-animation: mvimoto 0.5s ease-out 2s 1 alternate forwards running;
  animation: mvimoto 0.5s ease-out 2s 1 alternate forwards running;
  background-size: contain;
}
main article#mv #mv-catch{
  z-index: 3;
  width: 340px;
  height: 100px;
  left: -50px;
  top: 20px;
  background-image: url(/img/top/mv-catch-sp.png);
  -webkit-animation: mvcatch 0.5s ease-in 0s infinite alternate forwards running;
  -moz-animation: mvcatch 0.5s ease-in 0s infinite alternate forwards running;
  animation: mvcatch 0.5s ease-in 0s infinite alternate forwards running;
  background-size: contain;
}
main article#mv #mv-logo{
  z-index: 4;
  width: 268px;
  height: 70px;
  left: -26px;
  top: 70px;
  background-image: url(/img/top/mv-logo-sp.png);
  -webkit-animation: mvlogo 1s ease-in 3s 1 alternate forwards running;
  -moz-animation: mvlogo 1s ease-in 3s 1 alternate forwards running;
  animation: mvlogo 1s ease-in 3s 1 alternate forwards running;
  background-size: contain;
}
main article#mv #plaintext{
  top: auto;
  bottom: 16px;
  z-index: 5;
  width: 240px;
  left: 4%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-size: 10px;
  color:#fff;
}
*/


@-webkit-keyframes mvairplane {
  0% {
    -webkit-opacity: 0;
    -webkit-transform:translate(40px,10px);
  }
  100% {
    -webkit-opacity: 1;
    -webkit-transform:translate(0,0);
  }
}
@-moz-keyframes mvairplane {
  0% {
    -moz-opacity: 0;
    -moz-transform: translate(40px,10px);
  }
  100% {
    -moz-opacity: 1;
    -moz-transform: translate(0,0);
  }
}
@keyframes mvairplane {
  0% {
    opacity: 0;
    transform:translate(40px,10px);
  }
  100% {
    opacity: 1;
    transform:translate(0,0);
  }
}
@-webkit-keyframes mvimoto {
  0% {
    -webkit-opacity: 0;
    -webkit-transform:translate(0,105px);
  }
  30% {
    -webkit-opacity: 1;
    -webkit-transform:translate(0,10px);
  }
  100% {
    -webkit-opacity: 1;
    -webkit-transform:translate(0,0);
  }
}
@-moz-keyframes mvimoto {
  0% {
    -moz-opacity: 0;
    -moz-transform: translate(0,105px);
  }
  30% {
    -moz-opacity: 1;
    -moz-transform:translate(0,10px);
  }
  100% {
    -moz-opacity: 1;
    -moz-transform:translate(0,0);
  }
}
@keyframes mvimoto {
  0% {
    opacity: 0;
    transform:translate(0,105px);
  }
  30% {
    opacity: 1;
    transform:translate(0,10px);
  }
  100% {
    opacity: 1;
    transform:translate(0,0);
  }
}
@-webkit-keyframes mvcatch {
  0% {
    -webkit-opacity: 1;
    -webkit-transform:rotate(0.25deg) scale(.66,.68);
  }
  100% {
    -webkit-opacity: 1;
    -webkit-transform:rotate(0deg) scale(.67,.67);
  }
}
@-moz-keyframes mvcatch {
  0% {
    -moz-opacity: 1;
    -moz-transform: rotate(0.25deg) scale(.66,.68);
  }
  100% {
    -moz-opacity: 1;
    -moz-transform:rotate(0deg) scale(.67,.67);
  }
}
@keyframes mvcatch {
  0% {
    opacity: 1;
    transform:rotate(0.25deg) scale(.66,.68);
  }
  100% {
    opacity: 1;
    transform:rotate(0deg) scale(.67,.67);
  }
}
@-webkit-keyframes mvlogo {
  0% {
    -webkit-opacity: 0;
    -webkit-transform:scale(1,1);
  }
  100% {
    -webkit-opacity: 1;
    -webkit-transform:scale(.67,.67);
  }
}
@-moz-keyframes mvlogo {
  0% {
    -moz-opacity: 0;
    -moz-transform:scale(1,1);
  }
  100% {
    -moz-opacity: 1;
    -moz-transform:scale(.67,.67);
  }
}
@keyframes mvlogo {
  0% {
    opacity: 0;
    transform:scale(1,1);
  }
  100% {
    opacity: 1;
    transform:scale(.67,.67);
  }
}
main article#mv h2{
  text-align: left;
  margin: 0;
  height: 24px;
}
main article#mv section p{
  margin-bottom: 8px;
  line-height: 1.4;
}
main h2{
  background-position: center top;
  font-size: 12px;
  background-size: auto 23px;
}
main h2 img.enHead {
  display: block;
  width: auto;
  height: 23px;
  margin: 0 auto 4px;
}
main h3{
  font-size: 15px;
  font-weight: bold;
}
#info{
  background: #0e0e0e;
  color: #fff;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 0;
  overflow: hidden;
}
#info ul a{
  color: #fff;
  font-size: 11px;
  text-decoration: underline;
  line-height: 1.5;
}
#info h2{
  background-image: url(/img/top/information.png);
  background-position: left center;
  font-size: 13px;
  display: inline-block;
  width: 95px;
  height: 40px;
  float: left;
  margin: 0 0 12px;
  text-align: left;
  padding: 0;
}

#info a.btn{
  float: right;
  margin: 0;
}


/*-----------------------------------------------------------------------
 sptopmenu
*-----------------------------------------------------------------------*/
main nav#sptopmenu.fixed {
  bottom: 0;
  left: 50%;
  margin: 0 auto -80px;
  position: fixed;
  transform: translate(-50%);
  transition: 0.2s ease-out;
  width: 100%;
  z-index: 999;
}
main nav#sptopmenu {
  margin: 0 auto 0px;
  position: relative;
  width: 100%;
  z-index: 10;
}
main nav#sptopmenu.show {
  margin: 0 auto;
}
main nav#sptopmenu ul li{
  width:25%;
}
main nav#sptopmenu ul li a{
  padding: 40px 4px 5px;
  background-color: #0e0e0e;
  color:#fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
  display: block;
  background-size: 30px;
}
main nav#sptopmenu ul li:nth-of-type(2n) a{
  background-color: #333;
}
main nav#sptopmenu ul li:nth-of-type(1) a{
  background-image: url(/img/common/badge-newbie.png);
  background-position: center 10px;
  background-size: 18px;
}
main nav#sptopmenu ul li:nth-of-type(2) a{
  background-image: url(/img/common/icon-yen-wh.png);
  background-position: center 13px;
  background-size: 20px;
}
main nav#sptopmenu ul li:nth-of-type(3) a{
  background-image: url(/img/common/icon-clock-wh.png);
  background-position: center 13px;
  background-size: 20px;
}
main nav#sptopmenu ul li:nth-of-type(4) a{
  background-image: url(/img/common/nav-sp-delivery.png);
  background-position: center 12px;
}



.ticker,
.non-ticker {
  clear: both;
  height: 100% !important;
  padding: 0;
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
}
.ticker ul,
.ticker li,
.non-ticker ul,
.non-ticker li   {
  height: 100%;
}
.ticker ul,
.non-ticker ul {
  text-align: left;
  width: 100%;
  position: relative;
}
.ticker ul li,
.non-ticker ul li {
  font-size: 12px;
  width: 100%;
  display: none;
  letter-spacing: -0.4em;
}
.ticker ul li a,
.ticker ul li::after,
.non-ticker ul li a,
.non-ticker ul li::after {
  display: inline-block;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.ticker ul li a,
.non-ticker ul li a {
  width: calc(100% - 1px) !important;
}
.ticker ul li:after,
.non-ticker ul li:after {
  content: '';
  height: 100%;
  width: 1px;
}
.height{
  height: 40px;
}
#banner{
  background: #f0f0f0;
  padding: 12px 0 12px;
}
#banner h2{
  display: none;
}
#banner section{
  max-width: 100%;
  padding: 0;
}
#banner .swiper-container {
  padding-bottom: 16px;
}
#banner .swiper-slide {
  width: 220px;
}
#banner .swiper-button-next,
#banner .swiper-button-prev{
  margin-top: -30px;
}
#point {
  padding-bottom: 0;
}
#point div.pointeContainer {
  max-width: 460px;
  margin: 0 auto -16px;
}
#point section p,
#price section p,
#flow section p,
#case section p,
#pickup section p,
#whats section p{
  max-width: 460px;
  margin-right: auto;
  margin-left: auto;
}
#price {
}
#price ul{
  max-width: 370px;
  margin: 0 auto 1.6rem;
  padding-top: 8px;
}
#price ul>img{
  display: block;
  margin: 20px auto 0;
  max-width: 370px;
  width: 100%;
}
#price ul li {
  width: 100%;
}
#price ul li:nth-of-type(1) {
  margin-bottom: -5%;
}
#price ul li:nth-of-type(2) {
  margin-bottom: -5%;
}


/* asia pick up -------------------------------------------------- */
main article#mv section:first-child {
  height: auto;
  padding: 4.5% 0;
}
/* top thailand */
main article#mv #plaintext {
  bottom: 40px;
  letter-spacing: 0;
  font-size: 0;
}
main article#mv #plaintext.imgRep {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
main article#mv #plaintext::after {
  z-index: 20;
  position: absolute;
  bottom: -39%;
  left: 21%;
  content: '';
  display: block;
  width: 42%;
  height: 0; /* 183:201=42:x */
  padding-bottom: 46.1311%;
  background-image: url(/img/top/mv_cm_02.png);
  background-repeat: no-repeat;
}
main article#mv #plaintext div.plainInner1,
main article#mv #plaintext div.plainInner2 {
  display: inline-block;
  vertical-align: middle;
}
/* 195 35 210 */
main article#mv #plaintext div.plainInner1 {
  width: 40%;
  height: 0; /* 195:195=40:40 */
  padding-bottom: 40%;
  margin-right: 8%;
  background-image: url(/img/top/mv_cm_01.png);
  background-size: 100%;
}
main article#mv #plaintext div.plainInner2 {
  width: 52%;
  padding: 9px;
  background-color: #c71400;
}
main article#mv section div#plaintext p,
main article#mv section div#plaintext> a {
  display: inline-block;
  vertical-align: middle;
}
main article#mv section div#plaintext p {
  margin-bottom: 0;
  color: #fff;
}
main article#mv #plaintext div.plainInner2 p {
  width: 100%;
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0px 0px 4px #000;
}
main article#mv section div#plaintext p span.brackets {
  margin-left: -4px;
}
main article#mv section div#plaintext p span.watch {
  display: block;
  margin-top: 7px;
  margin-right: 11px;
  text-align: right;
}
main article#mv section div#plaintext p span.watch.arrow-r::before {
  right: 4px;
  background-color: #fff;
}
main article#mv section div#plaintext p span.watch.arrow-r::after {
  right: 4px;
  border-color: #fff;
}
main article#mv section div#plaintext .plainInner2 a {
  position: relative;
  display: block;
}
main article#mv section div#plaintext .plainInner2 a:hover {
  opacity: 1.0;
}
main article#mv section div#plaintext .plainInner2 a::before,
main article#mv section div#plaintext .plainInner2 a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  transition: 0.05s ease-in;
}
main article#mv section div#plaintext .plainInner2 a::before {
  z-index: 5;
  background-color: transparent;
}
main article#mv section div#plaintext .plainInner2 a:hover::before {
  background-color: rgba(0,0,0,0.6);
}
main article#mv section div#plaintext .plainInner2 a::after {
  z-index: 10;
  visibility: hidden;
  background-image: url(/img/top/movie_watch.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
main article#mv section div#plaintext .plainInner2 a:hover::after {
  visibility: visible;
}
@media screen and (max-width: 583px) {
}
@media screen and (max-width: 479px) {
  main article#mv section:first-child {
    padding: 4.5% 5%;
  }
  main article#mv #plaintext::after {
    background-size: 100%;
  }
}
/* point_20190412 */
#point {
  padding-top: 36px;
}
#point div.pointeContainer {
  margin-bottom:0px;
}
#point div.pointeContainer p{
  margin-bottom:0px;
}
main > #point + article.gray {
  padding-top: 20px;
  padding-bottom: 0px;
}
/* campaign_20190412 */
main #campaign {
  background-color:#f0f5f9;
  margin-bottom: 0px;
  padding: 10px 10px 10px;
}
main #campaign h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
main #campaign h2 .subtitle {
  display: none;
}
main #campaign h3 {
  margin: 0 auto 10px;
  padding: 12px 20px;
  text-align: left;
  font-size: 18px;
  color: #fff;
  background-color: #038de1;
}
main #campaign .endCampaign {
  display: none;
}
main #campaign dl {
  margin-bottom: 0px;
  padding: 20px 0;
  letter-spacing: 0;
  font-size: 0;
  color: #0e0e0e;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
main #campaign a:last-child dl {
  border-bottom:none;
}
main #campaign a dl:hover { opacity: 0.6; }
main #campaign dt,
main #campaign dd {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.1em;
}
main #campaign dt { width: 300px; }
main #campaign dd {
  width: 660px;
  padding-right: 30px;
  text-align: left;
  font-size: 14px;
}
main #campaign p { margin-bottom: 0; }
main #campaign dd .underLine,
main #campaign dd .marginSp,
main #campaign dd .periodWrap,
main #campaign dd .boldTitle { display: block; }
main #campaign dd .underLine {
  margin-bottom: 6px;
  text-decoration: underline;
  font-weight: bold;
  font-size: 20px;
  color: #038de1;
}
main #campaign dd .underLine .split { text-decoration: underline; }
main #campaign dd .marginSp { margin-bottom: 16px; }
main #campaign dd .periodWrap { font-weight: bold; font-size:16px; }
main #campaign dd .period {
  margin-right: 12px;
  padding: 4px 8px 3px;
  font-size: 12px;
  background: #f1bb0b;
}
main #campaign dd .boldTitle {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 20px;
}
#campaign.contentWrapper img {
  border: none;
  vertical-align: middle;
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  main #campaign h3 {
    padding: 12px 0 11px;
    text-align: center;
    font-size: 14px;
  }
  main #campaign dt,
  main #campaign dd { vertical-align: top; }
  main #campaign dt { width: 40%; }
  main #campaign dd {
    width: 60%;
    max-width: 467px;
    padding: 0 7px;
  }
  main #campaign dd .underLine,
  main #campaign dd .boldTitle {
  margin-top: 13px;
    margin-bottom: 9px;
    text-align: left;
    font-size: 13px;
  }
  #campaign.contentWrapper img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
  }
  main #campaign dd .marginSp {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 719px) {
  main #campaign dt img {
    width: 84%;
    max-width: 200px;
  }
  main #campaign dd .periodWrap { text-align: left; }
  main #campaign dd .period {
    display: block;
    margin: 0 0 6px;
  }
}
@media screen and (max-width: 583px) {
  main #campaign h3 { text-align: center; }
  main #campaign dt,
  main #campaign dd {
    max-width: 480px;
  }
  main #campaign dt { margin-bottom: 20px; }
  main #campaign dd {
    max-width: 500px;
    font-size: 11px;
  }
  main #campaign dd .periodWrap { font-size: 13px; }
  main #campaign dd .period {
    max-width: 380px;
    margin: 0px 0px 6px 0px;
    font-size: 11px;
  }
}
@media screen and (max-width: 479px) {
  main #campaign dl { padding: 0 0 10px; }
  main #campaign dt img {
    width: 90%;
    padding-top: 10%;
    padding-left: 4%;
    max-width: none;
  }
  main #campaign dd .period { max-width: 100%; }
}

/* lazyload */
.lozad,
.lozad_wrap img {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.lozad[data-loaded="true"],
.lozad_wrap img[data-loaded="true"] {
  opacity: 1;
}




/*-----------------------------------------------------------------------
 april fool
----------------------------------------------------------------------- */

