@charset "utf-8";
/* 「LCCキャンペーン」PCSP共通CSS */
/**/
/*★ リセット ★*/
h1, h2, h3, h4, h5, h6, p, ul {
  font-weight: inherit;
  font-size: inherit;
}
ol, pre {
  margin: 0;
}
li {
  list-style: none;
}
img {
  max-width: 100%
}
picture {
  display: block;
}
em {
  font-style: normal;
}
div:after {
  content: none;
}
.main *::before, .main *::after {
  box-sizing: border-box;
}
.main div:not([class])::after {
  content: none;
}
.main a {
  text-decoration: none;
}
.main .is-em {
  font-weight: bold;
}
.goTop {
  z-index: 3;
}
.js-accordion-button, .js-toggleControl {
  cursor: pointer;
}
#simple-header {
  height: 88px;
  background: #fff;
}
.is-pc #simple-header {
  height: 85px;
}
#footer {
  padding-top: 1px;
  background: #fff;
}
/*------------------------------------------------*/
/*★ ページスタイル設定 ★*/
#hisApp {
  position: relative;
}
:root {
  --default-font-family: "Noto Sans JP", sans-serif;
  --default-font-size-pc: 14;
  --default-font-size-sp: calc(24vw / 7.5);
  --default-font-size: min(var(--default-font-size-sp), 14px);
  --default-font-color: #000;
  --default-width-pc: 992px;
  --default-bg-width-pc: max(100%, 1920px);
  --default-width-inner: min((710vw / 7.5), var(--default-width-pc));
  --default-color-light-blue: #55b8d7;
  --default-color-yellow: #fffc00;
  --default-color-red: #e90000;
  --default-color-orange: #f96d0c;
  --default-bg-setting: no-repeat center center / cover;
  --default-icon-arrow-right-white: url("/cmn/icon/icon_arrow_right_white.svg") var(--default-bg-setting);
  --default-icon-arrow-down-white: url("/cmn/icon/icon_arrow_down_white.svg") var(--default-bg-setting);
  --default-icon-arrow-down-black: url("/cmn/icon/icon_arrow_down_black.svg") var(--default-bg-setting);
  --default-icon-blank-white: url("/cmn/icon/icon_launch_white.svg") var(--default-bg-setting);
  --default-hover-speed: .3s;
  --default-hover-transition: opacity var(--default-hover-speed);
}
.breadcrumb__contents {
  background: #fff;
}
.main {
  font-family: var(--default-font-family);
  font-size: var(--default-font-size);
  color: var(--default-font-color);
  line-height: calc(20 / 14);
  overflow: hidden;
  background: none;
}
.is-pc .main {
  min-width: var(--default-width-pc);
}
@media (min-width:751px) {
  .is-dsp-sp {
    display: none !important;
  }
}
@media (max-width:750px) {
  .is-dsp-pc {
    display: none !important;
  }
}
.is-font-small {
  font-size: .9em;
}
.is-font-big {
  font-size: 1.5em;
  line-height: 1;
}
.is-inline-block {
  display: inline-block;
}
.is-indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}
.toggle__contents:not([class*="--active"]) {
  display: none;
}
.section__inner, .contents__wrapper, .mv__inner {
  width: var(--default-width-inner);
  margin: auto;
  position: relative;
}
/*@media (min-width:581px) {
  .section__inner, .contents__wrapper {
    width: min(((680 / 750) * 100%), var(--default-width-pc));
  }
}*/
.his-top__link {
  background: #fff;
  padding-top: min((50vw / 7.5), 50px);
}
.his-top__button {
  display: block;
  color: #fff;
  font-size: min((26vw / 7.5), var(--default-font-size-pc));
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  padding: calc(30em / 26) calc(20em / 26);
  background: #0057B8 url("/cmn/icon/icon_arrow_right_white.svg") no-repeat right calc(10em / 26) center / calc(48em / 26);
}
/*★ 共通バナー ★*/
.base-banner {
  text-align: center;
}
.base-banner:not(:first-child) {
  margin-top: min((50vw / 7.5), 30px);
}
.base-banner + .base-banner {
  margin-top: min((20vw / 7.5), 15px);
}
.base-banner__link {
  background: #fff;
  display: inline-block;
  transition: var(--default-hover-transition);
}
/*★ 共通タイトル ★*/
.base-title, .base-marker-title {
  font-weight: bold;
  text-align: center;
}
.base-marker-title {
  font-size: min((36vw / 7.5), 24px);
}
.base-marker-title__text {
  padding: 0 .5em;
  background: linear-gradient(transparent 60%, var(--default-color-yellow) 60%);
}
/*★ 共通ボタン ★*/
.base-button__wrapper {
  display: grid;
  justify-content: center;
  gap: min((40vw / 7.5), 20px);
}
.base-button {
  min-width: min((520vw / 7.5), 710px);
}
.base-button.is-size-small {
  min-width: min(((300 / 710) * 100%), 500px);
}
.base-button__link {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: var(--default-color-orange);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: min((26vw / 7.5), 18px);
  min-height: min((85vw / 7.5), 50px);
  padding: .5em .8em;
  line-height: 1.2;
  border-radius: min((20vw / 7.5), 15px);
  box-shadow: 0px 3px 0px 0px rgb(0 0 0 / 50%);
  transition: opacity var(--default-hover-speed);
  cursor: pointer;
}
.is-pc .base-button__link {
  border-radius: 500px;
  box-shadow: 3px 3px 0px 0px rgb(0 0 0 / 23%);
}
.base-button.is-size-small .base-button__link {
  min-height: min((60vw / 7.5), 36px);
}
.base-button__link::after {
  content: "";
  width: 1em;
  height: 2em;
  background: var(--default-icon-arrow-right-white);
  margin-left: .5em;
}
.base-button__link[href^="#"]:not(.is-modal)::after {
  transform: rotate(90deg);
}
.base-button__link.is-modal::after, .base-button__link[target="_blank"]::after {
  height: 1.25em;
  background: var(--default-icon-blank-white);
  margin-right: .25em;
}
.base-button__link.is-close::after {
  width: 2em;
  height: 2em;
  background-image: url(/cmn/icon/icon_close_white.svg);
}
.base-button__text {
  flex: 1;
  padding-left: 1.5em;
}
.base-button__text span:not([class]) {
  font-size: .8em;
}
/*追従検索ボタン*/
.float-button__link {
  width: min((127vw / 7.5), 127px);
  height: min((128vw / 7.5), 128px);
  position: absolute;
  right: min((10vw / 7.5), 10px);
  margin: auto;
  z-index: 5;
}
.is-pc .float-button__link {
  top: min((76vw / 7.5), 75px);
}
.is-sp .float-button__link {
  bottom: min((158vw / 7.5), 158px);
}
.is-sp .float-button__link, .is-fixed .float-button__link {
  position: fixed;
}
.float-button__image {
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}
@media only screen and (max-width: 1220px) {
  .is-pc .float-button:not(.is-fixed) {
    display: none !important;
  }
}
/*------------------------------------------------*/
/*★ ＝＝ headerArea ＝＝ ★*/
/*★ area__navi ★*/
.area__navi {
  background: #000;
  font-weight: bold;
  color: #fff;
  font-size: min((34vw / 7.5), 17px);
}
.is-pc .area__navi {
  font-size: min((28vw / 7.5), 14px);
}
.is-pc .area__navi--inner, .is-sp .area__navi--title, .area__navi--title--text, .is-pc .area__list {
  display: flex;
  align-items: center;
}
.is-pc .area__navi--title, .is-sp .area__navi--title--text {
  margin-right: min((20vw / 7.5), 15px);
}
.is-pc .area__navi {
  padding: min((20vw / 7.5), 10px) 0;
}
.is-sp .area__navi--title {
  padding: min((20vw / 7.5), 10px) min((30vw / 7.5), 15px);
}
.area__navi--title--arrows {
  display: grid;
  grid-template-columns: repeat(3, 5px);
  gap: 5px;
  margin-left: min((20vw / 7.5), 15px);
}
.area__navi--title--arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.is-pc .area__list--wrapper, .is-sp .area__navi--button, .area__list, .area__list--item {
  flex: 1;
}
.is-sp .area__navi--button, .area__list--link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .3em .25em .4em;
}
.is-pc .area__list--item {
  margin-left: min((10vw / 7.5), 10px);
}
.is-sp .area__navi--button, .area__list--item[class*="-active"] .area__list--link, .area__list--link:hover {
  background: var(--default-color-orange);
}
.is-sp .area__navi--button {
  min-height: min((80vw / 7.5), 40px);
}
.is-sp .area__list--item:not([class*="-active"]) {
  color: #000;
  background: #fff;
}
.area__list--link {
  color: inherit;
}
.is-sp .area__list--link {
  min-height: min((100vw / 7.5), 50px);
}
.is-sp .js-area-open-target:not(.is-open) {
  display: none;
}
.is-sp .js-area-open-target.is-open {
  background: #000 url("/cmn/icon/icon_close_white.svg") no-repeat right .5em top 1em / 2.5em;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.is-sp .area__list--inner {
  padding: min((50vw / 7.5), 25px) min((40vw / 7.5), 20px);
  height: 100%;
  overflow-y: auto;
}
.is-sp .area__list--title {
  text-align: center;
  font-size: calc(40em / 34);
  margin-bottom: 1.25em;
}
.is-sp .area__list {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - .4em));
  gap: .8em;
}
/*★ mv ★*/
#mv {
  background: #d7d7d7 no-repeat center center / 100%;
  height: min((518vw / 7.5), 518px);
}
.is-sp #mv {
  background-image: url("../images/sp/mv-photo.jpg");
}
.is-pc #mv {
  height: 560px;
  background-image: url("../images/pc/mv-photo.jpg");
  background-size: var(--default-bg-width-pc);
}
.mv__logo {
  background: no-repeat center center / 100%;
  height: 100%;
}
.is-sp .mv__logo {
  background-image: url("../images/sp/mv-logo.png");
}
.is-pc .mv__logo {
  background-image: url("../images/pc/mv-logo.png");
  background-size: 1270px;
}
/*------------------------------------------------*/
/*★ ＝＝ mainArea ＝＝ ★*/
#mainArea {
  position: relative;
}
.section__inner {
  padding: min((60vw / 7.5), 80px) 0;
}
.section__title {
  font-weight: 900;
  font-size: min((56vw / 7.5), 48px);
  line-height: calc(62 / 44);
  margin-bottom: min((66vw / 7.5), 60px);
}
.is-pc .section__title {
  margin-bottom: min((28vw / 7.5), 28px);
}
.section__title .base-title__text {
  display: inline-block;
  padding-bottom: min((28vw / 7.5), 22px);
  background: url("../images/title-marker_pink.png") no-repeat center bottom / min((342vw / 7.5), 342px);
}
.section__subtitle {
  font-weight: bold;
  text-align: center;
  font-size: min((30vw / 7.5), 22px);
  display: grid;
  align-items: center;
  justify-content: center;
  grid-auto-flow: column;
  gap: 0 1em;
}
.is-sp .section__subtitle {
  font-weight: 900;
}
.section__subtitle::before, .section__subtitle::after {
  content: "";
  height: 2em;
  width: 2px;
  background: #000;
}
.section__subtitle::before {
  transform: rotate(-20deg);
  box-shadow: -6px -2px 0px 0px #000;
}
.section__subtitle::after {
  transform: rotate(20deg);
  box-shadow: 6px -2px 0px 0px #000;
}
/*★ point ★*/
.point__reason {
  text-align: center;
}
.point__reason--title {
  margin-bottom: min((46vw / 7.5), 40px);
}
/*★ support ★*/
/*support__partner*/
.support__partner {
  background: #f6f6eb;
}
.is-sp .support__partner {
  margin-bottom: 0;
}
.support__partner .section__title {
  font-size: min((50vw / 7.5), 44px);
}
.is-pc .support__partner .section__title {
  margin-bottom: min((30vw / 7.5), 34px);
}
.support__partner .section__title .base-title__text {
  background-image: url("../images/title-marker_yellow.png");
  background-position: .5em bottom;
}
.support__partner--text.is-title {
  width: min((531vw / 7.5), 814px);
  margin: auto;
}
.support__partner--text.is-title:not(:last-child) {
  margin-bottom: min((65vw / 7.5), 75px);
}
.support__partner--list {
  display: grid;
}
.is-sp .support__partner--list {
  gap: min((26vw / 7.5), 26px) 0;
  grid-template-areas:
    "Q1"
    "A1"
    "Q2"
    "A2"
    "A3";
}
.is-pc .support__partner--list {
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas:
    "Q1 Q2 Q2"
    "A1 A2 A3";
}
.is-sp .support__partner--Q:not(:first-child) {
  margin-top: min((70vw / 7.5), 40px);
}
.support__partner--Q.is-Q1 {
  grid-area: Q1;
}
.support__partner--Q.is-Q2 {
  grid-area: Q2;
}
.support__partner--item.is-service04 {
  grid-area: A1;
}
.support__partner--item.is-service08 {
  grid-area: A2;
}
.support__partner--item.is-service09 {
  grid-area: A3;
}
.support__partner--item {
  background: #fff;
  border-radius: min((10vw / 7.5), 10px);
}
.is-sp .support__partner--item {
  display: grid;
  grid-template-areas:
    "title"
    "text";
  /*grid-template-columns: 38% 1fr;*/
  gap: 1em .5em;
  padding: min((30vw / 7.5), 30px);
  /*padding-left: min((10vw / 7.5), 10px);*/
}
.is-pc .support__partner--item {
  padding: 10px 24px 30px;
  border: 3px solid #000;
}
.support__partner--item--icon {
  aspect-ratio: 315 / 188;
  grid-area: img;
}
.support__partner--item--title {
  font-weight: bold;
  font-size: calc(18em / 14);
  line-height: 1.2;
  color: #2857a7;
}
.support__partner--item.is-tabinaka .support__partner--item--title {
  color: #ee7525;
}
.is-sp .support__partner--item--title {
  grid-area: title;
}
.is-pc .support__partner--item--title {
  margin: 15px 0 25px;
}
.is-sp .support__partner--item--text {
  grid-area: text;
}
.support__partner--item--text span:not([class]) {
  display: block;
  font-size: .9em;
  margin-top: .5em;
  text-indent: -1em;
  padding-left: 1em;
}
.support__partner .section__inner > .button-base {
  margin-top: min((50vw / 7.5), 65px);
}
.support__partner--buttons {
  margin-top: min((60vw / 7.5), 48px);
}
/*★ article-contents ★*/
.article-contents:not(:first-child) {
  margin-top: min((120vw / 7.5), 70px);
}
.article-contents__title {
  margin-bottom: min((80vw / 7.5), 35px);
}
.article-contents__title .base-title__text {
  display: grid;
  justify-content: center;
  font-weight: 900;
}
.article-contents__title .base-title__text--sub {
  font-size: min((30vw / 7.5), 24px);
  margin-bottom: .25em;
}
.article-contents__title .base-title__text--main {
  font-size: min((52vw / 7.5), 40px);
  line-height: 1.2;
}
.is-sp .article-contents__list, .is-pc .article-contents__list.is-block-grid {
  display: grid;
}
.is-sp .article-contents__list {
  gap: min((60vw / 7.5), 30px) 0;
}
.is-pc .article-contents__list.is-block-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
.is-pc .article-contents__list:not(.is-block-grid) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  width: calc(100% + 20px);
}
.is-pc .article-contents__list:not(.is-block-grid) .article-contents__item {
  width: calc((100% / 3) - 20px);
  margin-left: 20px;
}
.article-contents__link {
  color: inherit;
  transition: opacity .3s;
}
.article-contents__image {
  display: block;
  object-fit: cover;
  width: 100%;
  height: min((408vw / 7.5), 300px);
  background: #ededed;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .3);
}
.is-pc .article-contents__image {
  height: 180px;
}
.article-contents__detail {
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.article-contents__detail--label {
  display: grid;
  gap: 1em;
  grid-template-columns: auto 1fr;
  margin-top: 1em;
}
.article-contents__detail--label > [class*="article-contents__detail--"] {
  display: grid;
  align-items: center;
  grid-template-columns: 1em auto;
  gap: 0 .25em;
}
.article-contents__detail--point--text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.article-contents__detail--label > [class*="article-contents__detail--"]::before {
  content: "";
  width: 1em;
  height: 1em;
  background: no-repeat center center / cover;
}
.article-contents__detail--update::before {
  background-image: url("/cmn/icon/icon_calendar.svg") !important;
}
.article-contents__detail--point::before {
  background-image: url("/cmn/icon/icon_pen.svg") !important;
}
.article-contents__detail--title {
  font-weight: bold;
  font-size: min((30vw / 7.5), 20px);
  margin: .8em 0;
}
.article-contents__detail--text {
  font-size: min((26vw / 7.5), 16px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
/*★ product ★*/
.is-sp #product .section__inner {
  padding-bottom: min((120vw / 7.5), 120px);
}
.is-pc #product .section__inner {
  padding: 120px 0;
}
.product__banners {
  margin-top: min((30vw / 7.5), 25px);
}
/*SP：商品枠切替ボタン*/
.is-sp .product__block--buttons {
  background: #fde9bb;
  border: 1px solid #ffb200;
  padding: min((20vw / 7.5), 20px);
  margin-bottom: min((60vw / 7.5), 50px);
}
.is-sp .product__block--buttons + .product__block--wrapper {
  padding-top: min((60vw / 7.5), 50px);
}
.is-sp .product__block.toggleTarget--active ~ .product__block {
  padding-top: min((60vw / 7.5), 50px);
  margin-top: min((100vw / 7.5), 50px);
}
.is-sp .product__block--buttons--title {
  font-weight: bold;
  font-size: min((30vw / 7.5), 30px);
  margin: .5em 0 1em;
  text-align: center;
}
.is-sp .product__block--buttons--title:not(:first-child) {
  margin-top: calc(70em / 30);
}
.is-sp .product__block--buttons--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min((6vw / 7.5), 6px);
}
.is-sp .product__block--button {
  display: block;
  background: #fff;
  color: inherit;
  font-size: min((20vw / 7.5), 20px);
  padding-right: 1.5em;
  position: relative;
}
.is-sp .product__block--button[class*="-active"] {
  background: var(--default-color-orange);
  color: #fff;
}
.is-sp .product__block--button::after {
  content: "";
  width: 1em;
  height: 1.5em;
  background: var(--default-icon-arrow-down-black);
  position: absolute;
  top: 0;
  bottom: 0;
  right: .5em;
  margin: auto;
}
.is-sp .product__block--button[class*="-active"]::after {
  background: var(--default-icon-arrow-down-white);
}
.is-sp .product__block--button--texts {
  min-height: min((70vw / 7.5), 70px);
  display: grid;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: .25em;
  padding-left: 1em;
}
/*PC：商品枠切替ボタン*/
.is-pc .product__theme--buttons {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 0 10px;
  margin-bottom: 52px;
}
.is-pc .product__theme--button {
  border: 2px solid #000;
  background: #fff;
}
.is-pc .product__theme--button[class*="-active"] {
  background: var(--default-color-orange);
  color: #fff;
  position: relative;
}
.is-pc .product__theme--button[class*="-active"]::before, .is-pc .product__theme--button[class*="-active"]::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.is-pc .product__theme--button[class*="-active"]::before {
  border-color: #000 transparent transparent transparent;
  border-width: 13px 13px 0 13px;
  transform: translateX(-.25px);
  bottom: -13px;
}
.is-pc .product__theme--button[class*="-active"]::after {
  border-color: var(--default-color-orange) transparent transparent transparent;
  border-width: 11px 11px 0 11px;
  bottom: -10.75px;
}
.is-pc .product__theme--button--texts {
  height: 100%;
  min-height: 64px;
  padding: .25em;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.is-pc .product__theme--button--subtext {
  font-size: calc(13em / 18);
}
/*商品枠*/
.is-pc .product__block:not(:first-of-type) {
  margin-top: min((160vw / 7.5), 160px);
}
.product__theme--title {
  font-size: min((52vw / 7.5), 40px);
  font-weight: 900;
  margin-bottom: min((48vw / 7.5), 30px);
}
.product__theme--title .base-title__text {
  display: grid;
  justify-content: center;
}
.product__theme--title .base-title__text--sub {
  font-size: calc(24em / 40);
}
.product__theme--title .base-title__text--main {}
.product__list--contents {
  margin-top: min((60vw / 7.5), 42px);
}
.product__subtitle + .product__list--contents {
  margin-top: min((20vw / 7.5), 20px);
}
.is-pc .product__subtitle + .product__list--contents {
  margin-top: min((40vw / 7.5), 36px);
}
.is-sp .product__list {
  grid-template-columns: 1fr;
  gap: min((20vw / 7.5), 20px);
}
.is-pc .product__list.is-product-tour {
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.is-pc .product__list:not(.is-product-tour) {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.is-sp .product__list--inner {
  grid-template-columns: min((240vw / 7.5), 240px) 1fr;
}
.is-pc .product__list--inner {
  border-color: #c4c4c4;
  box-shadow: 3px 3px 0px 0px rgb(0 0 0 / 13%);
}
.is-sp .product__list--image-wrapper {
  padding: min((20vw / 7.5), 10px) min((20vw / 7.5), 8px);
  padding-right: 0;
}
.is-sp .product__list--image {
  height: auto;
  aspect-ratio: 240 / 180;
}
.is-sp .product__list--text-wrapper {
  gap: min((20vw / 7.5), 20px) 0;
}
.product__list--title {
  font-weight: bold;
}
.product__list--title--airport {
  display: inline-block;
  font-size: 1em;
}
.product__buttons {
  margin-top: min((44vw / 7.5), 40px);
}
/*------------------------------------------------*/
/*★ ＝＝ footerArea ＝＝ ★*/
.is-pc #search-mod {
  padding: 50px 0 70px;
  background: url("../images/pc/search-photo.jpg") no-repeat center top / var(--default-bg-width-pc);
}
/*------------------------------------------------*/
/*★ ＝＝ ホバー設定 ＝＝ ★*/
@media (hover : hover) and (pointer : fine) {
  /*記事カセット*/
  .is-pc .article-contents__link:hover {
    opacity: .5;
  }
  /*バナー*/
  .is-pc .base-banner__link:hover {
    opacity: .8;
  }
  /*商品カセット*/
  .is-pc .product__list--inner:hover {
    opacity: .7;
  }
  /*もっと見るボタン*/
  .is-pc .base-button__link:hover {
    opacity: .8;
  }
  /*商品切替ボタン*/
  .is-pc .product__theme--button:hover {
    background: var(--default-color-orange);
    color: #fff;
  }
}