:root {
  --ww: calc(var(--vw) * 100);
  --wh: calc(var(--vh) * 100);
  --vw: calc(100vw / 100);
  --vh: calc(100vh / 100);
  --scrollbar-width: 0px;
  --mqUp-xxxs: 321;
  --mqUp-xxs: 376;
  --mqUp-xs: 431;
  --mqUp-sm: 561;
  --mqUp-md: 768;
  --mqUp-lg: 1024;
  --mqUp-xl: 1281;
  --mqUp-xxl: 1441;
  --mqUp-xxxl: 1681;
  --mqUp-fhd: 1921;
  --mqUp-2k: 2049;
  --mqUp-wqhd: 2561;
  --mqDown-xxxs: 320;
  --mqDown-xxs: 375;
  --mqDown-xs: 430;
  --mqDown-sm: 560;
  --mqDown-md: 767;
  --mqDown-lg: 1023;
  --mqDown-xl: 1280;
  --mqDown-xxl: 1440;
  --mqDown-xxxl: 1680;
  --mqDown-fhd: 1920;
  --mqDown-2k: 2048;
  --mqDown-wqhd: 2560;
}

@media screen and (min-width: 1024px) {
  :root {
    --min-wh: 76.8rem;
    --max-wh: var(--wh);
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  :root {
    --min-wh: 76.8rem;
    --max-wh: 102.4rem;
  }
}
@media screen and (max-width: 560px) {
  :root {
    --min-wh: 42rem;
    --max-wh: 89.6rem;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --base-width: 1500;
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --base-width: 375;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --contents-sm: calc(1014 / 1500 * var(--ww));
    --contents-sm-outside: calc(243 / 1500 * var(--ww));
    --contents-rg: calc(1100 / 1500 * var(--ww));
    --contents-rg-outside: calc(200 / 1500 * var(--ww));
    --contents-md: calc(1200 / 1500 * var(--ww));
    --contents-md-outside: calc(150 / 1500 * var(--ww));
    --contents-md2: calc(1230 / 1500 * var(--ww));
    --contents-md2-outside: calc(135 / 1500 * var(--ww));
    --contents-lg: calc(1300 / 1500 * var(--ww));
    --contents-lg-outside: calc(100 / 1500 * var(--ww));
    --contents-xl: calc(1400 / 1500 * var(--ww));
    --contents-xl-outside: calc(50 / 1500 * var(--ww));
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --contents-xxs: calc(271 / 375 * var(--ww));
    --contents-xxs-outside: calc(52 / 375 * var(--ww));
    --contents-xs: calc(284 / 375 * var(--ww));
    --contents-xs-outside: calc(45.5 / 375 * var(--ww));
    --contents-sm: calc(300 / 375 * var(--ww));
    --contents-sm-outside: calc(37.5 / 375 * var(--ww));
    --contents-md: calc(310 / 375 * var(--ww));
    --contents-md-outside: calc(32.5 / 375 * var(--ww));
    --contents-lg: calc(320 / 375 * var(--ww));
    --contents-lg-outside: calc(27.5 / 375 * var(--ww));
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --loading-size: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --loading-size: 2.5rem;
  }
}
:root {
  --anchor-padding: 0.3rem;
  --anchor-padding-lg: 0.8rem;
}

:root {
  --color-hover: #ffffff;
  --color-hover2: #edf0f1;
  --hover-opacity: 0.4;
  --hover-scale: 1.07;
  --bg-filter: blur(10px);
  --color-bg: #1b434e;
  --color-bg2: #284e58;
  --color-bg3: #ffffff;
  --color-bg4: rgba(0, 0, 0, 0.2);
  --color-blend: #001714;
  --color-blend2: #000000;
  --color-overlay: rgba(0, 23, 20, 0.6);
  --color-txt: #ffffff;
  --color-txt2: #81969c;
  --color-txt3: #a7b6ba;
  --color-txt4: #1b434e;
  --color-txt5: #c3cdd0;
  --color-txt6: #aebcc0;
  --color-line: #658087;
  --color-line2: #1b434e;
  --color-line3: #ffffff;
  --color-line4: #94a7ac;
  --color-icon: #6f878e;
  --color-icon2: #82989e;
  --color-icon3: #7a9198;
  --color-circle: #5b7880;
  --color-gradation: linear-gradient(180deg, #1b434e 0%, #05323e 85.8%);
  --color-gradation2: linear-gradient(0deg, rgba(27, 67, 78, 0) 0%, #05323e 85.8%);
  --color-progressbar: #d1d9db;
}

:root {
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
  --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1);
  --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

:root {
  --solid-current: solid 0.7px currentColor;
  --solid: solid 0.7px var(--color-line);
  --solid2: solid 0.7px var(--color-line2);
  --solid3: solid 0.7px var(--color-line3);
  --solid4: solid 0.7px var(--color-line4);
}

:root {
  --radius-max: 1000px;
}

:root {
  --ease-level1: var(--easeOutQuart);
  --ease-heavy1: var(--easeInOutQuint);
  --transition-hover: 600ms var(--ease-level1);
  --transition-hover-slow: 800ms var(--ease-level1);
  --animation-hover: 1000ms var(--ease-level1) forwards;
  --transition-progressbar: 800ms ease;
  --transition-loading-maskout: 2400ms var(--ease-heavy1);
  --transition-loading-fadeout: 1500ms var(--ease-level1);
  --transition-loading-icon: 500ms var(--ease-level1);
  --transition-delayanchor: 700ms var(--ease-level1);
  --transition-button: 600ms var(--ease-level1);
  --transition-sitemap: 1600ms var(--ease-level1);
  --transition-sitemap-out: 600ms var(--ease-level1);
  --transiiton-carousel: var(--ease-level1);
  --transition-slider-num: 800ms var(--ease-level1);
  --transition-slider-break: 800ms var(--ease-level1);
  --transition-accordion: 800ms var(--ease-level1);
  --transition-currentSection: 2200ms var(--ease-level1);
  --transition-modal: 1000ms var(--ease-level1);
  --transition-fade: 2200ms var(--ease-level1);
  --transition-fadeup: 1400ms var(--ease-level1);
  --transition-line: 1600ms var(--ease-level1);
  --animation-scroll: 3000ms var(--ease-heavy1) infinite;
}

:root {
  --z-index-: -1;
  --z-index-l-footer: 0;
  --z-index-l-main: 10;
  --z-index-home-catch-load: 100;
  --z-index-l-header__inner: 1000;
  --z-index-l-sitemap: 10000;
  --z-index-l-header__button: 100000;
  --z-index-js-modal: 1000000;
  --z-index-l-loading: 10000000;
  --z-index-home-catch: 100000000;
  --z-index-l-loading2: 1000000000;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  color: inherit;
  outline: none;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
  scroll-padding-top: 80px;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  position: relative;
  word-break: break-all;
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000000;
  background: #f1f1f1;
  overflow-x: hidden;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.1em;
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  cursor: pointer;
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  vertical-align: bottom;
}

p,
li {
  font-size: 1rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 575px) {
  p,
  li {
    font-size: 0.8888888889rem;
    line-height: 1.75;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tb-only {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .sp-only {
    display: none;
  }
}
main {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  main {
    width: 96vw;
  }
}

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96vw;
  margin: 0 auto 2.6666666667rem auto;
  padding-top: 2.6666666667rem;
}
@media screen and (max-width: 575px) {
  header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 88vw;
    padding-top: 1.7777777778rem;
    margin: 0 auto 2.2222222222rem auto;
  }
}
header .header {
  width: 92vw;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
header .header__logo {
  width: 120px;
}
@media screen and (max-width: 575px) {
  header .header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 20vw;
  }
}
header .header__logo img {
  width: 100%;
}
header .header__nav {
  width: 88vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8888888889rem;
}
header .header__sns img {
  width: 24px;
}
header nav ul {
  width: 80vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header nav li {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
}
header nav li a {
  color: #fff;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
}

.header__hamburger {
  position: relative;
  width: 56px;
  height: 56px;
  z-index: 9999;
}

.hamburger span {
  width: 80%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 14px;
}

.hamburger span:nth-child(2) {
  top: 24px;
}

.hamburger span:nth-child(3) {
  top: 34px;
}

.header__nav.active {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.hamburger.active span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#passport {
  color: #fff;
  background: url(/passport/assets/images/common/bg.jpg) fixed;
  background-size: 50%;
}

.passport__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 2.6666666667rem;
  padding-left: 1.3333333333rem;
  margin-bottom: 3.5555555556rem;
}
@media screen and (max-width: 767px) {
  .passport__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    width: 80vw;
    margin: 0 auto 3.5555555556rem auto;
    padding-left: 0;
  }
}
.passport__title img {
  width: 220px;
}
.passport__title h1 {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .passport__title h1 {
    font-size: 0.8333333333rem;
  }
}
.passport__about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 952px;
  margin: 0 auto 2.2222222222rem auto;
}
@media screen and (max-width: 1023px) {
  .passport__about {
    width: 92vw;
  }
}
@media screen and (max-width: 767px) {
  .passport__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80vw;
  }
}
.passport__about div:first-child {
  width: 260px;
}
@media screen and (max-width: 1023px) {
  .passport__about div:first-child {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .passport__about div:first-child {
    width: 100%;
  }
  .passport__about div:first-child img {
    width: 100%;
  }
}
.passport__about div:nth-child(2) {
  width: 640px;
}
@media screen and (max-width: 1023px) {
  .passport__about div:nth-child(2) {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .passport__about div:nth-child(2) {
    width: 100%;
  }
}
.passport__about h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 64px;
  font-size: 0.8888888889rem;
  background: url(/passport/assets/images/passport/bg_headline.svg) no-repeat center left;
  background-size: contain;
  padding-left: 0.8888888889rem;
  margin-bottom: 1.7777777778rem;
}
.passport__about p {
  line-height: 2.4;
  padding-top: 0.8888888889rem;
  text-indent: 1em;
}
@media screen and (max-width: 767px) {
  .passport__about p {
    line-height: 2;
  }
}
.passport__howto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 952px;
  margin: 0 auto 5.3333333333rem auto;
}
@media screen and (max-width: 1023px) {
  .passport__howto {
    width: 92vw;
  }
}
@media screen and (max-width: 767px) {
  .passport__howto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80vw;
  }
}
.passport__howto div:first-child {
  width: 260px;
}
@media screen and (max-width: 1023px) {
  .passport__howto div:first-child {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .passport__howto div:first-child {
    width: 100%;
  }
  .passport__howto div:first-child img {
    width: 100%;
  }
}
.passport__howto div:nth-child(2) {
  width: 640px;
}
@media screen and (max-width: 1023px) {
  .passport__howto div:nth-child(2) {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .passport__howto div:nth-child(2) {
    width: 100%;
  }
}
.passport__howto h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 64px;
  font-size: 0.8888888889rem;
  background: url(/passport/assets/images/passport/bg_headline.svg) no-repeat center left;
  background-size: contain;
  padding-left: 0.8888888889rem;
  margin-bottom: 1.7777777778rem;
}
.passport__howto p {
  line-height: 2.4;
  margin-bottom: 0.8888888889rem;
  padding-top: 0.8888888889rem;
  text-indent: 1em;
}
@media screen and (max-width: 767px) {
  .passport__howto p {
    line-height: 2;
  }
}
.passport__howto li {
  list-style: disc;
  margin-left: 1.3333333333rem;
  margin-bottom: 0.6666666667rem;
}
.passport__shop {
  padding-bottom: 5.3333333333rem;
}
.passport__shop h2 {
  text-align: center;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  margin-bottom: 1.3333333333rem;
  padding: 0.8888888889rem 0;
}
@media screen and (max-width: 767px) {
  .passport__shop h2 {
    width: 84vw;
    margin: 0 auto 2.2222222222rem auto;
    font-size: 1.2222222222rem;
  }
}
.passport__shop-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.passport__shop-list::after {
  content: "";
  display: block;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .passport__shop-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .passport__shop-list::after {
    width: 100vw;
  }
}
.passport__shop-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 320px;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .passport__shop-list-content {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .passport__shop-list-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
    gap: 0.8888888889rem 1.1111111111rem;
    padding: 1.1111111111rem 0;
  }
}
.passport__shop-list-content:hover {
  background: rgba(230, 239, 222, 0.2);
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.passport__shop-list h3 {
  font-size: 1.3333333333rem;
  margin-bottom: 1.1111111111rem;
  padding: 2.2222222222rem 2.2222222222rem 0 2.2222222222rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .passport__shop-list h3 {
    width: 100%;
    margin-bottom: 0.4444444444rem;
    padding: 0 0 0 6vw;
    font-size: 1.2222222222rem;
  }
}
.passport__shop-list p {
  font-weight: 500;
  padding: 0 2.2222222222rem;
}
@media screen and (max-width: 767px) {
  .passport__shop-list p {
    padding: 0;
  }
}
.passport__shop-list p span {
  border: 2px #ec6519 solid;
  border-radius: 8px;
  background: #fff;
  color: #595858;
  font-family: YakuHanJP, "Zen Maru Gothic", serif;
  font-size: 0.7777777778rem;
  margin: 0 0.2222222222rem;
  padding: 0.1111111111rem 0.4444444444rem;
  font-weight: 600;
}
.passport__shop-list p span:first-child {
  margin-left: 0.6666666667rem;
}
.passport__shop-list img {
  width: 340px;
  padding: 0.4444444444rem 1.3333333333rem 1.3333333333rem 1.3333333333rem;
}
@media screen and (max-width: 767px) {
  .passport__shop-list img {
    width: 44vw;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
}
.passport__shop-list img.hover {
  opacity: 0.5;
}
.passport__shop-list-text {
  margin-bottom: 0.8888888889rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .passport__shop-list-text {
    width: 46vw;
    margin: 0;
    -webkit-box-flex: initial;
    -webkit-flex-grow: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
}
.passport__shop-list-station {
  margin-bottom: 0.8888888889rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .passport__shop-list-station {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 6vw 0 0;
  }
}
.passport__modal {
  position: relative;
  width: 1200px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  color: #000000;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100px);
          transform: translate(-50%, 100px);
  z-index: 1001;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 1023px) {
  .passport__modal {
    width: 92vw;
  }
}
@media screen and (max-width: 767px) {
  .passport__modal {
    width: 88vw;
    max-height: 88vh;
    overflow-y: scroll;
    -webkit-transform: translate(-50%, 12%);
            transform: translate(-50%, 12%);
    top: 0;
  }
}
.passport__modal.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 60px);
          transform: translate(-50%, 60px);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
  .passport__modal.active {
    -webkit-transform: translate(-50%, 8%);
            transform: translate(-50%, 8%);
  }
}
.passport__modal-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .passport__modal-head {
    width: 80vw;
    margin: 0;
    padding-left: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .passport__modal-head {
    width: 76vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    padding-left: 0;
  }
}
.passport__modal-head h3 {
  font-size: 1.6666666667rem;
  letter-spacing: 0.15em;
  margin-bottom: 1.1111111111rem;
}
@media screen and (max-width: 767px) {
  .passport__modal-head h3 {
    font-size: 1.4444444444rem;
    letter-spacing: 0.05em;
  }
}
.passport__modal-head h3 span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .passport__modal-head h3 span {
    font-size: 0.8888888889rem;
  }
}
.passport__modal-head div {
  width: 490px;
  padding-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .passport__modal-head div {
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .passport__modal-head div {
    width: 100%;
    margin-bottom: 0.8888888889rem;
    padding-top: 2.6666666667rem;
  }
}
.passport__modal-head div p {
  line-height: 2;
}
.passport__modal-head img {
  width: 425px;
}
@media screen and (max-width: 1023px) {
  .passport__modal-head img {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .passport__modal-head img {
    width: 100%;
  }
}
.passport__modal-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1000px;
  margin: 2.6666666667rem auto 0 auto;
  gap: 0.8888888889rem 1.7777777778rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .passport__modal-service {
    width: 80vw;
    margin: 2.6666666667rem 0 0 0;
    padding: 0 6vw 6vw 6vw;
  }
}
@media screen and (max-width: 767px) {
  .passport__modal-service {
    width: 76vw;
    gap: 0.6666666667rem 1.1111111111rem;
    margin: 1.7777777778rem auto 0 auto;
    padding: 0 0 2rem 0;
  }
}
.passport__modal-service h4 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
  background: #32564c;
  border-radius: 8px;
  padding: 0.3333333333rem 0.4444444444rem;
  font-size: 0.7777777778rem;
}
@media screen and (max-width: 767px) {
  .passport__modal-service h4 {
    font-size: 0.6666666667rem;
  }
}
.passport__modal-service ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1111111111rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .passport__modal-service ul {
    gap: 0.8888888889rem;
  }
}
.passport__modal-service ul li {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .passport__modal-service ul li:first-child img {
    width: 104px;
  }
  .passport__modal-service ul li:nth-child(2) img {
    width: 80px;
  }
}
.passport__modal-service ul li:hover {
  opacity: 0.7;
}
.passport__modal-service p {
  width: 100%;
  font-weight: 600;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #32564c;
  padding-left: 0.4444444444rem;
}
.passport__modal-service p.mb {
  margin-bottom: 0.8888888889rem;
}
.passport__modal-close {
  position: absolute;
  top: 24px;
  right: 36px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .passport__modal-close {
    top: 20px;
    right: 24px;
  }
}
.passport__modal-close:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#modal-overlay {
  visibility: hidden;
  opacity: 0;
  background: url(/passport/assets/images/common/bg.jpg) fixed;
  background-size: 50%;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#modal-overlay.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */