@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

body {
  line-height: 1.6;
}
body.ov {
  overflow: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  overflow-y: scroll;
}
html.noscroll {
  height: 100%;
}

.page-wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
  min-height: 100vh;
  background-image: url(../img/content-bg.png);
  background-position: center center;
  background-size: contain;
  background-repeat: repeat-y;
}
.page .content-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 20%);
  z-index: 0;
}

.page-bg {
  display: none;
}
.page-bg-01, .page-bg-02 {
  display: none;
}
.page-bg-title {
  display: none;
}

@media screen and (min-width: 551px) {
  .page-bg {
    display: block;
    z-index: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/page-bg-01.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 550px) {
  #cvs-wrap, #cvs {
    display: none;
  }
}
@media screen and (min-width: 1301px) {
  .content-wrap {
    margin-left: 2%;
  }
  .page-bg {
    display: none;
  }
  .page-bg-01, .page-bg-02 {
    display: block;
    z-index: 0;
    position: fixed;
    top: 0;
  }
  .page-bg-01 img, .page-bg-02 img {
    display: block;
    width: 100%;
    height: auto;
  }
  .page-bg-01 {
    left: 0;
    width: 2%;
  }
  .page-bg-02 {
    right: 0;
    width: calc(100% - (550px + 2%));
  }
  .page-bg-title {
    display: block;
    z-index: 0;
    position: fixed;
    right: 50px;
    width: 30%;
    height: auto;
  }
  .page-bg-title img {
    display: block;
    width: 100%;
    height: auto;
  }
  .page-bg-title.bottom-fixed {
    bottom: 50px;
    top: auto;
  }
}
@media screen and (min-width: 1601px) {
  .content-wrap {
    margin-left: 2.5%;
  }
  .page-bg-01 {
    left: 0;
    width: 2.5%;
  }
  .page-bg-02 {
    right: 0;
    width: calc(100% - (550px + 2.5%));
  }
}
.front-header {
  position: relative;
  width: 100%;
  background: url(../img/roadshowbg.jpg) no-repeat;
  background-size: cover;
}
.front-header-image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1301px) {
  .front-header-image {
    display: none;
  }
}
.front-header-title {
  margin: -10% auto 20px;
  padding: 0 5.5%;
}
.front-header-title img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1301px) {
  .front-header-title {
    margin: 30px auto 30px;
  }
}
.front-header-subtitle {
  margin: 0 auto 20px;
  padding: 0 10%;
}
.front-header-subtitle img {
  display: block;
  width: 100%;
  height: auto;
}
.front-header-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0 2% 10px;
  width: 100%;
  box-sizing: border-box;
}
.front-header-btns li {
  width: 100%;
}
.front-header-btns li a {
  display: block;
  position: relative;
  width: 100%;
}
.front-header-btns li a img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.front-header-btns li a img.btn-overlay:hover {
  opacity: 0;
}
.front-header-btns li a img.btn-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.front-header-btns li a:hover img.btn-bg {
  opacity: 1;
}
.front-header-yoyaku {
  width: 85%;
  margin: 1rem auto 3rem auto;
}
.front-header-yoyaku a {
  display: block;
  position: relative;
  font-size: 0;
}
.front-header-yoyaku a:after {
  position: absolute;
  content: "";
  background: url(../img/bullet.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 15px;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  transition: all 0.4s 0s ease;
}
@media screen and (max-width: 550px) {
  .front-header-yoyaku a:after {
    width: 56px;
    height: 10px;
  }
}
.front-header-yoyaku a:hover {
  filter: brightness(1.2);
  filter: drop-shadow(0 0 5px #1494D2);
}
.front-header-yoyaku a:hover:after {
  right: 2%;
}
.front-header-yoyaku2 {
  width: 85%;
  margin: 1rem auto 3rem auto;
}
.front-header-yoyaku2 a {
  display: block;
  position: relative;
  font-size: 0;
}
.front-header-yoyaku2 a:before {
  position: absolute;
  content: "";
  background: url(../img/bullet-l.png) no-repeat;
  background-size: contain;
  width: 80px;
  height: 15px;
  top: 50%;
  left: 7%;
  transform: translate(0, -50%);
  transition: all 0.2s 0s ease;
}
@media screen and (max-width: 550px) {
  .front-header-yoyaku2 a:before {
    width: 56px;
    height: 10px;
  }
}
.front-header-yoyaku2 a:after {
  position: absolute;
  content: "";
  background: url(../img/bullet-r.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 15px;
  top: 50%;
  right: 7%;
  transform: translate(0, -50%);
  transition: all 0.2s 0s ease;
}
@media screen and (max-width: 550px) {
  .front-header-yoyaku2 a:after {
    width: 56px;
    height: 10px;
  }
}
.front-header-yoyaku2 a:hover:before {
  left: 8%;
}
.front-header-yoyaku2 a:hover:after {
  right: 8%;
}
.layer1 .front-header {
  display: flex;
  padding: 1rem;
  align-items: center;
}
.layer1 .front-header-title {
  width: 30%;
  margin: 0% auto 0px;
  padding: 0;
}
.layer1 .front-header-subtitle {
  width: 70%;
  margin: 0 auto 0px;
  padding: 0 18% 0 5%;
}
@media screen and (min-width: 551px) {
  .layer1 .front-header-subtitle {
    padding: 0 5% 0 5%;
  }
}

.wrap {
  margin: 0 2%;
}

.sec-title {
  margin-bottom: 25px;
  color: #000;
  font-size: 180%;
  font-weight: 400;
  text-align: center;
}
.sec-title.sec-title-white {
  color: #fff;
}
.sec-title small {
  display: block;
  font-size: 50%;
  font-weight: 300;
}
.sec-title-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.sec-title-serif small {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.front-whats-new {
  padding: 50px 0 30px;
}

.block-whats-new {
  padding: 30px 20px;
}
.list-whats-new {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  border: solid 1px rgba(1, 92, 141, 0.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 5px;
}
@media screen and (min-width: 480px) {
  .list-whats-new {
    padding: 12px 18px;
  }
}
.list-whats-new dt {
  width: calc(20% - 8px);
  font-weight: 600;
  line-height: 1;
}
.list-whats-new dt span {
  font-size: 75%;
  font-weight: normal;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 480px) {
  .list-whats-new dt {
    width: calc(15% - 8px);
  }
}
.list-whats-new dd {
  width: calc(80% - 18px);
  font-size: 85%;
  line-height: 1.3;
  border-left: solid 2px rgba(1, 92, 141, 0.5);
  padding-left: 10px;
}
@media screen and (min-width: 480px) {
  .list-whats-new dd {
    width: calc(85% - 24px);
    padding-left: 16px;
  }
}
.list-whats-new dd a {
  text-decoration: none;
  color: #015c8d;
}

.front-story {
  padding: 30px 0;
  background-image: url(../img/story-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-story {
  margin-bottom: 30px;
  padding: 0 4%;
}
.title-story img {
  display: block;
  width: 100%;
  height: auto;
}

.sentence-story {
  margin-bottom: 30px;
  padding: 0 4%;
}
.sentence-story:last-of-type {
  margin: 30px 0;
}
.sentence-story img {
  display: block;
  width: 100%;
  height: auto;
}

.btn-story {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(1, 92, 141, 0.8);
  transition: all 0.3s ease;
  margin: 0 auto;
  width: 80%;
  max-width: 335px;
  font-size: 85%;
  font-weight: 500;
  line-height: 45px;
}

.front-info .sec-title {
  margin-bottom: 20px;
  padding: 40px 0 20px;
}

.btn-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.btn-info:last-child {
  margin-bottom: 0;
}
.btn-info li a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(1, 92, 141, 0.8);
  transition: all 0.3s ease;
  font-size: 95%;
  font-weight: 500;
  line-height: 50px;
}
.btn-info li a.selected {
  background-color: rgba(230, 1, 18, 0.8);
}
.btn-info li a:hover {
  background-color: rgba(255, 187, 2, 0.8);
}

.block-info {
  margin-bottom: 20px;
  padding: 30px 20px 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

section.sec-info {
  display: none;
  position: relative;
}
section.sec-info.selected {
  display: block;
}

.jkimg {
  margin: 0 -20px;
  display: grid;
  gap: 12px;
  grid-template-columns: auto auto;
  margin-bottom: 10px;
}
.jkimg a {
  line-height: 0;
  font-size: 0;
  display: block;
  transition: all 0.2s 0s ease;
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none; /* Firefox */ /* IE/Edge */
  user-select: none;
  -webkit-touch-callout: none; /* iOSの長押しメニューも防止 */
}
.jkimg a:hover {
  filter: brightness(1.15);
}
.jkimg img {
  pointer-events: none;
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none; /* Firefox */ /* IE/Edge */
  user-select: none;
  -webkit-touch-callout: none; /* iOSの長押しメニューも防止 */
}
.jkimg-front {
  position: relative;
}
.jkimg-front:after {
  position: absolute;
  content: "";
  background: url(../img/jk_seal_f.png) no-repeat;
  background-size: contain;
  width: 45%;
  aspect-ratio: 1/1;
  right: 0px;
  bottom: 0px;
}
.jkimg-back {
  position: relative;
}
.jkimg-back:after {
  position: absolute;
  content: "";
  background: url(../img/jk_seal_b.png) no-repeat;
  background-size: contain;
  width: 45%;
  aspect-ratio: 1/1;
  right: 0px;
  bottom: 0px;
}

.image-info {
  display: block;
  margin: 0 auto 20px;
  width: 50%;
  height: auto;
}

.title-info {
  margin-bottom: 30px;
  font-size: 150%;
  font-weight: 500;
}
@media screen and (min-width: 480px) {
  .title-info {
    font-size: 180%;
  }
}

.list-info {
  margin-bottom: 20px;
  font-size: 85%;
}
.list-info li span::after {
  content: "：";
}
@media screen and (min-width: 480px) {
  .list-info {
    font-size: 95%;
  }
}

.box-info {
  margin-bottom: 20px;
}

.title-box-info-disc,
.title-box-info-bonus {
  margin-bottom: 5px;
  padding-left: 1.5em;
  font-size: 95%;
  background-position: center left;
  background-size: 1em auto;
  background-repeat: no-repeat;
  font-weight: 600;
}
@media screen and (min-width: 480px) {
  .title-box-info-disc,
  .title-box-info-bonus {
    font-size: 100%;
  }
}

.title-box-info-disc {
  background-image: url(../img/disc-ico.png);
}

.title-box-info-bonus {
  background-image: url(../img/bonus-ico.png);
}

.sentense-box-info {
  margin-bottom: 10px;
  padding-left: 1.5em;
  font-size: 85%;
}
@media screen and (min-width: 480px) {
  .sentense-box-info {
    font-size: 95%;
  }
}

.list-box-info {
  list-style-type: decimal;
  padding-left: 3em;
  font-size: 85%;
}
.list-box-info small {
  font-size: 80%;
}
.list-box-info li {
  margin-bottom: 10px;
}
.list-box-info li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  .list-box-info {
    font-size: 95%;
  }
}

.image-box-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}
.image-box-info small {
  display: block;
  font-size: 70%;
}
.image-box-info img {
  display: block;
  width: 100%;
  height: auto;
}

.glid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.glid2 small {
  display: block;
  font-size: 80%;
}

.list-attention {
  margin-bottom: 20px;
  font-size: 0.75rem;
}
.list-attention li {
  padding-left: 0.9rem;
  text-indent: -0.9rem;
}
.list-attention li::before {
  content: "※";
}
@media screen and (min-width: 480px) {
  .list-attention {
    font-size: 85%;
  }
}

.btn-collectors {
  display: block;
  padding: 20px;
  color: #000;
  font-size: 80%;
  text-align: right;
  text-decoration: none;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
.btn-collectors img {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .btn-collectors {
    font-size: 90%;
  }
}

.front-bottom-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.front-bottom-btns-wrap {
  margin-top: 30px;
  padding: 30px 0;
  background-color: #fff;
}
.front-bottom-btns-title {
  font-size: 90%;
  text-align: center;
}
.front-bottom-btns-title span {
  display: inline-block;
  position: relative;
}
.front-bottom-btns-title span::before, .front-bottom-btns-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #000;
}
.front-bottom-btns-title span::before {
  left: -50px;
}
.front-bottom-btns-title span::after {
  right: -50px;
}
@media screen and (min-width: 480px) {
  .front-bottom-btns-title {
    font-size: 100%;
  }
  .front-bottom-btns-title span::before, .front-bottom-btns-title span::after {
    width: 70px;
  }
  .front-bottom-btns-title span::before {
    left: -80px;
  }
  .front-bottom-btns-title span::after {
    right: -80px;
  }
}
.front-bottom-btns li a {
  display: block;
  position: relative;
  width: 100%;
}
.front-bottom-btns li a img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.front-bottom-btns li a img.btn-overlay:hover {
  opacity: 0;
}
.front-bottom-btns li a img.btn-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.front-bottom-btns li a:hover img.btn-bg {
  opacity: 1;
}

.front-cast {
  padding: 50px 0 30px;
  background-image: url(../img/cast-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sentence-cast {
  margin-bottom: 30px;
  padding: 0 4%;
}
.sentence-cast img {
  display: block;
  width: 100%;
  height: auto;
}

.footer {
  position: relative;
  padding: 20px 0;
  background-color: rgba(1, 92, 141, 0.8);
}
.footer-sns {
  margin-bottom: 10px;
  letter-spacing: -0.8em;
  text-align: center;
}
.footer-sns li {
  display: inline-block;
  margin-right: 10px;
  letter-spacing: normal;
}
.footer-sns li:last-child {
  margin-right: 0;
}
.footer-sns li a {
  display: block;
}
.footer-sns li a img {
  display: block;
  width: 45px;
  height: auto;
}
.footer-copy {
  color: #fff;
  font-size: 80%;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .footer-copy {
    font-size: 85%;
  }
}

.menu-btn {
  z-index: 10;
  position: fixed;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .menu-btn {
    opacity: 1;
    pointer-events: auto;
  }
}

.front .menu-btn {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.front .menu-btn.show {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .front .menu-btn {
    opacity: 1;
    pointer-events: auto;
  }
}

.hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  padding: 0;
}
.hamburger.active {
  background: transparent;
}
.hamburger.active span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
  background: #fff;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
  background: #fff;
}
.hamburger span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #015c8d;
  border-radius: 2px;
  margin: 4px 0;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .hamburger span {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .hamburger {
    background: transparent;
  }
}

.menu {
  z-index: 5;
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 440px;
  height: 100vh;
  background-color: #015c8d;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  pointer-events: none;
  opacity: 0;
}
.menu.open {
  transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}
.menu-wrap {
  padding: 70px 30px 0;
}
.menu-list {
  margin-bottom: 20px;
}
.menu-list li {
  margin-bottom: 10px;
}
.menu-list li a {
  color: #fff;
  font-size: 150%;
  font-weight: 500;
  text-decoration: none;
}
.menu-list li a small {
  display: block;
  font-size: 50%;
}
.menu-sns {
  margin-bottom: 10px;
  letter-spacing: -0.8em;
  text-align: center;
}
.menu-sns li {
  display: inline-block;
  margin-right: 10px;
  letter-spacing: normal;
}
.menu-sns li:last-child {
  margin-right: 0;
}
.menu-sns li a {
  display: block;
}
.menu-sns li a img {
  display: block;
  width: 45px;
  height: auto;
}
.menu-overlay {
  display: none;
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
.menu-overlay.on {
  display: block;
}

.page-list {
  margin-bottom: 20px;
}
.page-list li a {
  display: block;
}
.page-list li a img {
  display: block;
  width: 100%;
  height: auto;
}

.loading {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
.loading-wrap {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 440px;
  height: 100%;
}
@media screen and (orientation: landscape) {
  .loading-wrap {
    margin: 0 auto;
    width: 40%;
  }
}
.loading-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.loading-image {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.loading-title {
  display: block;
  margin: 5% auto 0;
  width: 90%;
  height: auto;
}
.loading-bar {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #b0cbf5;
  overflow: hidden;
}
.loading-bar-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #015c8d;
  animation: loadingProgress 1s ease-out forwards;
}

@keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}
@keyframes loadingProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}
.fade-in-up.show {
  opacity: 1;
  transform: translateY(0);
}

.page-header {
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 550px) {
  .page-header {
    padding: 20px 0;
  }
}
.page-header-title img {
  display: block;
  width: 100%;
  height: auto;
}

.main {
  position: relative;
  flex-grow: 1;
}

.page-main {
  margin: 0 0 40px 0;
  padding: 30px 20px 40px;
  position: relative;
}
.page-main.news {
  background-color: rgba(255, 255, 255, 0.8);
}
.page-main-head {
  margin-bottom: 1em;
  font-size: 95%;
}
.page-main-head a {
  color: #015c8d;
  text-decoration: none;
}
.page-main-head:last-child {
  margin-bottom: 2em;
}
.page-main-head-attention {
  display: inline-block;
  position: relative;
  padding-left: 1.2rem;
  font-size: 80%;
}
.page-main-head-attention::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.title-headline {
  font-weight: 600;
  color: #015c8d;
  line-height: 1.35;
  padding-bottom: 10px;
  border-bottom: solid 1px;
  margin-bottom: 16px;
  font-size: 1.2rem;
}

.page-sec {
  margin-bottom: 40px;
  background: #FFF;
  border-radius: 10px;
  padding: 12px;
  border: solid 1px rgba(1, 92, 141, 0.5);
}
.page-sec:last-child {
  margin-bottom: 0;
}
.page-sec-title {
  margin-bottom: 10px;
  font-size: 120%;
  color: #378bb0;
  font-weight: 400;
  border-left: solid 3px #378bb0;
  padding-left: 10px;
}
.page-sec-image {
  margin: 0 auto 1em;
  width: 70%;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  padding: 10px;
  background: #FFF;
}
@media screen and (max-width: 550px) {
  .page-sec-image {
    width: 80%;
  }
}
.page-sec-image img {
  display: block;
  width: 100%;
  height: auto;
}
.page-sec-sentense {
  margin-bottom: 1em;
  font-size: 90%;
  font-weight: bold;
}

.btn-page-sec {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(1, 92, 141, 0.8);
  transition: all 0.3s ease;
  margin: 0 auto;
  width: 80%;
  max-width: 300px;
  font-size: 85%;
  font-weight: 500;
  line-height: 45px;
}
.btn-page-sec span {
  display: inline-block;
  position: relative;
  padding-right: 2em;
}
.btn-page-sec span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2em;
  height: 1em;
  background-image: url("../img/link-ico.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

#cvs-wrap {
  position: fixed;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  min-height: 100vh;
  max-height: 100vh;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  overflow: hidden !important;
  z-index: 1;
}

#cvs {
  display: block;
  width: 2000px;
  max-width: 2000px;
  height: 100%;
  min-height: 100vh;
  max-height: 100vh;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}

.modaal-gallery-label {
  font-size: 90%;
}

.modaal-container img {
  width: 600px !important;
  max-width: 600px !important;
  height: auto !important;
  max-height: initial !important;
}
@media screen and (max-width: 768px) {
  .modaal-container img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: initial !important;
  }
}

.modaal-gallery-label {
  white-space: pre;
}

.modaal-image-desc {
  white-space: pre-line;
}

.modaal-container img {
  pointer-events: none;
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none; /* Firefox */ /* IE/Edge */
  user-select: none;
  -webkit-touch-callout: none; /* iOSの長押しメニューも防止 */
}

.pt0 {
  padding-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.small90 {
  font-size: 0.9rem;
}

.small80 {
  font-size: 0.8rem;
}

.small70 {
  font-size: 0.7rem;
}

.small50 {
  font-size: 0.5rem;
}

strong {
  font-weight: 500;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

@media screen and (max-width: 550px) {
  .sp-tal {
    text-align: left;
  }
}
.article-txt {
  font-size: 0.85rem;
}
.article-txt p {
  margin-bottom: 1.6rem;
}

.btn-back {
  margin: 0 auto;
  width: 50%;
  max-width: 240px;
  font-size: 80%;
  font-weight: 500;
  line-height: 36px;
  border: solid 3px;
  display: block;
  color: #015c8d;
  text-align: center;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
.btn-more {
  font-size: 80%;
  text-align: center;
  text-decoration: none;
  background-color: rgba(1, 92, 141, 0.8);
  color: #fff;
  display: block;
  padding: 8px 24px;
  border-radius: 5px;
  margin: 1rem auto 0 auto;
  width: 50%;
  max-width: 200px;
}

.infotab {
  display: inline-block;
  padding: 8px 16px;
  background: #015c8d;
  color: #fff;
  line-height: 1.3;
}

ul.list-default {
  list-style-type: disc;
  padding-left: 2em;
}
ul.list-default li {
  margin-bottom: 4px;
}/*# sourceMappingURL=style.css.map */